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-31
dma: contiguous: Turn heap registration logic around
Maxime Ripard
-17
/
+2
2026-03-31
mmc: vub300: clean up module init
Johan Hovold
-17
/
+16
2026-03-31
mmc: vub300: rename probe error labels
Johan Hovold
-8
/
+10
2026-03-31
mmc: Merge branch fixes into next
Ulf Hansson
-7
/
+12
2026-03-31
mmc: vub300: fix use-after-free on disconnect
Johan Hovold
-6
/
+11
2026-03-31
mmc: vub300: fix NULL-deref on disconnect
Johan Hovold
-1
/
+1
2026-03-31
drm/sysfb: Fix efidrm error handling and memory type mismatch
Chen Ni
-15
/
+31
2026-03-31
coresight: tpdm: add traceid_show for checking traceid
Jie Gan
-1
/
+35
2026-03-31
backlight: apple_bl: Convert to a platform driver
Rafael J. Wysocki
-10
/
+11
2026-03-31
mmc: dw_mmc: Remove dw_mci_start_request wrapper and rename core function
Shawn Lin
-13
/
+5
2026-03-31
mmc: dw_mmc: Inline dw_mci_queue_request() into dw_mci_request()
Shawn Lin
-27
/
+19
2026-03-31
mmc: block: Use MQRQ_XFER_SINGLE_BLOCK for both read and write recovery
Shawn Lin
-68
/
+2
2026-03-31
mmc: mmc_test: Replace hard-coded values with macros and consolidate test par...
Shawn Lin
-47
/
+36
2026-03-31
mmc: block: Convert to use DEFINE_SIMPLE_DEV_PM_OPS()
Shawn Lin
-4
/
+2
2026-03-31
mmc: core: Replace the hard-coded shift value 9 with SECTOR_SHIFT
Shawn Lin
-5
/
+6
2026-03-31
mmc: sdhci-dwcmshc: Refactor Rockchip platform data for controller revisions
Shawn Lin
-35
/
+57
2026-03-31
leds: led-class: Switch to using class_find_device_by_fwnode()
Dmitry Torokhov
-1
/
+1
2026-03-31
net: xilinx: axienet: Fix BQL accounting for multi-BD TX packets
Suraj Gupta
-5
/
+4
2026-03-31
net: xilinx: axienet: Correct BD length masks to match AXIDMA IP spec
Suraj Gupta
-2
/
+2
2026-03-31
mfd: ene-kb3930: Use of_device_is_system_power_controller() wrapper
Krzysztof Kozlowski
-1
/
+1
2026-03-31
NFC: pn533: bound the UART receive buffer
Pengpeng Hou
-0
/
+3
2026-03-31
net: bonding: fix use-after-free in bond_xmit_broadcast()
Xiang Mei
-1
/
+1
2026-03-31
staging: most: dim2: replace BUG_ON() in poison_channel()
Gabriel Rondon
-1
/
+2
2026-03-31
staging: most: dim2: replace BUG_ON() in enqueue()
Gabriel Rondon
-1
/
+2
2026-03-31
staging: most: dim2: replace BUG_ON() in configure_channel()
Gabriel Rondon
-1
/
+2
2026-03-31
staging: most: dim2: replace BUG_ON() in service_done_flag()
Gabriel Rondon
-2
/
+2
2026-03-31
staging: most: dim2: replace BUG_ON() in try_start_dim_transfer()
Gabriel Rondon
-3
/
+6
2026-03-31
staging: rtl8723bs: remove unused RTL8188E antenna selection macros
Mashiro Chen
-4
/
+0
2026-03-31
staging: rtl8723bs: remove redundant blank lines in basic_types.h
Mashiro Chen
-1
/
+0
2026-03-31
staging: rtl8723bs: wrap complex macros with parentheses
Mashiro Chen
-6
/
+6
2026-03-31
staging: rtl8723bs: remove unused WRITEEF/READEF byte macros
Mashiro Chen
-25
/
+0
2026-03-31
staging: rtl8723bs: rename camelCase variable
Bhavya Gupta
-6
/
+6
2026-03-31
staging: greybus: audio: fix error message for BTN_3 button
Haoyu Lu
-1
/
+1
2026-03-31
staging: rtl8723bs: rename variables to snake_case
David Holland
-19
/
+19
2026-03-31
staging: rtl8723bs: fix spelling in comment
Haoyu Lu
-1
/
+1
2026-03-31
staging: rtl8723bs: cleanup return in sdio_init()
Omer El Idrissi
-8
/
+8
2026-03-31
staging: rtl8723bs: use direct returns in sdio_dvobj_init()
Omer El Idrissi
-11
/
+6
2026-03-31
staging: rtl8723bs: remove unused arg at odm_interface.h
Rodrigo Gobbi
-16
/
+16
2026-03-31
greybus: raw: fix use-after-free if write is called after disconnect
Damien Riégel
-2
/
+21
2026-03-31
greybus: raw: fix use-after-free on cdev close
Damien Riégel
-35
/
+34
2026-03-31
staging: rtl8723bs: fix logical continuations in xmit_linux.c
Sajal Gupta
-6
/
+3
2026-03-31
staging: sm750fb: fix division by zero in ps_to_hz()
Junrui Luo
-0
/
+3
2026-03-31
staging: rtl8723bs: remove custom is_multicast_mac_addr() function
Nikolay Kulikov
-7
/
+2
2026-03-31
staging: rtl8723bs: remove custom is_broadcast_mac_addr() function
Nikolay Kulikov
-10
/
+4
2026-03-31
staging: rtl8723bs: remove custom is_zero_mac_addr() function
Nikolay Kulikov
-8
/
+2
2026-03-31
staging: rtl8723bs: move logical operators to end of previous line
Nikolay Kulikov
-5
/
+3
2026-03-31
staging: rtl8723bs: remove dead code in validate_recv_mgnt_frame()
Nikolay Kulikov
-1
/
+0
2026-03-31
staging: rtl8723bs: replace deeply nested if-else with switch-case
Nikolay Kulikov
-20
/
+28
2026-03-31
staging: rtl8723bs: initialize le_tmp64 in rtw_BIP_verify()
Lin YuChen
-1
/
+1
2026-03-31
staging: rtl8723bs: remove unused function declarations
Oskar Ray-Frayssinet
-2
/
+0
[prev]
[next]