Age | Commit message (Expand) | Author |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-08-21 | KVM: Pass MMU notifier range flags to kvm_unmap_hva_range() | Will Deacon |
2020-08-17 | kvm: x86: Toggling CR4.PKE does not load PDPTEs in PAE mode | Jim Mattson |
2020-08-17 | kvm: x86: Toggling CR4.SMAP does not load PDPTEs in PAE mode | Jim Mattson |
2020-08-17 | KVM: x86: fix access code passed to gva_to_gpa | Paolo Bonzini |
2020-08-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-08-11 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2020-08-10 | x86/kvm/hyper-v: Synic default SCONTROL MSR needs to be enabled | Jon Doron |
2020-08-09 | x86: Expose SERIALIZE for supported cpuid | Paolo Bonzini |
2020-08-09 | KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabled | Sean Christopherson |
2020-08-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-08-05 | kvm: detect assigned device via irqbypass manager | Zhu Lingshan |
2020-08-04 | Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-08-04 | Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-08-02 | KVM: SVM: Fix sev_pin_memory() error handling | Dan Carpenter |
2020-07-31 | KVM: LAPIC: Set the TDCR settable bits | Wanpeng Li |
2020-07-31 | KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVM | Wanpeng Li |
2020-07-31 | KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabled | Wanpeng Li |
2020-07-30 | KVM: x86: Specify max TDP level via kvm_configure_mmu() | Sean Christopherson |
2020-07-30 | KVM: x86/mmu: Rename max_page_level to max_huge_page_level | Sean Christopherson |
2020-07-30 | KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDR | Sean Christopherson |
2020-07-30 | KVM: VXM: Remove temporary WARN on expected vs. actual EPTP level mismatch | Sean Christopherson |
2020-07-30 | KVM: x86: Pull the PGD's level from the MMU instead of recalculating it | Sean Christopherson |
2020-07-30 | KVM: VMX: Make vmx_load_mmu_pgd() static | Sean Christopherson |
2020-07-30 | KVM: x86/mmu: Add separate helper for shadow NPT root page role calc | Sean Christopherson |
2020-07-30 | KVM: VMX: Drop a duplicate declaration of construct_eptp() | Sean Christopherson |
2020-07-30 | KVM: nSVM: Correctly set the shadow NPT root level in its MMU role | Sean Christopherson |
2020-07-30 | x86/kvm: Use __xfer_to_guest_mode_work_pending() in kvm_run_vcpu() | Thomas Gleixner |
2020-07-27 | KVM: Using macros instead of magic values | Haiwei Li |
2020-07-27 | KVM: nVMX: check for invalid hdr.vmx.flags | Paolo Bonzini |
2020-07-27 | KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATE | Paolo Bonzini |
2020-07-24 | x86/kvm: Use generic xfer to guest work function | Thomas Gleixner |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook |
2020-07-10 | KVM: nSVM: remove nonsensical EXITINFO1 adjustment on nested NPF | Paolo Bonzini |
2020-07-10 | KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR support | Mohammed Gamal |
2020-07-10 | KVM: VMX: optimize #PF injection when MAXPHYADDR does not match | Paolo Bonzini |
2020-07-10 | KVM: VMX: Add guest physical address check in EPT violation and misconfig | Mohammed Gamal |
2020-07-10 | KVM: VMX: introduce vmx_need_pf_intercept | Paolo Bonzini |
2020-07-10 | KVM: x86: update exception bitmap on CPUID changes | Paolo Bonzini |
2020-07-10 | KVM: x86: rename update_bp_intercept to update_exception_bitmap | Paolo Bonzini |
2020-07-10 | KVM: x86: mmu: Add guest physical address check in translate_gpa() | Mohammed Gamal |
2020-07-10 | KVM: x86: mmu: Move translate_gpa() to mmu.c | Mohammed Gamal |
2020-07-10 | KVM: x86: Add helper functions for illegal GPA checking and page fault injection | Mohammed Gamal |
2020-07-10 | KVM: x86: drop superfluous mmu_check_root() from fast_pgd_switch() | Vitaly Kuznetsov |
2020-07-10 | KVM: nSVM: use nested_svm_load_cr3() on guest->host switch | Vitaly Kuznetsov |
2020-07-10 | KVM: nSVM: implement nested_svm_load_cr3() and use it for host->guest switch | Vitaly Kuznetsov |
2020-07-10 | KVM: nSVM: move kvm_set_cr3() after nested_svm_uninit_mmu_context() | Vitaly Kuznetsov |
2020-07-10 | KVM: nSVM: introduce nested_svm_load_cr3()/nested_npt_enabled() | Vitaly Kuznetsov |