index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-21
spi: Make error handling of gpiod_count() call cleaner
Andy Shevchenko
1
-6
/
+7
2021-04-20
spidev: Add Micron SPI NOR Authenta device compatible
Shivamurthy Shastri
1
-0
/
+1
2021-04-20
spi: brcm,spi-bcm-qspi: convert to the json-schema
Rafał Miłecki
3
-246
/
+199
2021-04-20
spi: altera: Add DFL bus driver for Altera API Controller
Matthew Gerlach
3
-0
/
+214
2021-04-20
spi: altera: separate core code from platform code
Matthew Gerlach
5
-163
/
+208
2021-04-20
spi: stm32-qspi: Fix compilation warning in ARM64
Patrice Chotard
1
-1
/
+1
2021-04-19
spi: Handle SPI device setup callback failure.
Joe Burmeister
1
-1
/
+8
2021-04-19
spi: sync up initial chipselect state
David Bauer
1
-8
/
+8
2021-04-19
spi: stm32-qspi: Add dirmap support
Patrice Chotard
1
-16
/
+67
2021-04-19
spi: stm32-qspi: Trigger DMA only if more than 4 bytes to transfer
Patrice Chotard
1
-2
/
+3
2021-04-19
spi: stm32-qspi: fix pm_runtime usage_count counter
Christophe Kerello
1
-4
/
+14
2021-04-16
spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single fails
Quanyang Wang
1
-6
/
+20
2021-04-16
spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_op
Quanyang Wang
1
-10
/
+4
2021-04-16
spi: spi-zynqmp-gqspi: Resolved slab-out-of-bounds bug
Amit Kumar Mahapatra
1
-4
/
+6
2021-04-16
spi: spi-zynqmp-gqspi: fix hang issue when suspend/resume
Quanyang Wang
1
-6
/
+14
2021-04-16
spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issue
Quanyang Wang
1
-39
/
+8
2021-04-15
spi: spi-zynqmp-gqspi: Fix runtime PM imbalance in zynqmp_qspi_probe
Dinghao Liu
1
-2
/
+12
2021-04-15
spi: s3c64xx: constify driver/match data
Krzysztof Kozlowski
1
-11
/
+10
2021-04-15
spi: s3c64xx: correct kerneldoc of s3c64xx_spi_port_config
Krzysztof Kozlowski
1
-1
/
+1
2021-04-15
spi: s3c64xx: simplify getting of_device_id match data
Krzysztof Kozlowski
1
-7
/
+3
2021-04-15
spi: pxa2xx: Add support for Intel Alder Lake PCH-M
Jarkko Nikula
1
-0
/
+4
2021-04-12
spi: spi-zynqmp-gqspi: Fix missing unlock on error in zynqmp_qspi_exec_op()
Wei Yongjun
1
-1
/
+3
2021-04-12
spi: hisi-sfc-v3xx: drop unnecessary ACPI_PTR and related ifendif protection
Yicong Yang
1
-4
/
+2
2021-04-12
spi: hisi-sfc-v3xx: fix potential irq race condition
Yicong Yang
1
-0
/
+1
2021-04-09
spi: davinci: Use device_get_match_data() helper
Tian Tao
1
-7
/
+2
2021-04-09
spi: qup: fix PM reference leak in spi_qup_remove()
Wang Li
1
-1
/
+1
2021-04-09
spi: orion: set devdata properly as it is being used later
Muhammad Usama Anjum
1
-1
/
+2
2021-04-09
spi: imx: add a check for speed_hz before calculating the clock
Clark Wang
1
-16
/
+21
2021-04-09
spi: omap-100k: Fix reference leak to master
Wei Yongjun
1
-3
/
+3
2021-04-09
spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()
Wang Li
1
-1
/
+1
2021-04-09
spi: simplify devm_spi_register_controller
Tian Tao
1
-14
/
+5
2021-04-09
spi: dln2: Fix reference leak to master
Wei Yongjun
1
-1
/
+1
2021-04-09
spi: spi-zynqmp-gqspi: fix incorrect operating mode in zynqmp_qspi_read_op
Quanyang Wang
1
-1
/
+1
2021-04-09
spi: spi-zynqmp-gqspi: transmit dummy circles by using the controller's internal functionality
Quanyang Wang
1
-22
/
+18
2021-04-09
spi: spi-zynqmp-gqspi: add mutex locking for exec_op
Quanyang Wang
1
-0
/
+5
2021-04-09
spi: spi-zynqmp-gqspi: use wait_for_completion_timeout to make zynqmp_qspi_exec_op not interruptible
Quanyang Wang
1
-3
/
+3
2021-04-08
spi: fsl: add missing iounmap() on error in of_fsl_spi_probe()
Yang Yingliang
1
-5
/
+18
2021-04-08
ARM/spi: spear: Drop PL022 num_chipselect
Linus Walleij
2
-12
/
+0
2021-04-08
spi: Fix use-after-free with devm_spi_alloc_*
William A. Kennington III
2
-7
/
+5
2021-04-08
spi: spi-zynqmp-gqspi: Fix runtime PM imbalance in zynqmp_qspi_probe
Dinghao Liu
1
-0
/
+1
2021-04-07
spi: orion: Use device_get_match_data() helper
Tian Tao
1
-4
/
+2
2021-04-07
spi: hisi-kunpeng: Fix Woverflow warning on conversion
Jay Fang
1
-1
/
+1
2021-04-01
spi: Remove repeated struct declaration
Wan Jiabing
1
-1
/
+0
2021-04-01
spi: Convert cadence-quadspi.txt to cadence-quadspi.yaml
Ramuthevar Vadivel Murugan
2
-68
/
+143
2021-03-31
spi: Add HiSilicon SPI Controller Driver for Kunpeng SoCs
Jay Fang
4
-0
/
+523
2021-03-31
spi: pl022: Convert to use GPIO descriptors
Linus Walleij
1
-6
/
+14
2021-03-31
spi: pl022: Use GPIOs looked up by the core
Linus Walleij
2
-67
/
+10
2021-03-31
spi: pl022: Drop custom per-chip cs_control
Linus Walleij
2
-27
/
+2
2021-03-29
spi: pl022: User more sensible defaults
Linus Walleij
1
-2
/
+2
2021-03-25
spi: fsi: Remove multiple sequenced ops for restricted chips
Eddie James
1
-20
/
+7
[next]