summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-01-08LoongArch: Add new PCI ID for pci_fixup_vgadev()Huacai Chen1-0/+2
2026-01-08powerpc/pseries/cmm: call balloon_devinfo_init() also without CONFIG_BALLOON_...David Hildenbrand1-1/+1
2026-01-08powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pagesDavid Hildenbrand1-0/+1
2026-01-08perf/x86/amd/uncore: Fix the return value of amd_uncore_df_event_init() on errorSandipan Das1-4/+1
2026-01-08parisc: entry: set W bit for !compat tasks in syscall_restore_rfi()Sven Schnelle2-1/+6
2026-01-08parisc: entry.S: fix space adjustment on interruption for 64-bit userspaceSven Schnelle1-3/+8
2026-01-08arm64: dts: qcom: sm6350: Fix wrong order of freq-table-hz for UFSLuca Weiss1-2/+2
2026-01-08arm64: dts: st: Add memory-region-names property for stm32mp257f-ev1Patrice Chotard1-0/+1
2026-01-08arm64: dts: ti: k3-am62d2-evm: Fix PMIC padconfigParesh Bhagat1-1/+1
2026-01-08arm64: dts: ti: k3-am62d2-evm: Fix regulator propertiesParesh Bhagat1-2/+5
2026-01-08powerpc/64s/slb: Fix SLB multihit issue during SLB preloadDonet Tom5-98/+0
2026-01-08powerpc, mm: Fix mprotect on book3s 32-bitDave Vasilevsky2-1/+13
2026-01-08arm64: dts: ti: k3-j721e-sk: Fix pinmux for pin Y1 used by power regulatorSiddharth Vadapalli1-6/+6
2026-01-08powerpc/tools: drop `-o pipefail` in gcc check scriptsJan Stancek2-2/+0
2026-01-08KVM: s390: Fix gmap_helper_zap_one_page() againClaudio Imbrenda1-2/+7
2026-01-08x86/microcode/AMD: Select which microcode patch to loadBorislav Petkov (AMD)1-41/+72
2026-01-02ARM: dts: microchip: sama7g5: fix uart fifo size to 32Nicolas Ferre1-2/+2
2026-01-02ARM: dts: microchip: sama7d65: fix uart fifo size to 32Nicolas Ferre1-3/+3
2026-01-02ARM: dts: microchip: sama5d2: fix spi flexcom fifo size to 32Nicolas Ferre1-5/+5
2026-01-02lib/crypto: riscv: Depend on RISCV_EFFICIENT_VECTOR_UNALIGNED_ACCESSEric Biggers1-4/+8
2026-01-02crypto: arm64/ghash - Fix incorrect output from ghash-neonEric Biggers1-1/+1
2026-01-02s390/ipl: Clear SBP flag when bootprog is setSven Schnelle2-12/+37
2026-01-02powerpc/kexec: Enable SMT before waking offline CPUsNysal Jan K.A.1-0/+19
2026-01-02arm64/gcs: Flush the GCS locking state on execMark Brown1-0/+1
2026-01-02KVM: x86: Apply runtime updates to current CPUID during KVM_SET_CPUID{,2}Sean Christopherson1-2/+9
2026-01-02KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-ExitsSean Christopherson2-3/+6
2026-01-02KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)Sean Christopherson1-2/+2
2026-01-02KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-ExitDongli Zhang1-1/+2
2026-01-02KVM: TDX: Explicitly set user-return MSRs that *may* be clobbered by the TDX-...Sean Christopherson4-44/+23
2026-01-02KVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUNJim Mattson1-0/+1
2026-01-02KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulationYosry Ahmed1-9/+9
2026-01-02KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUNJim Mattson1-0/+1
2026-01-02KVM: nSVM: Avoid incorrect injection of SVM_EXIT_CR0_SEL_WRITEYosry Ahmed1-5/+19
2026-01-02KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timerfuqiang wang1-5/+23
2026-01-02KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()fuqiang wang1-1/+1
2026-01-02KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0Sean Christopherson1-1/+1
2026-01-02powerpc: Add reloc_offset() to font bitmap pointer used for bootx_printf()Finn Thain1-1/+2
2026-01-02KVM: x86: Don't clear async #PF queue when CR0.PG is disabled (e.g. on #SMI)Maxim Levitsky1-10/+15
2026-01-02crash: let architecture decide crash memory export to iomem_resourceSourabh Jain1-0/+8
2026-01-02x86/mce: Do not clear bank's poll bit in mce_poll_banks on AMD SMCA systemsAvadhut Naik1-1/+2
2026-01-02MIPS: ftrace: Fix memory corruption when kernel is located beyond 32 bitsGregory CLEMENT1-4/+21
2026-01-02powerpc/addnote: Fix overflow on 32-bit buildsBen Collins1-3/+4
2026-01-02um: init cpu_tasks[] earlierJohannes Berg2-3/+3
2026-01-02x86/fpu: Fix FPU state core dump truncation on CPUs with no extended xfeaturesYongxin Liu1-2/+2
2026-01-02x86/msi: Make irq_retrigger() functional for posted MSIThomas Gleixner2-0/+30
2026-01-02x86/bug: Fix old GCC compile failsPeter Zijlstra1-1/+1
2026-01-02arm64: dts: mediatek: Apply mt8395-radxa DT overlay at build timeRob Herring (Arm)1-0/+2
2026-01-02x86/xen: Fix sparse warning in enlighten_pv.cJuergen Gross1-1/+1
2026-01-02MIPS: Fix a reference leak bug in ip22_check_gio()Haoxiang Li1-1/+2
2026-01-02x86/microcode: Mark early_parse_cmdline() as __initYu Peng1-1/+1