Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routines | Sean Christopherson | 2018-12-21 | 1 | -1/+0 |
* | KVM: x86: Set intercept for Intel PT MSRs read/write | Chao Peng | 2018-12-21 | 1 | -0/+1 |
* | KVM: x86: Add Intel PT context switch for each vcpu | Chao Peng | 2018-12-21 | 1 | -0/+21 |
* | KVM: x86: Add Intel PT virtualization work mode | Chao Peng | 2018-12-21 | 1 | -1/+8 |
* | KVM: VMX: Expose nested_vmx_allowed() to nested VMX as a non-inline | Sean Christopherson | 2018-12-14 | 1 | -0/+1 |
* | KVM: VMX: Expose various getters and setters to nested VMX | Sean Christopherson | 2018-12-14 | 1 | -0/+27 |
* | KVM: VMX: Expose misc variables needed for nested VMX | Sean Christopherson | 2018-12-14 | 1 | -0/+4 |
* | KVM: VMX: Move VMX instruction wrappers to a dedicated header file | Sean Christopherson | 2018-12-14 | 1 | -0/+108 |
* | KVM: VMX: Add vmx.h to hold VMX definitions | Sean Christopherson | 2018-12-14 | 1 | -0/+351 |