summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2025-05-02MIPS: cm: Fix warning if MIPS_CM is disabledThomas Bogendoerfer
2025-05-02x86/pvh: Call C code via the kernel virtual mappingArd Biesheuvel
2025-05-02x86/cpu: Add CPU model number for Bartlett Lake CPUs with Raptor Cove coresPi Xiange
2025-05-02riscv: Provide all alternative macros all the timeAndrew Jones
2025-05-02x86/i8253: Call clockevent_i8253_disable() with interrupts disabledFernando Fernandez Mancera
2025-05-02x86/bugs: Don't fill RSB on context switch with eIBRSJosh Poimboeuf
2025-05-02x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpolineJosh Poimboeuf
2025-05-02x86/bugs: Use SBPB in write_ibpb() if applicableJosh Poimboeuf
2025-05-02KVM: s390: Don't use %pK through debug printingThomas Weißschuh
2025-05-02KVM: s390: Don't use %pK through tracepointsThomas Weißschuh
2025-05-02parisc: PDT: Fix missing prototype warningYu-Chun Lin
2025-05-02MIPS: cm: Detect CM quirks from device treeGregory CLEMENT
2025-05-02KVM: x86: Reset IRTE to host control if *new* route isn't postableSean Christopherson
2025-05-02KVM: x86: Explicitly treat routing entry type changes as changesSean Christopherson
2025-05-02KVM: SVM: Allocate IR data using atomic allocationSean Christopherson
2025-05-02LoongArch: Remove a bogus reference to ZONE_DMAPetr Tesarik
2025-05-02LoongArch: Return NULL from huge_pte_offset() for invalid PMDMing Wang
2025-05-02LoongArch: Make do_xyz() exception handlers more robustTiezhu Yang
2025-05-02LoongArch: Make regs_irqs_disabled() more clearTiezhu Yang
2025-05-02LoongArch: Select ARCH_USE_MEMTESTYuli Wang
2025-05-02perf/x86: Fix non-sampling (counting) events on certain x86 platformsLuo Gengkun
2025-05-02arm64: tegra: Remove the Orin NX/Nano suspend keyNinad Malwade
2025-05-02x86/mce: use is_copy_from_user() to determine copy-from-user contextShuai Xue
2025-05-02x86/extable: Remove unused fixup type EX_TYPE_COPYTong Tiangen
2025-04-25MIPS: ds1287: Match ds1287_set_base_clock() function typesWangYuli
2025-04-25MIPS: cevt-ds1287: Add missing ds1287.h includeWangYuli
2025-04-25MIPS: dec: Declare which_prom() as staticWangYuli
2025-04-25LoongArch: Eliminate superfluous get_numa_distances_cnt()Yuli Wang
2025-04-25powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()Nathan Lynch
2025-04-25x86/split_lock: Fix the delayed detection logicMaksim Davydov
2025-04-25x86/tdx: Fix arch_safe_halt() execution for TDX VMsVishal Annapurve
2025-04-25x86/xen: fix memblock_reserve() usage on PVHRoger Pau Monne
2025-04-25x86/xen: move xen_reserve_extra_memory()Roger Pau Monne
2025-04-25Fix mmu notifiers for range-based invalidatesPiotr Jaroszynski
2025-04-25perf/x86/intel/uncore: Fix the scale of IIO free running counters on SPRKan Liang
2025-04-25perf/x86/intel/uncore: Fix the scale of IIO free running counters on ICXKan Liang
2025-04-25perf/x86/intel/uncore: Fix the scale of IIO free running counters on SNRKan Liang
2025-04-25perf/x86/intel: Allow to update user space GPRs from PEBS recordsDapeng Mi
2025-04-25x86/boot/sev: Avoid shared GHCB page for early memory acceptanceArd Biesheuvel
2025-04-25x86/cpu/amd: Fix workaround for erratum 1054Sandipan Das
2025-04-25x86/microcode/AMD: Extend the SHA check to Zen5, block loading of any unrelea...Borislav Petkov (AMD)
2025-04-25riscv: Avoid fortify warning in syscall_get_arguments()Nathan Chancellor
2025-04-25riscv: KGDB: Remove ".option norvc/.option rvc" for kgdb_compiled_breakWangYuli
2025-04-25riscv: KGDB: Do not inline arch_kgdb_breakpoint()WangYuli
2025-04-25riscv: Properly export reserved regions in /proc/iomemBjörn Töpel
2025-04-25x86/e820: Fix handling of subpage regions when calculating nosave ranges in e...Myrrh Periwinkle
2025-04-25x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRTKirill A. Shutemov
2025-04-25arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() listsDouglas Anderson
2025-04-25KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accessesSean Christopherson
2025-04-25KVM: x86: Explicitly zero-initialize on-stack CPUID unionsSean Christopherson