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
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-17
spi: rzv2m-csi: Adopt HZ_PER_MHZ for max spi clock
Fabrizio Castro
1
-1
/
+2
2023-07-17
spi: rzv2m-csi: Add missing include
Fabrizio Castro
1
-0
/
+1
2023-07-14
spi: Explicitly include correct DT includes
Rob Herring
43
-48
/
+26
2023-07-14
spi: Use struct_size() helper
Andy Shevchenko
1
-6
/
+9
2023-07-14
spi: Use BITS_TO_BYTES()
Andy Shevchenko
1
-3
/
+1
2023-07-14
spi: Kill spi_add_device_locked()
Andy Shevchenko
1
-10
/
+5
2023-07-14
spi: Remove code duplication in spi_add_device*()
Andy Shevchenko
1
-22
/
+10
2023-07-12
spi: spi-cadence: Delete unmatched comments
Yangtao Li
1
-2
/
+0
2023-07-11
spi: Fix spelling typos and acronyms capitalization
Andy Shevchenko
3
-89
/
+104
2023-07-11
spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
Andy Shevchenko
12
-12
/
+12
2023-07-11
spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
Andy Shevchenko
12
-16
/
+15
2023-07-11
spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
Andy Shevchenko
12
-13
/
+11
2023-07-11
spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
Andy Shevchenko
6
-20
/
+18
2023-07-10
spi: Sort headers alphabetically
Andy Shevchenko
2
-27
/
+27
2023-07-10
spi: Use sysfs_emit() to instead of s*printf()
Andy Shevchenko
1
-4
/
+3
2023-07-10
spi: Replace if-else-if by bitops and multiplications
Andy Shevchenko
1
-7
/
+1
2023-07-10
spi: Drop duplicate IDR allocation code in spi_register_controller()
Andy Shevchenko
1
-27
/
+23
2023-07-10
spi: Remove unneeded OF node NULL checks
Andy Shevchenko
1
-4
/
+1
2023-07-09
dt-bindings: spi: Convert Tegra114 SPI to json-schema
Thierry Reding
2
-61
/
+100
2023-07-09
dt-bindings: spi: tegra-sflash: Convert to json-schema
Thierry Reding
2
-37
/
+81
2023-07-09
dt-bindings: spi: tegra-slink: Convert to json-schema
Thierry Reding
2
-37
/
+90
2023-07-09
spi: s3c64xx: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-7
/
+2
2023-07-09
spi: tegra20-slink: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-8
/
+2
2023-07-09
spi: rspi: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-09
spi: spi-nxp-fspi: Convert to devm_platform_ioremap_resource() and devm_platf...
Yangtao Li
1
-4
/
+2
2023-07-09
spi: ep93xx: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-10
/
+3
2023-07-09
spi: davinci: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-11
/
+2
2023-07-09
spi: atmel: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-5
/
+1
2023-07-09
spi: rzv2m-csi: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-07-09
spi: Increase imx51 ecspi burst length based on transfer length
Stefan Moring
1
-3
/
+8
2023-07-09
spi: stm32: disable device mode with st,stm32f4-spi compatible
Valentin Caron
1
-3
/
+10
2023-07-09
spi: amlogic-spifc-a1: add support for max_speed_hz
Martin Kurbanov
1
-0
/
+20
2023-07-09
spi: amlogic-spifc-a1: implement adjust_op_size()
Martin Kurbanov
1
-41
/
+25
2023-07-09
spi: sun6i: add dual and quad SPI modes support for R329/D1/R528/T113s
Maksim Kiselev
1
-0
/
+1
2023-07-09
spi: sun6i: add quirk for dual and quad SPI modes support
Maksim Kiselev
1
-4
/
+25
2023-07-09
Linux 6.5-rc1
v6.5-rc1
Linus Torvalds
1
-2
/
+2
2023-07-09
MAINTAINERS 2: Electric Boogaloo
Linus Torvalds
1
-46
/
+46
2023-07-08
mm: lock newly mapped VMA with corrected ordering
Hugh Dickins
1
-2
/
+2
2023-07-08
fork: lock VMAs of the parent process when forking
Suren Baghdasaryan
1
-0
/
+1
2023-07-08
mm: lock newly mapped VMA which can be modified after it becomes visible
Suren Baghdasaryan
1
-0
/
+2
2023-07-08
mm: lock a vma before stack expansion
Suren Baghdasaryan
1
-0
/
+4
2023-07-08
ntb: hw: amd: Fix debugfs_create_dir error checking
Anup Sharma
1
-1
/
+1
2023-07-08
lib: dhry: fix sleeping allocations inside non-preemptable section
Geert Uytterhoeven
1
-2
/
+9
2023-07-08
kasan, slub: fix HW_TAGS zeroing with slub_debug
Andrey Konovalov
2
-14
/
+14
2023-07-08
kasan: fix type cast in memory_is_poisoned_n
Andrey Konovalov
1
-1
/
+2
2023-07-08
mailmap: add entries for Heiko Stuebner
Heiko Stuebner
1
-0
/
+3
2023-07-08
mailmap: update manpage link
Heiko Stuebner
1
-1
/
+2
2023-07-08
bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page
Liu Shixin
1
-0
/
+2
2023-07-08
MAINTAINERS: add linux-next info
Randy Dunlap
1
-0
/
+7
2023-07-08
mailmap: add Markus Schneider-Pargmann
Markus Schneider-Pargmann
1
-0
/
+1
[next]