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
2024-02-08
spi: s3c64xx: drop blank line between declarations
Tudor Ambarus
1
-1
/
+2
2024-02-08
spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
Tudor Ambarus
1
-3
/
+3
2024-02-08
spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
Tudor Ambarus
1
-4
/
+4
2024-02-08
spi: s3c64xx: propagate the dma_submit_error() error code
Tudor Ambarus
1
-1
/
+1
2024-02-08
spi: s3c64xx: check return code of dmaengine_slave_config()
Tudor Ambarus
1
-1
/
+3
2024-02-08
spi: s3c64xx: move common code outside if else
Tudor Ambarus
1
-4
/
+2
2024-02-08
spi: s3c64xx: remove else after return
Tudor Ambarus
1
-4
/
+2
2024-02-08
spi: s3c64xx: remove unneeded (void *) casts in of_match_table
Tudor Ambarus
1
-9
/
+9
2024-02-08
spi: s3c64xx: fix typo, s/configuartion/configuration
Tudor Ambarus
1
-1
/
+1
2024-02-08
spi: s3c64xx: avoid possible negative array index
Tudor Ambarus
1
-0
/
+3
2024-02-08
spi: s3c64xx: explicitly include <linux/types.h>
Tudor Ambarus
1
-0
/
+1
2024-02-08
spi: s3c64xx: explicitly include <linux/bits.h>
Tudor Ambarus
1
-0
/
+1
2024-02-08
spi: s3c64xx: explicitly include <linux/io.h>
Tudor Ambarus
1
-0
/
+1
2024-02-08
spi: s3c64xx: sort headers alphabetically
Tudor Ambarus
1
-7
/
+6
2024-02-07
spi: axi-spi-engine: move msg finalization out of irq handler
David Lechner
1
-25
/
+15
2024-02-07
spi: axi-spi-engine: remove use of ida for sync id
David Lechner
1
-22
/
+6
2024-02-07
spi: drop gpf arg from __spi_split_transfer_maxsize()
David Lechner
3
-21
/
+11
2024-02-05
spi: spi-rockchip: Fix max_native_cs
Luis de Arquer
1
-3
/
+2
2024-02-05
spi: spi-rockchip: Fix out of bounds array access
Luis de Arquer
1
-8
/
+0
2024-02-05
spi: intel: Keep the BIOS partition inside the first chip
Mika Westerberg
1
-4
/
+11
2024-02-05
spi: intel: Add default partition and name to the second chip
Mika Westerberg
1
-1
/
+18
2024-02-05
spi: axi-spi-engine: use common AXI macros
David Lechner
1
-11
/
+6
2024-02-05
spi: bcm2835: implement ctlr->max_transfer_size
David Lechner
1
-13
/
+14
2024-02-05
spi: move split xfers for CS_WORD emulation
David Lechner
1
-32
/
+31
2024-02-05
spi: fsl-dspi: Unify error messaging in dspi_request_dma()
andy.shevchenko@gmail.com
1
-8
/
+5
2024-02-05
spi: fsl-dspi: Preserve error code returned by dmaengine_slave_config()
andy.shevchenko@gmail.com
1
-2
/
+0
2024-02-02
spi: cs42l43: Clean up of firmware node
Charles Keepax
1
-6
/
+16
2024-01-31
spi: reorder spi_message struct member doc comments
David Lechner
1
-2
/
+2
2024-01-29
spi: Kconfig: cap[c]ability
Ahelenia ZiemiaĆska
1
-1
/
+1
2024-01-26
spi: avoid double validation in __spi_sync()
David Lechner
1
-52
/
+6
2024-01-25
spi: cs42l43: Handle error from devm_pm_runtime_enable()
Charles Keepax
1
-1
/
+4
2024-01-24
spi: consolidate setting message->spi
David Lechner
1
-7
/
+2
2024-01-24
spi: dt-bindings: samsung: Add Exynos850 SPI
Sam Protsenko
1
-0
/
+1
2024-01-24
spi: s3c64xx: Add Exynos850 support
Sam Protsenko
1
-0
/
+14
2024-01-22
dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95
Peng Fan
1
-6
/
+12
2024-01-22
dt-bindings: spi: fsl-lpspi: support i.MX95 LPSPI
Peng Fan
1
-0
/
+1
2024-01-22
spi: s3c64xx: Extract FIFO depth calculation to a dedicated macro
Sam Protsenko
1
-7
/
+6
2024-01-22
spi: nxp-fspi: Adjust LUT debug output alignment
Alexander Stein
1
-1
/
+1
2024-01-22
spi: make spi_bus_type const
Greg Kroah-Hartman
2
-2
/
+2
2024-01-22
spi: spi-mt65xx: Support sleep pin control
Ruihai Zhou
1
-0
/
+5
2024-01-21
Linux 6.8-rc1
Linus Torvalds
1
-2
/
+2
2024-01-21
bcachefs: Improve inode_to_text()
Kent Overstreet
1
-7
/
+18
2024-01-21
bcachefs: logged_ops_format.h
Kent Overstreet
2
-27
/
+31
2024-01-21
bcachefs: reflink_format.h
Kent Overstreet
3
-47
/
+48
2024-01-21
bcachefs; extents_format.h
Kent Overstreet
2
-279
/
+284
2024-01-21
bcachefs: ec_format.h
Kent Overstreet
2
-16
/
+20
2024-01-21
bcachefs: subvolume_format.h
Kent Overstreet
2
-32
/
+36
2024-01-21
bcachefs: snapshot_format.h
Kent Overstreet
2
-33
/
+37
2024-01-21
bcachefs: alloc_background_format.h
Kent Overstreet
2
-93
/
+94
2024-01-21
bcachefs: xattr_format.h
Kent Overstreet
2
-15
/
+20
[next]