summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-03-05KVM: arm64: nv: Inject a SEA if failed to read the descriptorZenghui Yu (Huawei)1-1/+3
2026-03-05KVM: arm64: nv: Report addrsz fault at level 0 with a bad VTTBR.BADDRZenghui Yu (Huawei)1-1/+2
2026-03-05KVM: arm64: nv: Check S2 limits based on implemented PA sizeZenghui Yu (Huawei)1-9/+11
2026-03-05x86/reboot: Execute the kernel restart handler upon machine restartMartin Schiller1-1/+4
2026-03-05KVM: arm64: pkvm: Fallback to level-3 mapping on host stage-2 faultMarc Zyngier1-1/+1
2026-03-05KVM: arm64: Eagerly init vgic dist/redist on vgic creationMarc Zyngier1-16/+16
2026-03-05arm64: dts: mediatek: mt8195-cherry-dojo: Describe M.2 M-key NVMe slotChen-Yu Tsai1-0/+38
2026-03-05arm64: dts: mediatek: mt8195-cherry: add WiFi PCIe and BT USB power suppliesChen-Yu Tsai1-11/+36
2026-03-05arm64: dts: exynos: add initial support for Samsung Galaxy J5Andras Sebok2-0/+529
2026-03-05KVM: SVM: Triple fault L1 on unintercepted EFER.SVME clear by L2Yosry Ahmed1-0/+13
2026-03-05KVM: x86: SVM: Remove vmcb_is_dirty()Jim Mattson1-5/+0
2026-03-05KVM: nSVM: Only copy SVM_MISC_ENABLE_NP from VMCB01's misc_ctlYosry Ahmed1-2/+10
2026-03-05KVM: nSVM: Sanitize INT/EVENTINJ fields when copying from vmcb12Yosry Ahmed2-4/+9
2026-03-05KVM: nSVM: Sanitize TLB_CONTROL field when copying from vmcb12Yosry Ahmed2-1/+3
2026-03-05KVM: nSVM: Use PAGE_MASK to drop lower bits of bitmap GPAs from vmcb12Yosry Ahmed1-4/+2
2026-03-05KVM: nSVM: Restrict mapping vmcb12 on nested VMRUNYosry Ahmed1-38/+51
2026-03-05KVM: nSVM: Cache all used fields from VMCB12Yosry Ahmed3-52/+93
2026-03-05KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2Yosry Ahmed4-22/+21
2026-03-05KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctlSean Christopherson5-17/+17
2026-03-05KVM: nSVM: Capture svm->nested.ctl as vmcb12_ctrl when preparing vmcb02Sean Christopherson1-20/+19
2026-03-05KVM: nSVM: Move vmcb_ctrl_area_cached.bus_lock_rip to svm_nested_stateSean Christopherson3-6/+6
2026-03-05KVM: nSVM: Use vmcb12_is_intercept() in nested_sync_control_from_vmcb02()Yosry Ahmed1-1/+1
2026-03-05KVM: nSVM: Use intuitive local variables in nested_vmcb02_recalc_intercepts()Sean Christopherson1-18/+15
2026-03-05KVM: nSVM: Directly (re)calc vmcb02 intercepts from nested_vmcb02_prepare_con...Sean Christopherson1-1/+1
2026-03-05KVM: nSVM: WARN and abort vmcb02 intercepts recalc if vmcb02 isn't activeYosry Ahmed1-0/+3
2026-03-05KVM: SVM: Separate recalc_intercepts() into nested vs. non-nested partsSean Christopherson4-16/+25
2026-03-05KVM: SVM: Recalc instructions intercepts when EFER.SVME is toggledKevin Cheng1-12/+23
2026-03-05KVM: SVM: Move STGI and CLGI intercept handlingKevin Cheng1-8/+24
2026-03-05KVM: nSVM: Always intercept VMMCALL when L2 is activeSean Christopherson2-11/+0
2026-03-05KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1Kevin Cheng4-12/+30
2026-03-05KVM: SVM: Explicitly mark vmcb01 dirty after modifying VMCB interceptsSean Christopherson1-1/+3
2026-03-05KVM: nSVM: Add missing consistency check for EVENTINJYosry Ahmed1-0/+51
2026-03-05KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CSYosry Ahmed2-0/+7
2026-03-05KVM: nSVM: Add missing consistency check for nCR3 validityYosry Ahmed1-0/+4
2026-03-05KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLEYosry Ahmed1-4/+5
2026-03-05KVM: nSVM: Drop nested_vmcb_check_{save/control}() wrappersYosry Ahmed1-26/+10
2026-03-05KVM: nSVM: Clear tracking of L1->L2 NMI and soft IRQ on nested #VMEXITYosry Ahmed1-2/+4
2026-03-05KVM: nSVM: Clear EVENTINJ fields in vmcb12 on nested #VMEXITYosry Ahmed1-2/+4
2026-03-05KVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)Yosry Ahmed1-0/+1
2026-03-05KVM: nSVM: Triple fault if restore host CR3 fails on nested #VMEXITYosry Ahmed3-19/+8
2026-03-05KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXITYosry Ahmed1-6/+2
2026-03-05KVM: nSVM: Refactor writing vmcb12 on nested #VMEXIT as a helperYosry Ahmed1-33/+44
2026-03-05KVM: nSVM: Refactor checking LBRV enablement in vmcb12 into a helperYosry Ahmed1-4/+8
2026-03-05KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUNYosry Ahmed1-4/+1
2026-03-05KVM: SVM: Add missing save/restore handling of LBR MSRsYosry Ahmed3-5/+45
2026-03-05KVM: SVM: Switch svm_copy_lbrs() to a macroYosry Ahmed3-14/+13
2026-03-05KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12Yosry Ahmed2-4/+5
2026-03-05KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0Kevin Cheng1-0/+3
2026-03-05KVM: nSVM: Delay setting soft IRQ RIP tracking fields until vCPU runSean Christopherson2-9/+37
2026-03-05KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU runYosry Ahmed2-17/+33