index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Lines
2026-03-30
drm/amd/pm: Use str_enabled_disabled in amdgpu_pm sysfs
Asad Kamal
-2
/
+3
2026-03-30
drm/amdgpu: fix the idr allocation flags
Prike Liang
-1
/
+4
2026-03-30
drm/amdgpu: flush coredump work before HW teardown
Jesse Zhang
-0
/
+11
2026-03-30
drm/amdgpu: guard atom_context in devcoredump VBIOS dump
Jesse Zhang
-6
/
+10
2026-03-30
drm/amdgpu/userq: amdgpu_userq_vm_validate does not need userq mutex
Sunil Khatri
-5
/
+5
2026-03-30
drm/amdgpu: validate doorbell_offset in user queue creation
Junrui Luo
-0
/
+7
2026-03-30
spi: amlogic: spifc-a4: unregister ECC engine on probe failure and remove() c...
Felix Gu
-0
/
+12
2026-03-30
RDMA/core: Use kzalloc_flex for GID table
Rosen Penev
-11
/
+3
2026-03-30
RDMA/mana_ib: Disable RX steering on RSS QP destroy
Long Li
-1
/
+25
2026-03-30
RDMA/mlx4: Restrict external umem for CQ when copy_to_user() is used
Leon Romanovsky
-0
/
+4
2026-03-30
RDMA/umem: Use consistent DMA attributes when unmapping entries
Leon Romanovsky
-7
/
+6
2026-03-30
Merge branch 'master' into rdma-next
Leon Romanovsky
-3872
/
+7346
2026-03-30
RDMA: Remove outdated comments referencing hfi1_destroy_qp()
Kexin Sun
-2
/
+0
2026-03-30
RDMA/bnxt_re: Clean up uverbs CQ creation path
Leon Romanovsky
-19
/
+9
2026-03-30
RDMA/bnxt_re: Replace kcalloc() with kzalloc_objs()
Leon Romanovsky
-3
/
+2
2026-03-30
RDMA/bnxt_re: Remove unnecessary checks in kernel CQ creation path
Leon Romanovsky
-12
/
+2
2026-03-30
RDMA/bnxt_re: Simplify bnxt_re_init_depth() callers and implementation
Leon Romanovsky
-47
/
+42
2026-03-30
RDMA/uverbs: Update outdated reference to remove_commit_idr_uobject()
Kexin Sun
-2
/
+2
2026-03-30
RDMA: Properly propagate the number of CQEs as unsigned int
Leon Romanovsky
-76
/
+38
2026-03-30
RDMA: Clarify that CQ resize is a user‑space verb
Leon Romanovsky
-11
/
+11
2026-03-30
RDMA/core: Remove unused ib_resize_cq() implementation
Leon Romanovsky
-10
/
+0
2026-03-30
RDMA/rxe: Support RDMA link creation and destruction per net namespace
Zhu Yanjun
-45
/
+146
2026-03-30
RDMA/rxe: Add net namespace support for IPv4/IPv6 sockets
Zhu Yanjun
-1
/
+152
2026-03-30
RDMA/nldev: Add dellink function pointer
Zhu Yanjun
-0
/
+12
2026-03-30
RDMA/mana_ib: cleanup the usage of mana_gd_send_request()
Konstantin Taranov
-173
/
+31
2026-03-30
RDMA/rxe: Replace use of system_unbound_wq with rxe_wq
Marco Crivellari
-2
/
+4
2026-03-30
RDMA/irdma: Add support for GEN4 hardware
Jacob Moroni
-5
/
+12
2026-03-30
RDMA/irdma: Provide scratch buffers to firmware for internal use
Jay Bhat
-3
/
+61
2026-03-30
hwmon: (tps53679) Fix device ID comparison and printing in tps53676_identify()
Sanman Pradhan
-2
/
+2
2026-03-30
ASoC: Merge up fixes
Mark Brown
-724
/
+1628
2026-03-30
drivers/virt: pkvm: Add Kconfig dependency on DMA_RESTRICTED_POOL
Will Deacon
-1
/
+1
2026-03-30
PCI/VGA: Fail pci_set_vga_state() if VGA decoding not supported
Simon Richter
-0
/
+12
2026-03-30
vt: resize saved unicode buffer on alt screen exit after resize
Nicolas Pitre
-9
/
+15
2026-03-30
vt: discard stale unicode buffer on alt screen exit after resize
Liav Mordouch
-1
/
+13
2026-03-30
hvc/xen: Check console connection flag
Jason Andryuk
-0
/
+3
2026-03-30
serial: sh-sci: Add support for RZ/G3L RSCI
Biju Das
-3
/
+26
2026-03-30
tty: atmel_serial: update outdated reference to atmel_tasklet_func()
Kexin Sun
-1
/
+1
2026-03-30
serial: xilinx_uartps: Drop unused include
Andy Shevchenko
-1
/
+0
2026-03-30
serial: qcom-geni: drop stray newline format specifier
Kathiravan Thirumoorthy
-1
/
+1
2026-03-30
serial: 8250: loongson: Enable building on MIPS Loongson64
Rong Zhang
-4
/
+5
2026-03-30
serial: 8250_fintek: Add support for F81214E
Ravi Rama
-1
/
+9
2026-03-30
usb: gadget: f_rndis: Fix net_device lifecycle with device_move
Kuen-Han Tsai
-25
/
+48
2026-03-30
usb: gadget: f_subset: Fix net_device lifecycle with device_move
Kuen-Han Tsai
-35
/
+44
2026-03-30
usb: gadget: f_eem: Fix net_device lifecycle with device_move
Kuen-Han Tsai
-34
/
+46
2026-03-30
usb: gadget: f_ecm: Fix net_device lifecycle with device_move
Kuen-Han Tsai
-19
/
+39
2026-03-30
usb: gadget: u_ncm: Add kernel-doc comments for struct f_ncm_opts
Kuen-Han Tsai
-6
/
+15
2026-03-30
usb: gadget: f_rndis: Protect RNDIS options with mutex
Kuen-Han Tsai
-3
/
+6
2026-03-30
usb: gadget: f_subset: Fix unbalanced refcnt in geth_free
Kuen-Han Tsai
-0
/
+6
2026-03-30
usb: typec: thunderbolt: Set enter_vdo during initialization
Andrei Kuchynski
-22
/
+22
2026-03-30
usb: typec: Remove alt->adev.dev.class assignment
Andrei Kuchynski
-4
/
+0
[prev]
[next]