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-23
bnxt_en: Resize RSS contexts on channel count change
Björn Töpel
-7
/
+28
2026-03-23
ethtool: Track user-provided RSS indirection table size
Björn Töpel
-11
/
+13
2026-03-23
team: use netdev_from_priv()
Qingfang Deng
-35
/
+42
2026-03-23
crypto: sm3 - Remove 'struct sm3_state'
Eric Biggers
-2
/
+2
2026-03-23
crypto: sm3 - Replace with wrapper around library
Eric Biggers
-2
/
+2
2026-03-23
crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3
Eric Biggers
-2
/
+2
2026-03-23
net: b44: always select CONFIG_FIXED_PHY
Arnd Bergmann
-1
/
+1
2026-03-23
net: airoha: add RCU lock around dev_fill_forward_path
Qingfang Deng
-0
/
+2
2026-03-23
nfc: microread: Drop unused include
Andy Shevchenko
-1
/
+0
2026-03-23
ieee802154: atusb: drop redundant device reference
Johan Hovold
-4
/
+1
2026-03-23
net: stmmac: use integrated PCS for BASE-X modes
Russell King (Oracle)
-10
/
+2
2026-03-23
net: stmmac: add BASE-X support to integrated PCS
Russell King (Oracle)
-4
/
+100
2026-03-23
net: stmmac: add support for reading inband SGMII status
Russell King (Oracle)
-21
/
+58
2026-03-23
net: stmmac: add struct stmmac_pcs_info
Russell King (Oracle)
-11
/
+23
2026-03-23
net: stmmac: move default_an_inband to plat_stmmacenet_data
Russell King (Oracle)
-6
/
+3
2026-03-23
clk: xgene: Fix mapping leak in xgene_pllclk_init()
Geert Uytterhoeven
-0
/
+2
2026-03-23
clk: Simplify clk_is_match()
Geert Uytterhoeven
-4
/
+3
2026-03-23
clk: baikal-t1: Remove not-going-to-be-supported code for Baikal SoC
Andy Shevchenko
-2545
/
+0
2026-03-23
clk: mvebu: armada-37xx-periph: fix __iomem casts in structure init
Ben Dooks
-7
/
+9
2026-03-23
clk: qoriq: avoid format string warning
Arnd Bergmann
-8
/
+9
2026-03-23
Merge tag 'renesas-clk-for-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/k...
Stephen Boyd
-0
/
+4
2026-03-23
Merge tag 'renesas-clk-fixes-for-v7.0-tag1' of git://git.kernel.org/pub/scm/l...
Stephen Boyd
-53
/
+38
2026-03-23
crypto: gcm - Use GHASH library instead of crypto_ahash
Eric Biggers
-1
/
+1
2026-03-23
regulator: cros-ec: cleanup and add supplies
Mark Brown
-754
/
+1587
2026-03-23
regulator: cros-ec: Add regulator supply
Chen-Yu Tsai
-0
/
+1
2026-03-23
vfio/qat: add support for Intel QAT 420xx VFs
Giovanni Cabiddu
-0
/
+2
2026-03-23
spi: hisi-kunpeng cleanup and fix
Mark Brown
-674
/
+1565
2026-03-23
spi: hisi-kunpeng: Add timeout warning in FIFO flush function
Pei Xiao
-1
/
+4
2026-03-23
spi: hisi-kunpeng: prevent infinite while() loop in hisi_spi_flush_fifo
Pei Xiao
-1
/
+11
2026-03-23
gpu: nova-core: convert to new dma::Coherent API
Gary Guo
-65
/
+47
2026-03-23
gpu: nova-core: convert Gsp::new() to use CoherentBox
Danilo Krummrich
-44
/
+65
2026-03-23
gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
Danilo Krummrich
-10
/
+17
2026-03-23
PCI/pwrctrl: Fix pci_pwrctrl_is_required() device node leak
Felix Gu
-1
/
+3
2026-03-23
idpf: only assign num refillqs if allocation was successful
Joshua Hay
-1
/
+1
2026-03-23
idpf: clear stale cdev_info ptr
Joshua Hay
-4
/
+6
2026-03-23
iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()
Kohei Enju
-16
/
+15
2026-03-23
accel/amdxdna: Return ERR_PTR on dma_alloc_noncoherent failure
Wendy Liang
-1
/
+6
2026-03-23
ice: use ice_update_eth_stats() for representor stats
Petr Oros
-4
/
+13
2026-03-23
PCI/pwrctrl: Do not power off on pwrctrl device removal
Chen-Yu Tsai
-13
/
+0
2026-03-23
ice: fix inverted ready check for VF representors
Petr Oros
-1
/
+1
2026-03-23
ice: set max queues in alloc_etherdev_mqs()
Michal Swiatkowski
-20
/
+24
2026-03-23
spi: sunplus-sp7021: Simplify clock handling with devm_clk_get_enabled()
Pei Xiao
-14
/
+1
2026-03-23
spi: stm32: Simplify clock handling with devm_clk_get_enabled()
Pei Xiao
-45
/
+17
2026-03-23
spi: sifive: Simplify clock handling with devm_clk_get_enabled()
Pei Xiao
-15
/
+6
2026-03-23
spi: bcmbca-hsspi: Simplify clock handling with devm_clk_get_enabled()
Pei Xiao
-33
/
+16
2026-03-23
spi: bcm63xx-hsspi: Simplify clock handling with devm_clk_get_enabled()
Pei Xiao
-34
/
+12
2026-03-23
Merge tag 'drm-misc-next-2026-03-12' into drm-rust-next
Danilo Krummrich
-11281
/
+120557
2026-03-23
drm/xe: Implement recent spec updates to Wa_16025250150
Matt Roper
-1
/
+3
2026-03-23
drm/amd/pm: disable OD_FAN_CURVE if temp or pwm range invalid for smu v13
Yang Wang
-2
/
+64
2026-03-23
drm/amd/pm: Return -EOPNOTSUPP for unsupported OD_MCLK on smu_v13_0_6
Asad Kamal
-1
/
+1
[prev]
[next]