summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2025-12-15arm64: defconfig: Enable missing AMD/Xilinx driversMichal Simek
2025-12-15arm64: dts: xilinx: fix zynqmp opp-table-cpuNeal Frager
2025-12-15arm64: dts: xilinx: add soc-specific spi compatibles for zynqmp/versal-netConor Dooley
2025-12-14arm64/simd: Avoid pointless clearing of FP/SIMD bufferArd Biesheuvel
2025-12-14s390/stacktrace: Do not fallback to RA registerJens Remus
2025-12-14s390/pci: Annotate lock context imbalance in zpci_release_device()Benjamin Block
2025-12-14s390/pci: Fix cyclic dead-lock in zpci_zdev_put() and zpci_scan_devices()Benjamin Block
2025-12-14s390/ipl: Clear SBP flag when bootprog is setSven Schnelle
2025-12-14x86/cpu: Drop vestigial PBE logic in AMD/Hygon/Centaur/CyrixAndrew Cooper
2025-12-14x86/cpu/amd: Use ZEN_MODEL_STEP_UCODE() for erratum_1386_microcode[]Andrew Cooper
2025-12-14x86/cpu/amd: Correct the microcode table for ZenbleedAndrew Cooper
2025-12-14ARM: dts: aspeed: g6: Drop clocks property from arm,armv7-timerAndrew Jeffery
2025-12-14ARM: dts: aspeed: ast2600-evb: Tidy up A0 work-around for UART5Andrew Jeffery
2025-12-14ARM: dts: aspeed: g6: Drop unspecified aspeed,ast2600-udma nodeAndrew Jeffery
2025-12-14ARM: dts: aspeed: Drop syscon compatible from EDAC in g6 dtsiAndrew Jeffery
2025-12-14ARM: dts: aspeed: Use specified wp-inverted property for AST2600 EVBAndrew Jeffery
2025-12-14ARM: dts: aspeed: Remove sdhci-drive-type property from AST2600 EVBAndrew Jeffery
2025-12-14ARM: dts: aspeed: Add NVIDIA MSX4 HPMMarc Olberding
2025-12-14ARM: dts: aspeed: clemente: move hdd_led to its own gpio-leds groupAlex Wang
2025-12-14ARM: dts: aspeed: clemente: add gpio line name to io expanderKimi Chen
2025-12-14ARM: dts: aspeed: santabarbara: Enable ipmb device for OCP debug cardFred Chen
2025-12-14ARM: dts: aspeed: santabarbara: Add swb IO expander and gpio line namesFred Chen
2025-12-14ARM: dts: aspeed: clemente: Add EEPROMs for boot and data drive FRUsLeo Wang
2025-12-14ARM: dts: aspeed: harma: add fanboard presence sgpioDaniel Hsu
2025-12-14ARM: dts: aspeed: bletchley: remove WDTRST1 assertion from wdt1Cosmo Chou
2025-12-14x86/boot/e820: Use <linux/sizes.h> symbols for literalsIngo Molnar
2025-12-14x86/boot/e820: Make sure e820_search_gap() finds all gapsIngo Molnar
2025-12-14x86/boot/e820: Simplify the e820__range_remove() APIIngo Molnar
2025-12-14x86/boot/e820: Remove e820__range_remove()'s unused return parameterIngo Molnar
2025-12-14x86/boot/e820: Simplify append_e820_table() and remove restriction on single-...Ingo Molnar
2025-12-14x86/boot/e820: Standardize __init/__initdata tag placementIngo Molnar
2025-12-14x86/boot/e820: Simplify & clarify __e820__range_add() a bitIngo Molnar
2025-12-14x86/boot/e820: Rename gap_start/gap_size to max_gap_start/max_gap_start in e8...Ingo Molnar
2025-12-14x86/boot/e820: Change e820_search_gap() to search for the highest-address PCI...Ingo Molnar
2025-12-14x86/boot/e820: Clean up e820__setup_pci_gap()/e820_search_gap() a bitIngo Molnar
2025-12-14x86/boot/e820: Change struct e820_table::nr_entries type from __u32 to u32Ingo Molnar
2025-12-14x86/boot/e820: Standardize e820 table index variable types under 'u32'Ingo Molnar
2025-12-14x86/boot/e820: Standardize e820 table index variable names under 'idx'Ingo Molnar
2025-12-14x86/boot/e820: Remove unnecessary header inclusionsIngo Molnar
2025-12-14x86/boot/e820: Clean up __refdata use a bitIngo Molnar
2025-12-14x86/boot/e820: Clean up __e820__range_add() a bitIngo Molnar
2025-12-14x86/boot/e820: Improve e820_print_type() messagesIngo Molnar
2025-12-14x86/boot/e820: Clean up confusing and self-contradictory verbiage around E820...Ingo Molnar
2025-12-14x86/boot/e820: Remove pointless early_panic() indirectionIngo Molnar
2025-12-14x86/boot/e820: Use 'u64' consistently instead of 'unsigned long long'Ingo Molnar
2025-12-14x86/boot/e820: Call the PCI gap a 'gap' in the boot log printoutIngo Molnar
2025-12-14x86/boot/e820: Print E820_TYPE_RAM entries as ... RAM entriesIngo Molnar
2025-12-14x86/boot/e820: Make the field separator space character part of e820_print_ty...Ingo Molnar
2025-12-14x86/boot/e820: Print gaps in the E820 tableIngo Molnar
2025-12-14x86/boot/e820: Mark e820__print_table() staticIngo Molnar