summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-20ARM: dts: bcm6855: Add I2C bus blocksLinus Walleij-0/+18
2026-03-20ARM: dts: bcm6846: Add I2C bus blockLinus Walleij-0/+9
2026-03-20ARM: dts: bcm63138: Fix DMA IRQLinus Walleij-1/+1
2026-03-20ARM: dts: bcm6878: Fix PL081 DMA block IRQLinus Walleij-1/+1
2026-03-20ARM: dts: BCM5301X: AC5300: set WAN MAC from nvramRosen Penev-0/+3
2026-03-20ARM: dts: BCM5301X: AC3100: set WAN MAC from nvramRosen Penev-0/+7
2026-03-20ARM: dts: BCM5301X: panamera: set WAN MAC from nvramRosen Penev-0/+7
2026-03-20ARM: dts: BCM5301X: EA9200: set WAN MAC from nvramRosen Penev-0/+7
2026-03-20hwmon: (max6639) Fix pulses-per-revolution implementationGuenter Roeck-5/+5
2026-03-20dt-bindings: i2c: renesas,riic: Document the R9A08G046 supportBiju Das-0/+1
2026-03-20dt-bindings: i2c: qcom-cci: Document sm6150 compatibleWenmeng Liu-0/+2
2026-03-20i2c: cp2615: rename disconnect callbackJohan Hovold-3/+2
2026-03-20dt-bindings: i2c: qcom-cci: Document Milos compatibleLuca Weiss-0/+18
2026-03-20check-uapi: use dummy libc includesArnd Bergmann-0/+1
2026-03-20check-uapi: honor ${CROSS_COMPILE} settingArnd Bergmann-5/+6
2026-03-20check-uapi: link into shared objectsArnd Bergmann-2/+5
2026-03-20vfio: selftests: Support DMR and GNR-D DSA devicesYi Lai-2/+13
2026-03-20vfio: selftests: Build tests on aarch64Ted Logan-1/+1
2026-03-20Merge tag 'execve-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+7
2026-03-20PM: hibernate: return -ENODATA if the snapshot image is not loadedAlberto Garcia-2/+5
2026-03-20Merge tag 'tty-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-92/+352
2026-03-20init/Kconfig: Require a release version of clang-22 for CC_HAS_COUNTED_BY_PTRNathan Chancellor-1/+1
2026-03-20x86/platform/uv: Handle deconfigured socketsKyle Meyer-2/+16
2026-03-20drm/xe: Fix format specifier for printing pointer differencesNathan Chancellor-15/+15
2026-03-20coccinelle: kmalloc_obj: Remove default GFP_KERNEL argKees Cook-0/+11
2026-03-20riscv: dts: thead: th1520: add coefficients to the PVT nodeIcenowy Zheng-0/+4
2026-03-20arm64: dts: broadcom: bcm2712: Move non simple-bus nodes to root levelRob Herring (Arm)-31/+28
2026-03-20Merge tag 'io_uring-7.0-20260320' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+21
2026-03-20selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilationThomas Weißschuh-1/+7
2026-03-20selftests/nolibc: add a variable for nolibc-test source filesThomas Weißschuh-6/+8
2026-03-20tools/nolibc: MIPS: fix clobbers of 'lo' and 'hi' registers on different ISAsThomas Weißschuh-3/+12
2026-03-20selftests/nolibc: Use printf variable field widths and precisionsDavid Laight-21/+5
2026-03-20tools/nolibc/printf: Add support for octal outputDavid Laight-18/+41
2026-03-20tools/nolibc/printf: Add support for zero padding and field precisionDavid Laight-18/+81
2026-03-20tools/nolibc/printf: Add support for left aligning fieldsDavid Laight-2/+8
2026-03-20tools/nolibc/printf: Special case 0 and add support for %#xDavid Laight-11/+30
2026-03-20x86/entry/vdso: Fix path of included gettimeofday.cVladimir Oltean-1/+1
2026-03-20tools/nolibc/printf: Add support for conversion flags space and plusDavid Laight-1/+5
2026-03-20tools/nolibc/printf: Prepend sign to converted numberDavid Laight-9/+27
2026-03-20tools/nolibc/printf: Handle "%s" with the numeric formatsDavid Laight-10/+11
2026-03-20tools/nolibc/printf: Add support for length modifiers tzqL and formats iXDavid Laight-14/+27
2026-03-20Merge tag 'spi-fix-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-86/+41
2026-03-20Merge tag 'regulator-fix-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2026-03-20Merge tag 'pmdomain-v7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-9/+5
2026-03-20tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers...David Laight-48/+106
2026-03-20tools/nolibc/printf: Use goto and reduce indentationDavid Laight-78/+93
2026-03-20tools/nolibc/printf: Simplify __nolibc_printf()David Laight-51/+53
2026-03-20tools/nolibc/printf: Output pad characters in 16 byte chunksDavid Laight-5/+9
2026-03-20tools/nolibc: Rename the 'errnum' parameter to strerror()David Laight-2/+2
2026-03-20tools/nolibc: Implement strerror() in terms of strerror_r()David Laight-21/+21