| Commit message (Expand) | Author | Age | Files | Lines |
* | xen, mm: allow deferred page initialization for xen pv domains | Pavel Tatashin | 2018-04-11 | 5 | -12/+31 |
* | exec: pass stack rlimit into mm layout functions | Kees Cook | 2018-04-11 | 1 | -7/+11 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2018-04-09 | 32 | -682/+2588 |
|\ |
|
| * | kvm: x86: fix a prototype warning | Peng Hao | 2018-04-06 | 1 | -1/+1 |
| * | kvm: x86: fix a compile warning | Peng Hao | 2018-04-04 | 1 | -1/+1 |
| * | KVM: X86: Add Force Emulation Prefix for "emulate the next instruction" | Wanpeng Li | 2018-04-04 | 1 | -1/+15 |
| * | KVM: X86: Introduce handle_ud() | Wanpeng Li | 2018-04-04 | 4 | -16/+18 |
| * | KVM: vmx: unify adjacent #ifdefs | Paolo Bonzini | 2018-04-04 | 1 | -7/+3 |
| * | x86: kvm: hide the unused 'cpu' variable | Arnd Bergmann | 2018-04-04 | 1 | -0/+2 |
| * | KVM: VMX: remove bogus WARN_ON in handle_ept_misconfig | Sean Christopherson | 2018-04-04 | 1 | -12/+1 |
| * | Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown" | Sean Christopherson | 2018-04-04 | 1 | -1/+1 |
| * | kvm: Add emulation for movups/movupd | Stefan Fritsch | 2018-04-04 | 1 | -1/+7 |
| * | KVM: VMX: raise internal error for exception during invalid protected mode state | Sean Christopherson | 2018-04-04 | 1 | -6/+14 |
| * | KVM: nVMX: Optimization: Dont set KVM_REQ_EVENT when VMExit with nested_run_p... | Liran Alon | 2018-03-28 | 1 | -8/+0 |
| * | KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pe... | Liran Alon | 2018-03-28 | 1 | -13/+20 |
| * | KVM: x86: Fix misleading comments on handling pending exceptions | Liran Alon | 2018-03-28 | 1 | -2/+12 |
| * | KVM: x86: Rename interrupt.pending to interrupt.injected | Liran Alon | 2018-03-28 | 5 | -11/+33 |
| * | KVM: VMX: No need to clear pending NMI/interrupt on inject realmode interrupt | Liran Alon | 2018-03-28 | 1 | -5/+0 |
| * | x86/kvm: use Enlightened VMCS when running on Hyper-V | Vitaly Kuznetsov | 2018-03-28 | 2 | -10/+615 |
| * | x86/hyper-v: detect nested features | Vitaly Kuznetsov | 2018-03-28 | 3 | -0/+10 |
| * | x86/hyper-v: define struct hv_enlightened_vmcs and clean field bits | Vitaly Kuznetsov | 2018-03-28 | 1 | -0/+200 |
| * | x86/hyper-v: allocate and use Virtual Processor Assist Pages | Vitaly Kuznetsov | 2018-03-28 | 3 | -3/+66 |
| * | x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGE | Ladi Prosek | 2018-03-28 | 4 | -11/+11 |
| * | x86/hyper-v: move definitions from TLFS to hyperv-tlfs.h | Vitaly Kuznetsov | 2018-03-28 | 3 | -84/+66 |
| * | x86/hyper-v: move hyperv.h out of uapi | Vitaly Kuznetsov | 2018-03-28 | 6 | -6/+13 |
| * | KVM: X86: Fix setup the virt_spin_lock_key before static key get initialized | Wanpeng Li | 2018-03-28 | 1 | -3/+9 |
| * | KVM: SVM: Implement pause loop exit logic in SVM | Babu Moger | 2018-03-28 | 2 | -3/+105 |
| * | KVM: SVM: Add pause filter threshold | Babu Moger | 2018-03-28 | 2 | -1/+4 |
| * | KVM: VMX: Bring the common code to header file | Babu Moger | 2018-03-28 | 2 | -42/+45 |
| * | KVM: VMX: Remove ple_window_actual_max | Babu Moger | 2018-03-28 | 1 | -25/+6 |
| * | KVM: VMX: Fix the module parameters for vmx | Babu Moger | 2018-03-28 | 1 | -13/+14 |
| * | KVM: x86: Fix perf timer mode IP reporting | Andi Kleen | 2018-03-28 | 4 | -19/+20 |
| * | kvm: x86: hyperv: delete dead code in kvm_hv_hypercall() | Dan Carpenter | 2018-03-23 | 1 | -8/+7 |
| * | KVM: SVM: add struct kvm_svm to hold SVM specific KVM vars | Sean Christopherson | 2018-03-23 | 2 | -73/+79 |
| * | KVM: VMX: add struct kvm_vmx to hold VMX specific KVM vars | Sean Christopherson | 2018-03-23 | 2 | -19/+31 |
| * | KVM: x86: move setting of ept_identity_map_addr to vmx.c | Sean Christopherson | 2018-03-23 | 4 | -2/+15 |
| * | KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vm | Sean Christopherson | 2018-03-23 | 3 | -0/+37 |
| * | KVM: nVMX: fix vmentry failure code when L2 state would require emulation | Paolo Bonzini | 2018-03-21 | 1 | -1/+3 |
| * | KVM: nVMX: Do not load EOI-exitmap while running L2 | Liran Alon | 2018-03-21 | 3 | -2/+23 |
| * | x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASE | Vitaly Kuznetsov | 2018-03-16 | 3 | -2/+9 |
| * | x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->thread | Vitaly Kuznetsov | 2018-03-16 | 3 | -3/+29 |
| * | KVM: X86: Provide a capability to disable PAUSE intercepts | Wanpeng Li | 2018-03-16 | 5 | -7/+27 |
| * | KVM: X86: Provide a capability to disable HLT intercepts | Wanpeng Li | 2018-03-16 | 6 | -2/+44 |
| * | KVM: X86: Provide a capability to disable MWAIT intercepts | Wanpeng Li | 2018-03-16 | 5 | -14/+33 |
| * | KVM: x86: Add support for VMware backdoor Pseudo-PMCs | Arbel Moshe | 2018-03-16 | 4 | -17/+75 |
| * | KVM: x86: SVM: Intercept #GP to support access to VMware backdoor ports | Liran Alon | 2018-03-16 | 1 | -0/+26 |
| * | KVM: x86: VMX: Intercept #GP to support access to VMware backdoor ports | Liran Alon | 2018-03-16 | 1 | -0/+24 |
| * | KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoor | Liran Alon | 2018-03-16 | 2 | -0/+29 |
| * | KVM: x86: Add emulation_type to not raise #UD on emulation failure | Liran Alon | 2018-03-16 | 2 | -3/+9 |
| * | KVM: x86: Always allow access to VMware backdoor I/O ports | Liran Alon | 2018-03-16 | 1 | -0/+11 |