summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-05-14KVM: arm64: Fix initialisation order in __pkvm_init_finalise()Quentin Perret1-3/+3
2026-05-14KVM: arm64: vgic: Fix IIDR revision field extracted from wrong valueDavid Woodhouse2-2/+2
2026-05-14KVM: arm64: Wake-up from WFI when iqrchip is in userspaceMarc Zyngier1-0/+4
2026-05-14perf/x86/intel: Enable auto counter reload for DMRDapeng Mi1-0/+1
2026-05-14perf/x86/intel: Disable PMI for self-reloaded ACR eventsDapeng Mi2-4/+23
2026-05-14perf/x86/intel: Always reprogram ACR events to prevent stale masksDapeng Mi1-5/+8
2026-05-14powerpc/xive: fix kmemleak caused by incorrect chip_data lookupNilay Shroff1-5/+11
2026-05-14KVM: x86: Do IRR scan in __kvm_apic_update_irr even if PIR is emptyPaolo Bonzini1-3/+5
2026-05-14KVM: x86: check for nEPT/nNPT in slow flush hypercallsPaolo Bonzini1-1/+1
2026-05-14s390/debug: Reject zero-length input before trimming a newlinePengpeng Hou1-0/+3
2026-05-14s390/debug: Reject zero-length input in debug_input_flush_fn()Vasily Gorbik1-0/+5
2026-05-14riscv: kvm: fix vector context allocation leakOsama Abdelkader1-1/+4
2026-05-14x86/boot/e820: Re-enable BIOS fallback if e820 table is emptyDavid Gow1-1/+5
2026-05-14arm64/fpsimd: ptrace: zero target's fpsimd_state, not the tracer'sBreno Leitao1-2/+2
2026-05-14x86/efi: Fix graceful fault handling after FPU softirq changesIvan Hu1-1/+1
2026-05-14pseries/papr-hvpipe: Fix the usage of copy_to_user()Ritesh Harjani (IBM)1-9/+14
2026-05-14pseries/papr-hvpipe: Fix & simplify error handling in papr_hvpipe_init()Ritesh Harjani (IBM)1-11/+17
2026-05-14pseries/papr-hvpipe: Fix null ptr deref in papr_hvpipe_dev_create_handle()Ritesh Harjani (IBM)1-27/+30
2026-05-14pseries/papr-hvpipe: Prevent kernel stack memory leak to userspaceRitesh Harjani (IBM)1-1/+1
2026-05-14pseries/papr-hvpipe: Fix race with interrupt handlerRitesh Harjani (IBM)1-9/+11
2026-05-14perf/x86/intel: Improve validation and configuration of ACR masksDapeng Mi1-7/+25
2026-05-14LoongArch: KVM: Compile switch.S directly into the kernelXianglai Li6-42/+41
2026-05-14LoongArch: Fix SYM_SIGFUNC_START definition for 32BITHuacai Chen1-1/+1
2026-05-14arm64: signal: Preserve POR_EL0 if poe_context is missingKevin Brodsky1-11/+43
2026-05-14KVM: arm64: Fix kvm_vcpu_initialized() macro parameterFuad Tabba1-1/+1
2026-05-14LoongArch: KVM: Fix missing EMULATE_FAIL in kvm_emu_mmio_read()Tao Cui1-0/+1
2026-05-14x86/efi: Restore IRQ state in EFI page fault handlerArd Biesheuvel3-3/+13
2026-05-14powerpc/kdump: fix KASAN sanitization flag for core_$(BITS).oSourabh Jain1-1/+1
2026-05-14KVM: x86: Fix shadow paging use-after-free due to unexpected GFNSean Christopherson1-21/+14
2026-05-07crypto: arm64/aes - Fix 32-bit aes_mac_update() arg treated as 64-bitEric Biggers1-2/+2
2026-05-07x86/shstk: Prevent deadlock during shstk sigreturnRick Edgecombe2-20/+25
2026-05-07x86/cpu: Disable FRED when PTI is forced onDave Hansen1-0/+5
2026-05-07ARM: 9472/1: fix race condition on PG_dcache_clean in __sync_icache_dcache()Brian Ruley1-1/+3
2026-05-07KVM: nSVM: Always intercept VMMCALL when L2 is activeSean Christopherson2-11/+0
2026-05-07KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1Kevin Cheng4-12/+30
2026-05-07KVM: nSVM: Add missing consistency check for nCR3 validityYosry Ahmed1-0/+4
2026-05-07KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLEYosry Ahmed1-4/+5
2026-05-07KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CSYosry Ahmed2-0/+7
2026-05-07KVM: nSVM: Clear tracking of L1->L2 NMI and soft IRQ on nested #VMEXITYosry Ahmed1-2/+4
2026-05-07KVM: nSVM: Clear EVENTINJ fields in vmcb12 on nested #VMEXITYosry Ahmed1-2/+4
2026-05-07KVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)Yosry Ahmed1-0/+1
2026-05-07KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXITYosry Ahmed1-6/+2
2026-05-07KVM: nSVM: Triple fault if restore host CR3 fails on nested #VMEXITYosry Ahmed3-19/+8
2026-05-07KVM: nSVM: Refactor writing vmcb12 on nested #VMEXIT as a helperYosry Ahmed1-33/+44
2026-05-07KVM: nSVM: Refactor checking LBRV enablement in vmcb12 into a helperYosry Ahmed1-4/+8
2026-05-07KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUNYosry Ahmed1-4/+1
2026-05-07KVM: SVM: Add missing save/restore handling of LBR MSRsYosry Ahmed3-5/+45
2026-05-07KVM: SVM: Switch svm_copy_lbrs() to a macroYosry Ahmed3-14/+13
2026-05-07KVM: nSVM: Delay setting soft IRQ RIP tracking fields until vCPU runSean Christopherson2-9/+37
2026-05-07KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12Yosry Ahmed2-4/+5