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
2025-11-05
net/mlx5e: Fix return value in case of module EEPROM read error
Gal Pressman
-3
/
+1
2025-11-05
ptp: Return -EINVAL on ptp_clock_register if required ops are NULL
Tim Hostetler
-1
/
+3
2025-11-05
libie: depend on DEBUG_FS when building LIBIE_FWLOG
Michal Swiatkowski
-4
/
+2
2025-11-05
rust: block: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
-2
/
+1
2025-11-06
drm/nouveau: Advertise correct modifiers on GB20x
James Jones
-3
/
+59
2025-11-06
drm/nouveau: set DMA mask before creating the flush page
Timur Tabi
-12
/
+12
2025-11-06
clk: rockchip: rk3568: Drop CLK_NR_CLKS usage
Heiko Stuebner
-1
/
+4
2025-11-05
accel/qaic: Add support for PM callbacks
Youssef Samir
-0
/
+103
2025-11-05
hisi_acc_vfio_pci: adapt to new migration configuration
Longfang Liu
-39
/
+114
2025-11-05
sev-dev: use override credential guards
Christian Brauner
-8
/
+2
2025-11-05
crypto: hisilicon - qm updates BAR configuration
Longfang Liu
-0
/
+27
2025-11-05
nvdimm: replace use of system_wq with system_percpu_wq
Marco Crivellari
-2
/
+2
2025-11-05
nvme: fix admin request_queue lifetime
Keith Busch
-1
/
+2
2025-11-05
drm/i915/dmc: Fix extra bracket and wrong variable in PIPEDMC error logs
Alok Tiwari
-3
/
+3
2025-11-05
iommufd: Make vfio_compat's unmap succeed if the range is already empty
Jason Gunthorpe
-9
/
+7
2025-11-05
Merge tag 'platform-drivers-x86-v6.18-3' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-5
/
+14
2025-11-05
pinctrl: sunrisepoint: Switch to INTEL_GPP() macro
Andy Shevchenko
-17
/
+9
2025-11-05
pinctrl: tigerlake: Switch to INTEL_GPP() macro
Andy Shevchenko
-39
/
+31
2025-11-05
pinctrl: meteorpoint: Switch to INTEL_GPP() macro
Andy Shevchenko
-27
/
+19
2025-11-05
pinctrl: meteorlake: Switch to INTEL_GPP() macro
Andy Shevchenko
-31
/
+23
2025-11-05
pinctrl: lakefield: Switch to INTEL_GPP() macro
Andy Shevchenko
-17
/
+9
2025-11-05
pinctrl: jasperlake: Switch to INTEL_GPP() macro
Andy Shevchenko
-21
/
+13
2025-11-05
pinctrl: icelake: Switch to INTEL_GPP() macro
Andy Shevchenko
-34
/
+26
2025-11-05
pinctrl: cannonlake: Switch to INTEL_GPP() macro
Andy Shevchenko
-38
/
+30
2025-11-05
pinctrl: alderlake: Switch to INTEL_GPP() macro
Andy Shevchenko
-38
/
+30
2025-11-05
pinctrl: intel: Introduce INTEL_GPP() macro
Andy Shevchenko
-0
/
+9
2025-11-05
pinctrl: cix: sky1: Provide pin control dummy states
Linus Walleij
-0
/
+16
2025-11-05
accel/amdxdna: Support preemption requests
Lizhi Hou
-1
/
+192
2025-11-05
drm/xe/gt_throttle: Avoid TOCTOU when monitoring reasons
Lucas De Marchi
-2
/
+56
2025-11-05
efi/libstub: Fix page table access in 5-level to 4-level paging transition
Usama Arif
-2
/
+2
2025-11-05
coresight: ETR: Fix ETR buffer use-after-free issue
Xiaoqi Zhuang
-0
/
+7
2025-11-05
drm/xe: Remove never used code in xe_vm_create()
Gwan-gyeong Mun
-2
/
+1
2025-11-05
Merge tag 'ath-next-20251103' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Johannes Berg
-557
/
+1554
2025-11-05
Merge tag 'ath-current-20251103' of git://git.kernel.org/pub/scm/linux/kernel...
Johannes Berg
-67
/
+55
2025-11-05
wifi: mac80211_hwsim: Limit destroy_on_close radio removal to netgroup
Martin Willi
-3
/
+4
2025-11-05
wifi: ath12k: Replace lock/unlock with guard()
Ripan Deuri
-30
/
+13
2025-11-05
wifi: ath12k: Use dp objects in performance critical paths
Pavankumar Nandeshwar
-270
/
+262
2025-11-05
wifi: ath12k: Build all the files in wifi7 directory into ath12k_wifi7.ko
Pavankumar Nandeshwar
-18
/
+51
2025-11-05
wifi: ath12k: Remove arch-specific HAL dependencies from common DP
Pavankumar Nandeshwar
-7
/
+8
2025-11-05
wifi: ath12k: Move ath12k_dp_rx_get_peer_id API to Wi-Fi 7
Pavankumar Nandeshwar
-30
/
+27
2025-11-05
wifi: ath12k: Move ath12k_dp_rx_frags_cleanup API to Wi-Fi 7
Pavankumar Nandeshwar
-31
/
+42
2025-11-05
wifi: ath12k: Remove the wifi7 header inclusions in common code
Pavankumar Nandeshwar
-98
/
+129
2025-11-05
wifi: ath12k: Move ieee80211_ops callback to the arch specific module
Ripan Deuri
-220
/
+237
2025-11-05
wifi: ath12k: Add helper to free DP link peer
Pavankumar Nandeshwar
-15
/
+13
2025-11-05
wifi: ath12k: Move DP specific link stats to DP link peer
Harsh Kumar Bijlani
-208
/
+281
2025-11-05
wifi: ath12k: Move DP device stats to ath12k_dp
Pavankumar Nandeshwar
-54
/
+60
2025-11-05
wifi: ath12k: Add callbacks in arch_ops for rx APIs
Pavankumar Nandeshwar
-37
/
+141
2025-11-05
reset: imx8mp-audiomix: Fix bad mask values
Laurentiu Mihalcea
-2
/
+2
2025-11-05
block: introduce disk_report_zone()
Damien Le Moal
-62
/
+64
2025-11-05
dma-buf: rework stub fence initialisation v2
Christian König
-17
/
+15
[prev]
[next]