linux-2.6-microblaze.git
2021-04-02 Paolo BonziniMerge branch 'kvm-tdp-fix-flushes' into HEAD
2021-04-01 Paolo BonziniMerge branch 'kvm-fix-svm-races' into HEAD
2021-04-01 Paolo BonziniKVM: SVM: ensure that EFER.SVME is set when running...
2021-04-01 Paolo BonziniKVM: SVM: load control fields from VMCB12 before checki...
2021-03-30 Sean ChristophersonKVM: x86/mmu: Don't allow TDP MMU to yield when recover...
2021-03-30 Sean ChristophersonKVM: x86/mmu: Ensure TLBs are flushed for TDP MMU durin...
2021-03-30 Sean ChristophersonKVM: x86/mmu: Ensure TLBs are flushed when yielding...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Mark the PAE roots as decrypted for shado...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Use '0' as the one and only value for...
2021-03-15 Sean ChristophersonKVM: VMX: Track root HPA instead of EPTP for paravirt...
2021-03-15 Sean ChristophersonKVM: VMX: Skip additional Hyper-V TLB EPTP flushes...
2021-03-15 Sean ChristophersonKVM: VMX: Define Hyper-V paravirt TLB flush fields...
2021-03-15 Sean ChristophersonKVM: VMX: Explicitly check for hv_remote_flush_tlb...
2021-03-15 Sean ChristophersonKVM: VMX: Don't invalidate hv_tlb_eptp if the new EPTP...
2021-03-15 Sean ChristophersonKVM: VMX: Invalidate hv_tlb_eptp to denote an EPTP...
2021-03-15 Sean ChristophersonKVM: VMX: Do Hyper-V TLB flush iff vCPU's EPTP hasn...
2021-03-15 Sean ChristophersonKVM: VMX: Fold Hyper-V EPTP checking into it's only...
2021-03-15 Sean ChristophersonKVM: VMX: Stash kvm_vmx in a local variable for Hyper...
2021-03-15 Sean ChristophersonKVM: VMX: Track common EPTP for Hyper-V's paravirt...
2021-03-15 Sean ChristophersonKVM: x86: Get active PCID only when writing a CR3 value
2021-03-15 Uros BizjakKVM/SVM: Move vmenter.S exception fixups out of line
2021-03-15 Sean ChristophersonKVM: x86/mmu: Dump reserved bits if they're detected...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Use low available bits for removed SPTEs
2021-03-15 Sean ChristophersonKVM: x86/mmu: Use is_removed_spte() instead of open...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Tweak auditing WARN for A/D bits to ...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Use a dedicated bit to track shadow/MMU...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Use high bits for host/mmu writable masks...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Make Host-writable and MMU-writable bit...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Move logic for setting SPTE masks for...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Co-locate code for setting various SPTE...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Move initial kvm_mmu_set_mask_ptes()...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Document dependency bewteen TDP A/D type...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Use MMIO SPTE bits 53 and 52 for the...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Rename and document A/D scheme for TDP...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Add module param to disable MMIO caching...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Stop using software available bits to...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Rename 'mask' to 'spte' in MMIO SPTE...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Drop redundant trace_kvm_mmu_set_spte...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Handle MMIO SPTEs directly in mmu_set_spte()
2021-03-15 Sean ChristophersonKVM: x86/mmu: Don't install bogus MMIO SPTEs if MMIO...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Retry page faults that hit an invalid...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Disable MMIO caching if MMIO value collid...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Bail from fast_page_fault() if SPTE is...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Check for shadow-present SPTE before...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Add convenience wrapper for acting on...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Add typedefs for rmap/iter handlers
2021-03-15 Sean ChristophersonKVM: x86/mmu: Use 'end' param in TDP MMU's test_age_gfn()
2021-03-15 Sean ChristophersonKVM: x86/mmu: WARN if TDP MMU's set_tdp_spte() sees...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Remove spurious TLB flush from TDP MMU...
2021-03-15 Maxim LevitskyKVM: x86: mmu: initialize fault.async_page_fault in...
2021-03-15 Maxim LevitskyKVM: x86: determine if an exception has an error code...
2021-03-15 Cathy AveryKVM: nSVM: Optimize vmcb12 to vmcb02 save area copies
2021-03-15 Babu MogerKVM: SVM: Add support for Virtual SPEC_CTRL
2021-03-15 Babu Mogerx86/cpufeatures: Add the Virtual SPEC_CTRL feature
2021-03-15 Maxim LevitskyKVM: nSVM: always use vmcb01 to for vmsave/vmload of...
2021-03-15 Paolo BonziniKVM: SVM: move VMLOAD/VMSAVE to C code
2021-03-15 Sean ChristophersonKVM: SVM: Skip intercepted PAUSE instructions after...
2021-03-15 Sean ChristophersonKVM: SVM: Don't manually emulate RDPMC if nrips=0
2021-03-15 Sean ChristophersonKVM: x86: Move RDPMC emulation to common code
2021-03-15 Sean ChristophersonKVM: x86: Move trivial instruction-based exit handlers...
2021-03-15 Sean ChristophersonKVM: x86: Move XSETBV emulation to common code
2021-03-15 Sean ChristophersonKVM: nSVM: Add VMLOAD/VMSAVE helper to deduplicate...
2021-03-15 Sean ChristophersonKVM: nSVM: Add helper to synthesize nested VM-Exit...
2021-03-15 Sean ChristophersonKVM: x86: Handle triple fault in L2 without killing L1
2021-03-15 Paolo BonziniKVM: SVM: Pass struct kvm_vcpu to exit handlers (and...
2021-03-15 Paolo BonziniKVM: SVM: merge update_cr0_intercept into svm_set_cr0
2021-03-15 Sean ChristophersonKVM: nSVM: Trace VM-Enter consistency check failures
2021-03-15 Sean ChristophersonKVM: x86: Move nVMX's consistency check macro to common...
2021-03-15 Krish SadhukhanKVM: nSVM: Add missing checks for reserved bits to...
2021-03-15 Paolo BonziniKVM: nSVM: only copy L1 non-VMLOAD/VMSAVE data in svm_s...
2021-03-15 Paolo BonziniKVM: nSVM: do not mark all VMCB02 fields dirty on neste...
2021-03-15 Paolo BonziniKVM: nSVM: do not mark all VMCB01 fields dirty on neste...
2021-03-15 Paolo BonziniKVM: nSVM: do not copy vmcb01->control blindly to vmcb0...
2021-03-15 Paolo BonziniKVM: nSVM: rename functions and variables according...
2021-03-15 Cathy AveryKVM: nSVM: Track the ASID generation of the vmcb vmrun...
2021-03-15 Cathy AveryKVM: nSVM: Track the physical cpu of the vmcb vmrun...
2021-03-15 Cathy AveryKVM: SVM: Use a separate vmcb for the nested L2 guest
2021-03-15 Sean ChristophersonKVM: nSVM: Set the shadow root level to the TDP level...
2021-03-15 Sean ChristophersonKVM: SVM: Don't strip the C-bit from CR2 on #PF interce...
2021-03-15 Sean ChristophersonKVM: x86/mmu: WARN on NULL pae_root or lm_root, or...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Sync roots after MMU load iff load as...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Unexport MMU load/unload functions
2021-03-15 Sean ChristophersonKVM: x86: Defer the MMU unload to the normal path on...
2021-03-15 Sean ChristophersonKVM: nVMX: Defer the MMU reload to the normal path...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Set the C-bit in the PDPTRs and LM pseudo...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Fix and unconditionally enable WARNs...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Check PDPTRs before allocating PAE roots
2021-03-15 Sean ChristophersonKVM: x86/mmu: Ensure MMU pages are available when alloc...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Allocate pae_root and lm_root pages in...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Allocate the lm_root before allocating...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Capture 'mmu' in a local variable when...
2021-03-15 Sean ChristophersonKVM: x86/mmu: Alloc page for PDPTEs when shadowing...
2021-03-15 Dongli ZhangKVM: x86: to track if L1 is running L2 VM
2021-03-14 Linus TorvaldsLinux 5.12-rc3
2021-03-14 Alexey Dobriyanprctl: fix PR_SET_MM_AUXV kernel stack leak
2021-03-14 Linus TorvaldsMerge tag 'irq-urgent-2021-03-14' of git://git./linux...
2021-03-14 Linus TorvaldsMerge tag 'timers-urgent-2021-03-14' of git://git....
2021-03-14 Linus TorvaldsMerge tag 'sched-urgent-2021-03-14' of git://git./linux...
2021-03-14 Linus TorvaldsMerge tag 'objtool-urgent-2021-03-14' of git://git...
2021-03-14 Linus TorvaldsMerge tag 'locking-urgent-2021-03-14' of git://git...
next