index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
30 hours
spi: qup: fix error pointer deref after DMA setup failure
Johan Hovold
1
-0
/
+3
30 hours
spi: qup: switch to use modern name
Yang Yingliang
1
-81
/
+81
30 hours
spi: lantiq-ssc: fix controller deregistration
Johan Hovold
1
-1
/
+7
30 hours
spi: st-ssc4: fix controller deregistration
Johan Hovold
1
-1
/
+7
30 hours
spi: topcliff-pch: fix controller deregistration
Johan Hovold
1
-1
/
+6
30 hours
spi: topcliff-pch: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
30 hours
spi: uniphier: fix controller deregistration
Johan Hovold
1
-1
/
+7
30 hours
spi: tegra20-sflash: fix controller deregistration
Johan Hovold
1
-1
/
+7
30 hours
spi: tegra114: fix controller deregistration
Johan Hovold
1
-1
/
+7
30 hours
spi: sun6i: fix controller deregistration
Johan Hovold
1
-1
/
+8
30 hours
spi: zynq-qspi: fix controller deregistration
Johan Hovold
1
-4
/
+11
30 hours
spi: ti-qspi: fix controller deregistration
Johan Hovold
1
-8
/
+6
30 hours
spi: spi-ti-qspi: Convert to platform remove callback returning void
Uwe Kleine-König
1
-6
/
+7
30 hours
spi: sun4i: fix controller deregistration
Johan Hovold
1
-1
/
+9
30 hours
spi: syncuacer: fix controller deregistration
Johan Hovold
1
-1
/
+7
2026-06-01
spi: ti-qspi: fix use-after-free after DMA setup failure
Johan Hovold
1
-0
/
+1
2026-06-01
spi: sprd: fix error pointer deref after DMA setup failure
Johan Hovold
1
-1
/
+2
2026-06-01
spi: hisi-kunpeng: prevent infinite while() loop in hisi_spi_flush_fifo
Pei Xiao
1
-1
/
+11
2026-06-01
spi: fsl-qspi: Use reinit_completion() for repeated operations
Felix Gu
1
-1
/
+2
2026-06-01
spi: mpc52xx: fix use-after-free on unbind
Johan Hovold
1
-1
/
+2
2026-06-01
spi: orion: fix clock imbalance on registration failure
Johan Hovold
1
-0
/
+6
2026-06-01
spi: imx: fix runtime pm leak on probe deferral
Johan Hovold
1
-0
/
+1
2026-06-01
spi: mtk-nor: fix controller deregistration
Johan Hovold
1
-1
/
+3
2026-06-01
spi: topcliff-pch: fix use-after-free on unbind
Johan Hovold
1
-3
/
+3
2026-06-01
spi: zynqmp-gqspi: fix controller deregistration
Johan Hovold
1
-1
/
+3
2026-06-01
spi: meson-spicc: Fix double-put in remove path
Felix Gu
1
-2
/
+0
2026-06-01
spi: rockchip: fix controller deregistration
Johan Hovold
1
-1
/
+3
2026-06-01
spi: cadence-quadspi: Implement refcount to handle unbind during busy
Khairul Anuar Romli
1
-0
/
+34
2026-04-18
spi: spi-fsl-lpspi: fix teardown order issue (UAF)
Marc Kleine-Budde
1
-1
/
+2
2026-03-04
spi: spi-mem: Protect dirmap_create() with spi_mem_access_start/end
Chin-Ting Kuo
1
-1
/
+10
2026-03-04
spi: stm32: fix Overrun issue at < 8bpw
Deepak Kumar
1
-4
/
+5
2026-02-11
spi: tegra: Fix a memory leak in tegra_slink_probe()
Felix Gu
1
-2
/
+4
2026-02-11
spi: tegra210-quad: Protect curr_xfer clearing in tegra_qspi_non_combined_seq...
Breno Leitao
1
-0
/
+3
2026-02-11
spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xfer
Breno Leitao
1
-0
/
+5
2026-02-11
spi: tegra210-quad: Protect curr_xfer assignment in tegra_qspi_setup_transfer...
Breno Leitao
1
-0
/
+3
2026-02-11
spi: tegra210-quad: Move curr_xfer read inside spinlock
Breno Leitao
1
-2
/
+4
2026-02-11
spi: tegra210-quad: Return IRQ_HANDLED when timeout already processed transfer
Breno Leitao
1
-2
/
+17
2026-01-19
spi: fsl-cpm: Check length parity before switching to 16 bit mode
Christophe Leroy
1
-1
/
+1
2026-01-19
spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfers
Vishwaroop A
1
-8
/
+4
2026-01-19
spi: tegra210-quad: Fix validate combined sequence
Krishna Yarlagadda
1
-1
/
+1
2026-01-19
spi: tegra210-quad: Fix timeout handling
Vishwaroop A
1
-2
/
+20
2026-01-19
spi: tegra210-quad: modify chip select (CS) deactivation
Vishwaroop A
1
-0
/
+4
2026-01-19
spi: tegra210-quad: combined sequence mode
Krishna Yarlagadda
1
-5
/
+233
2026-01-19
spi: tegra210-quad: add new chips to compatible
Krishna Yarlagadda
1
-3
/
+30
2026-01-19
spi: tegra210-quad: use device_reset method
Krishna Yarlagadda
1
-14
/
+4
2026-01-19
spi: imx: keep dma request disabled before dma transfer setup
Robin Gong
1
-4
/
+11
2026-01-19
spi: xilinx: increase number of retries before declaring stall
Alvaro Gamez Machado
1
-1
/
+1
2025-12-07
spi: bcm63xx: fix premature CS deassertion on RX-only transactions
Hang Zhou
1
-0
/
+14
2025-12-07
spi: Try to get ACPI GPIO IRQ earlier
Hans de Goede
1
-0
/
+10
2025-12-07
spi: loopback-test: Don't use %pK through printk
Thomas Weißschuh
1
-6
/
+6
[next]