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
Age
Commit message (
Expand
)
Author
Lines
2026-03-20
ARM: dts: bcm6855: Add I2C bus blocks
Linus Walleij
-0
/
+18
2026-03-20
ARM: dts: bcm6846: Add I2C bus block
Linus Walleij
-0
/
+9
2026-03-20
ARM: dts: bcm63138: Fix DMA IRQ
Linus Walleij
-1
/
+1
2026-03-20
ARM: dts: bcm6878: Fix PL081 DMA block IRQ
Linus Walleij
-1
/
+1
2026-03-20
ARM: dts: BCM5301X: AC5300: set WAN MAC from nvram
Rosen Penev
-0
/
+3
2026-03-20
ARM: dts: BCM5301X: AC3100: set WAN MAC from nvram
Rosen Penev
-0
/
+7
2026-03-20
ARM: dts: BCM5301X: panamera: set WAN MAC from nvram
Rosen Penev
-0
/
+7
2026-03-20
ARM: dts: BCM5301X: EA9200: set WAN MAC from nvram
Rosen Penev
-0
/
+7
2026-03-20
hwmon: (max6639) Fix pulses-per-revolution implementation
Guenter Roeck
-5
/
+5
2026-03-20
dt-bindings: i2c: renesas,riic: Document the R9A08G046 support
Biju Das
-0
/
+1
2026-03-20
dt-bindings: i2c: qcom-cci: Document sm6150 compatible
Wenmeng Liu
-0
/
+2
2026-03-20
i2c: cp2615: rename disconnect callback
Johan Hovold
-3
/
+2
2026-03-20
dt-bindings: i2c: qcom-cci: Document Milos compatible
Luca Weiss
-0
/
+18
2026-03-20
check-uapi: use dummy libc includes
Arnd Bergmann
-0
/
+1
2026-03-20
check-uapi: honor ${CROSS_COMPILE} setting
Arnd Bergmann
-5
/
+6
2026-03-20
check-uapi: link into shared objects
Arnd Bergmann
-2
/
+5
2026-03-20
vfio: selftests: Support DMR and GNR-D DSA devices
Yi Lai
-2
/
+13
2026-03-20
vfio: selftests: Build tests on aarch64
Ted Logan
-1
/
+1
2026-03-20
Merge tag 'execve-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-4
/
+7
2026-03-20
PM: hibernate: return -ENODATA if the snapshot image is not loaded
Alberto Garcia
-2
/
+5
2026-03-20
Merge tag 'tty-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-92
/
+352
2026-03-20
init/Kconfig: Require a release version of clang-22 for CC_HAS_COUNTED_BY_PTR
Nathan Chancellor
-1
/
+1
2026-03-20
x86/platform/uv: Handle deconfigured sockets
Kyle Meyer
-2
/
+16
2026-03-20
drm/xe: Fix format specifier for printing pointer differences
Nathan Chancellor
-15
/
+15
2026-03-20
coccinelle: kmalloc_obj: Remove default GFP_KERNEL arg
Kees Cook
-0
/
+11
2026-03-20
riscv: dts: thead: th1520: add coefficients to the PVT node
Icenowy Zheng
-0
/
+4
2026-03-20
arm64: dts: broadcom: bcm2712: Move non simple-bus nodes to root level
Rob Herring (Arm)
-31
/
+28
2026-03-20
Merge tag 'io_uring-7.0-20260320' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-5
/
+21
2026-03-20
selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilation
Thomas Weißschuh
-1
/
+7
2026-03-20
selftests/nolibc: add a variable for nolibc-test source files
Thomas Weißschuh
-6
/
+8
2026-03-20
tools/nolibc: MIPS: fix clobbers of 'lo' and 'hi' registers on different ISAs
Thomas Weißschuh
-3
/
+12
2026-03-20
selftests/nolibc: Use printf variable field widths and precisions
David Laight
-21
/
+5
2026-03-20
tools/nolibc/printf: Add support for octal output
David Laight
-18
/
+41
2026-03-20
tools/nolibc/printf: Add support for zero padding and field precision
David Laight
-18
/
+81
2026-03-20
tools/nolibc/printf: Add support for left aligning fields
David Laight
-2
/
+8
2026-03-20
tools/nolibc/printf: Special case 0 and add support for %#x
David Laight
-11
/
+30
2026-03-20
x86/entry/vdso: Fix path of included gettimeofday.c
Vladimir Oltean
-1
/
+1
2026-03-20
tools/nolibc/printf: Add support for conversion flags space and plus
David Laight
-1
/
+5
2026-03-20
tools/nolibc/printf: Prepend sign to converted number
David Laight
-9
/
+27
2026-03-20
tools/nolibc/printf: Handle "%s" with the numeric formats
David Laight
-10
/
+11
2026-03-20
tools/nolibc/printf: Add support for length modifiers tzqL and formats iX
David Laight
-14
/
+27
2026-03-20
Merge tag 'spi-fix-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-86
/
+41
2026-03-20
Merge tag 'regulator-fix-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-2
/
+2
2026-03-20
Merge tag 'pmdomain-v7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-9
/
+5
2026-03-20
tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers...
David Laight
-48
/
+106
2026-03-20
tools/nolibc/printf: Use goto and reduce indentation
David Laight
-78
/
+93
2026-03-20
tools/nolibc/printf: Simplify __nolibc_printf()
David Laight
-51
/
+53
2026-03-20
tools/nolibc/printf: Output pad characters in 16 byte chunks
David Laight
-5
/
+9
2026-03-20
tools/nolibc: Rename the 'errnum' parameter to strerror()
David Laight
-2
/
+2
2026-03-20
tools/nolibc: Implement strerror() in terms of strerror_r()
David Laight
-21
/
+21
[prev]
[next]