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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Lines
2025-12-15
arm64: dts: rockchip: Enable SPDIF audio on Rock 5 ITX
Torsten Duwe
-0
/
+23
2025-12-15
arm64: dts: rockchip: Add overlay for the PCIe slot on RK3576 EVB1
Alexey Charkov
-0
/
+36
2025-12-15
ARM: dts: rockchip: Add vdec node for RK3288
Alex Bee
-1
/
+16
2025-12-15
arm64: dts: renesas: r9a09g047e57-smarc: Enable USB3HOST
Biju Das
-0
/
+18
2025-12-15
arm64: dts: renesas: r9a09g047: Add USB3 PHY/Host nodes
Biju Das
-0
/
+30
2025-12-15
arm64: dts: morello: Add CMN PMU
Robin Murphy
-0
/
+7
2025-12-15
arm64: defconfig: Drop duplicate CONFIG_OMAP_USB2 entry
Lad Prabhakar
-1
/
+0
2025-12-15
arm64: defconfig: Enable missing AMD/Xilinx drivers
Michal Simek
-0
/
+43
2025-12-15
arm64: dts: xilinx: fix zynqmp opp-table-cpu
Neal Frager
-9
/
+9
2025-12-15
arm64: dts: xilinx: add soc-specific spi compatibles for zynqmp/versal-net
Conor Dooley
-4
/
+4
2025-12-14
arm64/simd: Avoid pointless clearing of FP/SIMD buffer
Ard Biesheuvel
-1
/
+8
2025-12-14
s390/stacktrace: Do not fallback to RA register
Jens Remus
-16
/
+2
2025-12-14
s390/pci: Annotate lock context imbalance in zpci_release_device()
Benjamin Block
-0
/
+1
2025-12-14
s390/pci: Fix cyclic dead-lock in zpci_zdev_put() and zpci_scan_devices()
Benjamin Block
-29
/
+90
2025-12-14
s390/ipl: Clear SBP flag when bootprog is set
Sven Schnelle
-12
/
+37
2025-12-14
x86/cpu: Drop vestigial PBE logic in AMD/Hygon/Centaur/Cyrix
Andrew Cooper
-24
/
+0
2025-12-14
x86/cpu/amd: Use ZEN_MODEL_STEP_UCODE() for erratum_1386_microcode[]
Andrew Cooper
-2
/
+2
2025-12-14
x86/cpu/amd: Correct the microcode table for Zenbleed
Andrew Cooper
-21
/
+9
2025-12-14
ARM: dts: aspeed: g6: Drop clocks property from arm,armv7-timer
Andrew Jeffery
-1
/
+0
2025-12-14
ARM: dts: aspeed: ast2600-evb: Tidy up A0 work-around for UART5
Andrew Jeffery
-0
/
+1
2025-12-14
ARM: dts: aspeed: g6: Drop unspecified aspeed,ast2600-udma node
Andrew Jeffery
-13
/
+0
2025-12-14
ARM: dts: aspeed: Drop syscon compatible from EDAC in g6 dtsi
Andrew Jeffery
-1
/
+1
2025-12-14
ARM: dts: aspeed: Use specified wp-inverted property for AST2600 EVB
Andrew Jeffery
-2
/
+2
2025-12-14
ARM: dts: aspeed: Remove sdhci-drive-type property from AST2600 EVB
Andrew Jeffery
-2
/
+0
2025-12-14
ARM: dts: aspeed: Add NVIDIA MSX4 HPM
Marc Olberding
-0
/
+247
2025-12-14
ARM: dts: aspeed: clemente: move hdd_led to its own gpio-leds group
Alex Wang
-1
/
+6
2025-12-14
ARM: dts: aspeed: clemente: add gpio line name to io expander
Kimi Chen
-1
/
+1
2025-12-14
ARM: dts: aspeed: santabarbara: Enable ipmb device for OCP debug card
Fred Chen
-0
/
+7
2025-12-14
ARM: dts: aspeed: santabarbara: Add swb IO expander and gpio line names
Fred Chen
-4
/
+18
2025-12-14
ARM: dts: aspeed: clemente: Add EEPROMs for boot and data drive FRUs
Leo Wang
-0
/
+30
2025-12-14
ARM: dts: aspeed: harma: add fanboard presence sgpio
Daniel Hsu
-2
/
+6
2025-12-14
ARM: dts: aspeed: bletchley: remove WDTRST1 assertion from wdt1
Cosmo Chou
-6
/
+0
2025-12-14
x86/boot/e820: Use <linux/sizes.h> symbols for literals
Ingo Molnar
-3
/
+3
2025-12-14
x86/boot/e820: Make sure e820_search_gap() finds all gaps
Ingo Molnar
-18
/
+41
2025-12-14
x86/boot/e820: Simplify the e820__range_remove() API
Ingo Molnar
-14
/
+11
2025-12-14
x86/boot/e820: Remove e820__range_remove()'s unused return parameter
Ingo Molnar
-8
/
+2
2025-12-14
x86/boot/e820: Simplify append_e820_table() and remove restriction on single-...
Ingo Molnar
-24
/
+11
2025-12-14
x86/boot/e820: Standardize __init/__initdata tag placement
Ingo Molnar
-46
/
+46
2025-12-14
x86/boot/e820: Simplify & clarify __e820__range_add() a bit
Ingo Molnar
-4
/
+7
2025-12-14
x86/boot/e820: Rename gap_start/gap_size to max_gap_start/max_gap_start in e8...
Ingo Molnar
-11
/
+11
2025-12-14
x86/boot/e820: Change e820_search_gap() to search for the highest-address PCI...
Ingo Molnar
-1
/
+1
2025-12-14
x86/boot/e820: Clean up e820__setup_pci_gap()/e820_search_gap() a bit
Ingo Molnar
-11
/
+11
2025-12-14
x86/boot/e820: Change struct e820_table::nr_entries type from __u32 to u32
Ingo Molnar
-1
/
+1
2025-12-14
x86/boot/e820: Standardize e820 table index variable types under 'u32'
Ingo Molnar
-12
/
+12
2025-12-14
x86/boot/e820: Standardize e820 table index variable names under 'idx'
Ingo Molnar
-57
/
+57
2025-12-14
x86/boot/e820: Remove unnecessary header inclusions
Ingo Molnar
-2
/
+0
2025-12-14
x86/boot/e820: Clean up __refdata use a bit
Ingo Molnar
-3
/
+3
2025-12-14
x86/boot/e820: Clean up __e820__range_add() a bit
Ingo Molnar
-7
/
+8
2025-12-14
x86/boot/e820: Improve e820_print_type() messages
Ingo Molnar
-8
/
+8
2025-12-14
x86/boot/e820: Clean up confusing and self-contradictory verbiage around E820...
Ingo Molnar
-18
/
+37
[prev]
[next]