summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-20bonding: remove bonding_priv.hBreno Leitao-31/+8
2026-03-20net: phylink: add debug for phy_config_inband()Russell King (Oracle)-0/+7
2026-03-20net: airoha: Reset PPE cpu port configuration in airoha_ppe_hw_init()Lorenzo Bianconi-27/+33
2026-03-20net: dsa: mxl862xx: don't read out-of-boundsDaniel Golle-2/+8
2026-03-20Merge branch 'net-macb-fix-two-lock-warnings-when-wol-is-used'Jakub Kicinski-14/+23
2026-03-20net: macb: Protect access to net_device::ip_ptr with RCU lockKevin Hao-9/+16
2026-03-20net: macb: Move devm_{free,request}_irq() out of spin lock areaKevin Hao-5/+7
2026-03-20Merge tag 'drm-fixes-2026-03-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-167/+325
2026-03-20ARM: dts: BCM5301X: EA9200: specify partitionsRosen Penev-0/+40
2026-03-20ARM: dts: BCM5301X: EA9200: add LEDsRosen Penev-0/+39
2026-03-20ARM: dts: BCM5301X: EA9200: add USB GPIOsRosen Penev-0/+8
2026-03-20ARM: dts: BCM5301X: EA9200: add WiFi buttonRosen Penev-0/+6
2026-03-20ARM: dts: broadcom: bcm2835-rpi: Move non simple-bus nodes to root levelRob Herring (Arm)-10/+13
2026-03-20ARM: dts: bcm63148: Add I2C blockLinus Walleij-1/+10
2026-03-20ARM: dts: bcm63138: Add I2C blockLinus Walleij-0/+9
2026-03-20ARM: dts: bcm6878: Add I2C bus blockLinus Walleij-0/+9
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