summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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
2025-04-25x86/xen: fix balloon target initialization for PVH dom0Roger Pau Monne2-3/+10
2025-04-25sparc/mm: avoid calling arch_enter/leave_lazy_mmu() in set_ptesRyan Roberts1-2/+0
2025-04-25sparc/mm: disable preemption in lazy mmu modeRyan Roberts1-1/+4
2025-04-25arm64: dts: mediatek: mt8173: Fix disp-pwm compatible stringChen-Yu Tsai1-4/+2
2025-04-25arm64: mm: Correct the update of max_pfnZhenhua Huang1-1/+2
2025-04-25KVM: arm64: Tear down vGIC on failed vCPU creationWill Deacon1-1/+5
2025-04-25arm64: errata: Add KRYO 2XX/3XX/4XX silver cores to Spectre BHB safe listDouglas Anderson1-0/+3
2025-04-25arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre BHBDouglas Anderson2-102/+102
2025-04-25arm64: errata: Add QCOM_KRYO_4XX_GOLD to the spectre_bhb_k24_listDouglas Anderson1-0/+1
2025-04-25arm64: cputype: Add MIDR_CORTEX_A76AEDouglas Anderson1-0/+2
2025-04-25arm64: cputype: Add QCOM_CPU_PART_KRYO_3XX_GOLDDouglas Anderson1-0/+2
2025-04-25x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when ru...Max Grobecker1-1/+1
2025-04-25x86/ia32: Leave NULL selector values 0~3 unchangedXin Li (Intel)1-19/+43
2025-04-25x86/mm: Clear _PAGE_DIRTY for kernel mappings when we clear _PAGE_RWMatthew Wilcox (Oracle)1-3/+3
2025-04-10arm64: Don't call NULL in do_compat_alignment_fixup()Angelos Oikonomopoulos1-0/+2
2025-04-10x86/mm: Fix flush_tlb_range() when used for zapping normal PMDsJann Horn1-1/+1
2025-04-10x86/tsc: Always save/restore TSC sched_clock() on suspend/resumeGuilherme G. Piccoli1-2/+2
2025-04-10perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample readKan Liang3-29/+25
2025-04-10perf/x86/intel: Apply static call for drain_pebsPeter Zijlstra (Intel)3-2/+3
2025-04-10x86/microcode/AMD: Fix __apply_microcode_amd()'s return valueBoris Ostrovsky1-1/+1
2025-04-10x86/hyperv: Fix check of return value from snp_set_vmsa()Tianyu Lan1-1/+1
2025-04-10LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNCHengqi Chen1-1/+4
2025-04-10LoongArch: BPF: Don't override subprog's return valueHengqi Chen1-1/+4
2025-04-10LoongArch: BPF: Fix off-by-one error in build_prologue()Hengqi Chen2-0/+7
2025-04-10LoongArch: Increase ARCH_DMA_MINALIGN up to 16Huacai Chen1-0/+2
2025-04-10riscv: Fix hugetlb retrieval of number of ptes in case of !present pteAlexandre Ghiti1-31/+45
2025-04-10x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_g...Herton R. Krzesinski1-0/+18
2025-04-10RISC-V: errata: Use medany for relocatable buildsPalmer Dabbelt1-1/+5
2025-04-10riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_...Juhan Jin1-2/+2
2025-04-10spufs: fix a leak in spufs_create_context()Al Viro1-1/+4
2025-04-10spufs: fix gang directory lifetimesAl Viro3-8/+49
2025-04-10spufs: fix a leak on spufs_new_file() failureAl Viro1-1/+3
2025-04-10x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabledVladis Dronov1-3/+7