summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: initialize PML fields in vmcs02Ladi Prosek2017-04-041-0/+12
* KVM: nVMX: do not leak PML full vmexit to L1Ladi Prosek2017-04-041-0/+3
* KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini2017-03-282-0/+9
* KVM: nVMX: fix nested EPT detectionLadi Prosek2017-03-281-4/+1
* KVM: VMX: Fix enable VPID conditionsWanpeng Li2017-03-231-1/+8
* KVM: nVMX: Fix nested VPID vmx exec controlWanpeng Li2017-03-231-3/+4
* KVM: x86: correct async page present tracepointWanpeng Li2017-03-231-1/+1
* kvm: vmx: Flush TLB when the APIC-access address changesJim Mattson2017-03-231-1/+17
* KVM: x86: use pic/ioapic destructor when destroy vmPeter Xu2017-03-231-2/+2
* KVM: x86: check existance before destroyPeter Xu2017-03-232-0/+6
* KVM: nVMX: don't reset kvm mmu twiceWanpeng Li2017-03-201-2/+0
* kvm: fix usage of uninit spinlock in avic_vm_destroy()Dmitry Vyukov2017-03-201-0/+3
* KVM: VMX: downgrade warning on unexpected exit codeRadim Krčmář2017-03-201-1/+2
* KVM: nVMX: do not warn when MSR bitmap address is not backedRadim Krčmář2017-03-091-3/+1
* KVM: nVMX: reset nested_run_pending if the vCPU is going to be resetWanpeng Li2017-03-071-1/+3
* kvm: nVMX: VMCLEAR should not cause the vCPU to shut downJim Mattson2017-03-061-18/+4
* Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-042-6/+16
|\
| * KVM: nVMX: Fix pending events injectionWanpeng Li2017-03-011-2/+6
| * x86/kvm/vmx: remove unused variable in segment_base()Jérémy Lefaure2017-03-011-1/+0
| * KVM: x86: never specify a sample period for virtualized in_tx_cp countersRobert O'Callahan2017-03-011-3/+10
* | sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar2017-03-022-0/+4
* | sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-021-0/+2
* | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-022-0/+4
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-2212-882/+1178
|\
| * KVM: VMX: use correct vmcs_read/write for guest segment selector/baseChao Peng2017-02-211-2/+2
| * x86/kvm/vmx: Defer TR reload after VM exitAndy Lutomirski2017-02-211-14/+9
| * x86/kvm/vmx: Simplify segment_base()Andy Lutomirski2017-02-211-8/+7
| * x86/kvm/vmx: Get rid of segment_base() on 64-bit kernelsAndy Lutomirski2017-02-211-4/+7
| * x86/kvm/vmx: Don't fetch the TSS base from the GDTAndy Lutomirski2017-02-211-10/+4
| * kvm: fix page struct leak in handle_vmonPaolo Bonzini2017-02-201-2/+7
| * KVM: x86: remove code for lazy FPU handlingPaolo Bonzini2017-02-174-145/+19
| * KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini2017-02-171-1/+5
| * KVM: Support vCPU-based gfn->hva cacheCao, Lei2017-02-162-33/+30
| * KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controlsPaolo Bonzini2017-02-161-22/+8
| * KVM: svm: inititalize hash table structures directlyDavid Hildenbrand2017-02-151-4/+2
| * kvm: nVMX: Refactor nested_vmx_run()Jim Mattson2017-02-151-49/+62
| * kvm: nVMX: Split VMCS checks from nested_vmx_run()Jim Mattson2017-02-151-91/+103
| * kvm: nVMX: Refactor nested_get_vmcs12_pages()Jim Mattson2017-02-151-69/+69
| * kvm: nVMX: Refactor handle_vmptrld()Jim Mattson2017-02-151-9/+13
| * kvm: nVMX: Refactor handle_vmon()Jim Mattson2017-02-151-41/+52
| * kvm: nVMX: Prepare for checkpointing L2 stateJim Mattson2017-02-151-29/+48
| * kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injectionPaolo Bonzini2017-02-153-29/+34
| * KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini2017-02-154-27/+27
| * KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callersPaolo Bonzini2017-02-152-4/+7
| * KVM: x86: preparatory changes for APICv cleanupsPaolo Bonzini2017-02-153-26/+35
| * kvm: nVMX: move nested events check to kvm_vcpu_runningPaolo Bonzini2017-02-151-3/+3
| * KVM: vmx: clear pending interrupts on KVM_SET_LAPICPaolo Bonzini2017-02-152-2/+10
| * kvm: vmx: Use the hardware provided GPA instead of page walkPaolo Bonzini2017-02-151-0/+3