index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-27
Input: aw86927 - add driver for Awinic AW86927
Griffin Kroah-Hartman
3
-0
/
+859
2025-09-28
hwrng: ks-sa - fix division by zero in ks_sa_rng_init
Nishanth Menon
1
-0
/
+4
2025-09-28
firewire: core: fix undefined reference error in ARM EABI
Takashi Sakamoto
1
-1
/
+1
2025-09-28
i2c: i801: Add support for Intel Wildcat Lake-U
Jarkko Nikula
2
-0
/
+4
2025-09-28
i2c: rtl9300: Drop unsupported I2C_FUNC_SMBUS_I2C_BLOCK
Sven Eckelmann
1
-2
/
+1
2025-09-28
thermal/drivers/renesas/rzg3e: Fix add thermal driver for the Renesas RZ/G3E SoC
John Madieu
1
-0
/
+547
2025-09-28
Merge tag 'i2c-host-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/an...
Wolfram Sang
661
-4471
/
+8682
2025-09-27
net/mlx5: Expose uar access and odp page fault counters
Akiva Goldberger
1
-0
/
+9
2025-09-27
Bluetooth: bcsp: receive data only if registered
Ivan Pravdin
1
-0
/
+3
2025-09-27
Bluetooth: btusb: Add new VID/PID 13d3/3633 for MT7922
Chris Lu
1
-0
/
+2
2025-09-27
Bluetooth: btusb: Add new VID/PID 13d3/3627 for MT7925
Chris Lu
1
-0
/
+2
2025-09-27
Bluetooth: remove duplicate h4_recv_buf() in header
Calvin Owens
5
-157
/
+4
2025-09-27
Bluetooth: btusb: Check for unexpected bytes when defragmenting HCI frames
Arkadiusz Bokowy
1
-0
/
+17
2025-09-27
Bluetooth: btintel_pcie: Refactor Device Coredump
Kiran K
2
-145
/
+77
2025-09-27
Bluetooth: btintel_pcie: Use strscpy() instead of strscpy_pad()
Thorsten Blum
1
-2
/
+3
2025-09-27
Bluetooth: btintel_pcie: Define hdev->wakeup() callback
Chandrashekar Devegowda
1
-0
/
+8
2025-09-27
Bluetooth: btusb: Add USB ID 2001:332a for D-Link AX9U rev. A1
Zenm Chen
1
-0
/
+2
2025-09-27
Bluetooth: btintel_pcie: Move model comment before its definition
Luiz Augusto von Dentz
1
-4
/
+8
2025-09-27
Bluetooth: btintel_pcie: Add id of Scorpious, Panther Lake-H484
Kiran K
1
-0
/
+1
2025-09-27
Bluetooth: btintel_pcie: Add Bluetooth core/platform as comments
Kiran K
1
-3
/
+3
2025-09-27
Bluetooth: btintel_pcie: Add support for _suspend() / _resume()
Chandrashekar Devegowda
1
-0
/
+89
2025-09-27
Bluetooth: btintel: Add support for BlazarIW core
Kiran K
2
-0
/
+4
2025-09-27
PM: sleep: Do not wait on SYNC_STATE_ONLY device links
Pin-yen Lin
3
-3
/
+6
2025-09-27
PM: runtime: Make put{,_sync}() return 1 when already suspended
Brian Norris
2
-1
/
+4
2025-09-27
PM: runtime: Add basic kunit tests for API contracts
Brian Norris
3
-0
/
+260
2025-09-26
net: macb: avoid dealing with endianness in macb_set_hwaddr()
Théo Lebrun
1
-2
/
+2
2025-09-26
net: macb: single dma_alloc_coherent() for DMA descriptors
Théo Lebrun
1
-39
/
+41
2025-09-26
net: macb: move ring size computation to functions
Théo Lebrun
1
-11
/
+16
2025-09-26
net: macb: remove illusion about TBQPH/RBQPH being per-queue
Théo Lebrun
2
-37
/
+24
2025-09-26
octeon_ep_vf: Add support to retrieve hardware channel information
Sathesh B Edara
1
-0
/
+10
2025-09-26
octeon_ep: Add support to retrieve hardware channel information
Sathesh B Edara
1
-0
/
+10
2025-09-26
net: phy: micrel: Fix lan8814_config_init
Horatiu Vultur
1
-1
/
+1
2025-09-26
vhost: vringh: Fix copy_to_iter return value check
Michael S. Tsirkin
1
-3
/
+4
2025-09-26
net: airoha: npu: Add a NPU callback to initialize flow stats
Lorenzo Bianconi
2
-24
/
+19
2025-09-26
eth: fbnic: Add support to read lane count
Mohsin Bashir
1
-0
/
+1
2025-09-26
Wangxun: vf: Implement some ethtool apis for get_xxx
Mengyuan Lou
4
-0
/
+42
2025-09-26
net/mlx5e: Report RS-FEC histogram statistics via ethtool
Carolina Jubran
1
-1
/
+33
2025-09-26
net/mlx5e: Add logic to read RS-FEC histogram bin ranges from PPHCR
Carolina Jubran
5
-3
/
+94
2025-09-26
net/mlx5e: Don't query FEC statistics when FEC is disabled
Carolina Jubran
1
-6
/
+6
2025-09-26
ethtool: add FEC bins histogram report
Vadim Fedorenko
10
-10
/
+43
2025-09-26
net: qed: Remove redundant NULL checks after list_first_entry()
Zhen Ni
1
-9
/
+0
2025-09-26
ptp: Add a upper bound on max_vclocks
I Viswanath
2
-1
/
+2
2025-09-26
dpll: zl3073x: Fix double free in zl3073x_devlink_flash_update()
Dan Carpenter
1
-1
/
+0
2025-09-26
Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
12
-477
/
+1977
2025-09-26
net: wan: framer: Add version sysfs attribute for the Lantiq PEF2256 framer
Christophe Leroy
1
-5
/
+19
2025-09-26
net: usb: Remove disruptive netif_wake_queue in rtl8150_set_multicast
I Viswanath
1
-2
/
+0
2025-09-26
dibs: Check correct variable in dibs_init()
Dan Carpenter
1
-2
/
+2
2025-09-26
net: renesas: rswitch: Remove unneeded semicolons
Geert Uytterhoeven
1
-2
/
+2
2025-09-26
net: enetc: Fix probing error message typo for the ENETCv4 PF driver
Claudiu Manoil
1
-1
/
+1
2025-09-26
Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
20
-462
/
+725
[prev]
[next]