Age | Commit message (Expand) | Author | Files | Lines |
2019-09-24 | kvm: nvmx: limit atomic switch MSRs | Marc Orr | 1 | -0/+1 |
2019-09-24 | KVM: x86: Add support for user wait instructions | Tao Xu | 1 | -0/+1 |
2019-09-11 | KVM: nVMX: trace nested VM-Enter failures detected by H/W | Sean Christopherson | 1 | -0/+14 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320 | Thomas Gleixner | 1 | -14/+1 |
2018-12-21 | KVM: x86: Add Intel PT virtualization work mode | Chao Peng | 1 | -0/+8 |
2018-11-27 | KVM: nVMX: Unrestricted guest mode requires EPT | Jim Mattson | 1 | -0/+1 |
2018-10-17 | KVM/x86: Use assembly instruction mnemonics instead of .byte streams | Uros Bizjak | 1 | -13/+0 |
2018-08-22 | KVM: vmx: Add defines for SGX ENCLS exiting | Sean Christopherson | 1 | -0/+3 |
2018-08-05 | x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry | Paolo Bonzini | 1 | -0/+1 |
2018-08-05 | Merge 4.18-rc7 into master to pick up the KVM dependcy | Thomas Gleixner | 1 | -0/+3 |
2018-07-13 | x86/l1tf: Handle EPT disabled state proper | Thomas Gleixner | 1 | -0/+1 |
2018-07-13 | x86/litf: Introduce vmx status variable | Thomas Gleixner | 1 | -0/+9 |
2018-06-22 | kvm: vmx: Nested VM-entry prereqs for event inj. | Marc Orr | 1 | -0/+3 |
2018-05-23 | KVM: nVMX: Restore the VMCS12 offsets for v4.0 fields | Jim Mattson | 1 | -0/+2 |
2018-03-21 | kvm/x86: fix icebp instruction handling | Linus Torvalds | 1 | -0/+1 |
2017-10-12 | KVM: VMX: rename RDSEED and RDRAND vmx ctrls to reflect exiting | David Hildenbrand | 1 | -2/+2 |
2017-08-24 | KVM: MMU: Add 5 level EPT & Shadow page table support. | Yu Zhang | 1 | -0/+2 |
2017-08-18 | KVM: VMX: cleanup EPTP definitions | David Hildenbrand | 1 | -5/+6 |
2017-08-07 | KVM: nVMX: Emulate EPTP switching for the L1 hypervisor | Bandan Das | 1 | -0/+6 |
2017-08-07 | KVM: vmx: Enable VMFUNCs | Bandan Das | 1 | -0/+3 |
2017-04-07 | KVM: nVMX: support RDRAND and RDSEED exiting | Paolo Bonzini | 1 | -0/+2 |
2017-04-07 | kvm: nVMX: support EPT accessed/dirty bits | Paolo Bonzini | 1 | -0/+2 |
2017-01-27 | kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constants | Junaid Shahid | 1 | -6/+6 |
2017-01-09 | kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits. | Junaid Shahid | 1 | -3/+6 |
2017-01-09 | kvm: x86: mmu: Do not use bit 63 for tracking special SPTEs | Junaid Shahid | 1 | -2/+7 |
2017-01-09 | kvm: x86: mmu: Use symbolic constants for EPT Violation Exit Qualifications | Junaid Shahid | 1 | -0/+16 |
2016-12-08 | KVM: nVMX: support restore of VMX capability MSRs | David Matlack | 1 | -0/+31 |
2016-11-22 | KVM: VMX: clean up declaration of VPID/EPT invalidation types | Jan Dakinevich | 1 | -1/+4 |
2016-11-02 | KVM: nVMX: support descriptor table exits | Paolo Bonzini | 1 | -0/+1 |
2016-07-23 | Revert "KVM: x86: add pcommit support" | Dan Williams | 1 | -1/+0 |
2015-11-10 | KVM: VMX: Enable and initialize VMX TSC scaling | Haozhong Zhang | 1 | -0/+3 |
2015-10-16 | KVM: nVMX: emulate the INVVPID instruction | Wanpeng Li | 1 | -0/+1 |
2015-10-01 | KVM: x86: add pcommit support | Xiao Guangrong | 1 | -1/+1 |
2015-08-15 | x86/kvm: Rename VMX's segment access rights defines | Andy Lutomirski | 1 | -23/+23 |
2015-07-23 | kvm/x86: add support for MONITOR_TRAP_FLAG | Mihai Donțu | 1 | -0/+1 |
2015-01-30 | KVM: VMX: Add PML support in VMX | Kai Huang | 1 | -0/+4 |
2014-12-05 | kvm: x86: handle XSAVES vmcs and vmexit | Wanpeng Li | 1 | -0/+2 |
2014-12-05 | kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guest | Wanpeng Li | 1 | -0/+1 |
2014-06-19 | KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLS | Jan Kiszka | 1 | -0/+3 |
2014-06-19 | KVM: x86: Fix constant value of VM_{EXIT_SAVE,ENTRY_LOAD}_DEBUG_CONTROLS | Jan Kiszka | 1 | -2/+2 |
2014-02-24 | KVM: x86: Intel MPX vmx and msr handle | Liu, Jinsong | 1 | -0/+4 |
2013-12-12 | KVM: nVMX: Add support for activity state HLT | Jan Kiszka | 1 | -0/+1 |
2013-08-07 | nEPT: Nested INVEPT | Nadav Har'El | 1 | -0/+2 |
2013-04-22 | KVM: nVMX: Shadow-vmcs control fields/bits | Abel Gordon | 1 | -0/+3 |
2013-04-16 | KVM: VMX: Check the posted interrupt capability | Yang Zhang | 1 | -0/+4 |
2013-03-14 | KVM: nVMX: Add preemption timer support | Jan Kiszka | 1 | -0/+3 |
2013-03-14 | KVM: nVMX: Provide EFER.LMA saving support | Jan Kiszka | 1 | -0/+2 |
2013-03-13 | KVM: nVMX: Clean up and fix pin-based execution controls | Jan Kiszka | 1 | -0/+2 |
2013-03-07 | KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLS | Jan Kiszka | 1 | -0/+4 |
2013-02-25 | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -3/+15 |