summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2025-05-02MIPS: cm: Fix warning if MIPS_CM is disabledThomas Bogendoerfer1-1/+1
2025-05-02x86/pvh: Call C code via the kernel virtual mappingArd Biesheuvel1-1/+6
2025-05-02x86/cpu: Add CPU model number for Bartlett Lake CPUs with Raptor Cove coresPi Xiange1-0/+2
2025-05-02riscv: Provide all alternative macros all the timeAndrew Jones1-12/+7
2025-05-02x86/i8253: Call clockevent_i8253_disable() with interrupts disabledFernando Fernandez Mancera1-1/+2
2025-05-02x86/bugs: Don't fill RSB on context switch with eIBRSJosh Poimboeuf2-15/+15
2025-05-02x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpolineJosh Poimboeuf1-4/+4
2025-05-02x86/bugs: Use SBPB in write_ibpb() if applicableJosh Poimboeuf1-1/+1
2025-05-02KVM: s390: Don't use %pK through debug printingThomas Weißschuh3-10/+10
2025-05-02KVM: s390: Don't use %pK through tracepointsThomas Weißschuh1-2/+2
2025-05-02parisc: PDT: Fix missing prototype warningYu-Chun Lin1-0/+2
2025-05-02MIPS: cm: Detect CM quirks from device treeGregory CLEMENT2-0/+36
2025-05-02KVM: x86: Reset IRTE to host control if *new* route isn't postableSean Christopherson2-45/+41
2025-05-02KVM: x86: Explicitly treat routing entry type changes as changesSean Christopherson1-1/+2
2025-05-02KVM: SVM: Allocate IR data using atomic allocationSean Christopherson1-1/+1
2025-05-02LoongArch: Remove a bogus reference to ZONE_DMAPetr Tesarik1-3/+0
2025-05-02LoongArch: Return NULL from huge_pte_offset() for invalid PMDMing Wang1-1/+1
2025-05-02LoongArch: Make do_xyz() exception handlers more robustTiezhu Yang1-8/+12
2025-05-02LoongArch: Make regs_irqs_disabled() more clearTiezhu Yang1-2/+2
2025-05-02LoongArch: Select ARCH_USE_MEMTESTYuli Wang1-0/+1
2025-05-02perf/x86: Fix non-sampling (counting) events on certain x86 platformsLuo Gengkun1-1/+1
2025-05-02arm64: tegra: Remove the Orin NX/Nano suspend keyNinad Malwade1-7/+0
2025-05-02x86/mce: use is_copy_from_user() to determine copy-from-user contextShuai Xue1-6/+5
2025-05-02x86/extable: Remove unused fixup type EX_TYPE_COPYTong Tiangen4-14/+1
2025-04-25MIPS: ds1287: Match ds1287_set_base_clock() function typesWangYuli1-1/+1
2025-04-25MIPS: cevt-ds1287: Add missing ds1287.h includeWangYuli1-0/+1
2025-04-25MIPS: dec: Declare which_prom() as staticWangYuli1-1/+1
2025-04-25LoongArch: Eliminate superfluous get_numa_distances_cnt()Yuli Wang1-12/+0
2025-04-25powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()Nathan Lynch1-0/+4
2025-04-25x86/split_lock: Fix the delayed detection logicMaksim Davydov1-4/+16
2025-04-25x86/tdx: Fix arch_safe_halt() execution for TDX VMsVishal Annapurve4-4/+29
2025-04-25x86/xen: fix memblock_reserve() usage on PVHRoger Pau Monne3-11/+12
2025-04-25x86/xen: move xen_reserve_extra_memory()Roger Pau Monne1-41/+41
2025-04-25Fix mmu notifiers for range-based invalidatesPiotr Jaroszynski1-10/+12
2025-04-25perf/x86/intel/uncore: Fix the scale of IIO free running counters on SPRKan Liang1-57/+1
2025-04-25perf/x86/intel/uncore: Fix the scale of IIO free running counters on ICXKan Liang1-32/+1
2025-04-25perf/x86/intel/uncore: Fix the scale of IIO free running counters on SNRKan Liang1-8/+8
2025-04-25perf/x86/intel: Allow to update user space GPRs from PEBS recordsDapeng Mi1-3/+5
2025-04-25x86/boot/sev: Avoid shared GHCB page for early memory acceptanceArd Biesheuvel3-53/+21
2025-04-25x86/cpu/amd: Fix workaround for erratum 1054Sandipan Das1-7/+12
2025-04-25x86/microcode/AMD: Extend the SHA check to Zen5, block loading of any unrelea...Borislav Petkov (AMD)1-2/+7
2025-04-25riscv: Avoid fortify warning in syscall_get_arguments()Nathan Chancellor1-2/+5
2025-04-25riscv: KGDB: Remove ".option norvc/.option rvc" for kgdb_compiled_breakWangYuli1-3/+1
2025-04-25riscv: KGDB: Do not inline arch_kgdb_breakpoint()WangYuli2-8/+9
2025-04-25riscv: Properly export reserved regions in /proc/iomemBjörn Töpel1-1/+35
2025-04-25x86/e820: Fix handling of subpage regions when calculating nosave ranges in e...Myrrh Periwinkle1-9/+8
2025-04-25x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRTKirill A. Shutemov4-36/+41
2025-04-25arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() listsDouglas Anderson1-1/+14
2025-04-25KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accessesSean Christopherson1-0/+4
2025-04-25KVM: x86: Explicitly zero-initialize on-stack CPUID unionsSean Christopherson1-5/+3