summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2025-03-13arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptesRyan Roberts
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts
2025-03-13KVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't supported by KVMXiaoyao Li
2025-03-13KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQsSean Christopherson
2025-03-13KVM: SVM: Manually context switch DEBUGCTL if LBR virtualization is disabledSean Christopherson
2025-03-13KVM: x86: Snapshot the host's DEBUGCTL in common x86Sean Christopherson
2025-03-13KVM: SVM: Suppress DEBUGCTL.BTF on AMDSean Christopherson
2025-03-13KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective valueSean Christopherson
2025-03-13KVM: SVM: Save host DR masks on CPUs with DebugSwapSean Christopherson
2025-03-13KVM: SVM: Set RFLAGS.IF=1 in C code, to get VMRUN out of the STI shadowSean Christopherson
2025-03-13x86/sgx: Fix size overflows in sgx_encl_create()Jarkko Sakkinen
2025-03-13arm: pgtable: fix NULL pointer dereference issueQi Zheng
2025-03-13s390/traps: Fix test_monitor_call() inline assemblyHeiko Carstens
2025-03-13x86/cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63Ahmed S. Darwish
2025-03-13x86/cpu: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish
2025-03-13x86/cacheinfo: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish
2025-03-13x86/boot: Sanitize boot params before parsing command lineArd Biesheuvel
2025-03-13LoongArch: KVM: Fix GPA size issue about VMBibo Mao
2025-03-13LoongArch: KVM: Reload guest CSR registers after sleepBibo Mao
2025-03-13LoongArch: KVM: Add interrupt checking for AVECBibo Mao
2025-03-13LoongArch: Set max_pfn with the PFN of the last pageBibo Mao
2025-03-13LoongArch: Set hugetlb mmap base address aligned with pmd sizeBibo Mao
2025-03-13LoongArch: Use polling play_dead() when resuming from hibernationHuacai Chen
2025-03-13LoongArch: Convert unreachable() to BUG()Tiezhu Yang
2025-03-13loongarch: Use ASM_REACHABLEPeter Zijlstra
2025-03-13x86/microcode/AMD: Add some forgotten models to the SHA checkBorislav Petkov (AMD)
2025-03-13x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()Andrew Cooper
2025-03-07x86/microcode/AMD: Load only SHA256-checksummed patchesBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Add get_patch_level()Borislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declarationBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Merge early_apply_microcode() into its single callsiteBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarationsBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signatureBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Have __apply_microcode_amd() return boolBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Return bool from find_blobs_in_containers()Nikolay Borisov
2025-03-07riscv: cpufeature: use bitmap_equal() instead of memcmp()Clément Léger
2025-03-07riscv: signal: fix signal_minsigstkszYong-Xuan Wang
2025-03-07riscv: cacheinfo: Use of_property_present() for non-boolean propertiesRob Herring
2025-03-07riscv: signal: fix signal frame sizeYong-Xuan Wang
2025-03-07riscv/futex: sign extend compare value in atomic cmpxchgAndreas Schwab
2025-03-07riscv/atomic: Do proper sign extension also for unsigned in arch_cmpxchgAndreas Schwab
2025-03-07arm64/mm: Fix Boot panic on Ampere AltraRyan Roberts
2025-03-07perf/x86: Fix low freqency setting issueKan Liang
2025-03-07KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2Oliver Upton
2025-03-07riscv: KVM: Fix SBI TIME error generationAndrew Jones
2025-03-07riscv: KVM: Fix SBI IPI error generationAndrew Jones
2025-03-07riscv: KVM: Fix hart suspend_type useAndrew Jones
2025-03-07riscv: KVM: Fix hart suspend status checkAndrew Jones
2025-03-07x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systemsRussell Senior
2025-02-27perf/x86/intel: Fix event constraints for LNCKan Liang