summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bitArnd Bergmann2017-02-091-0/+4
| * Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-091-1/+2
| |\
| * | KVM: x86: fix compilationPaolo Bonzini2017-02-081-1/+1
| * | KVM: x86: add KVM_HC_CLOCK_PAIRING hypercallMarcelo Tosatti2017-02-071-0/+66
| * | KVM: nVMX: vmx_complete_nested_posted_interrupt() can't failDavid Hildenbrand2017-02-071-5/+5
| * | KVM: nVMX: kmap() can't failDavid Hildenbrand2017-02-071-9/+0
| * | kvm: x86: mmu: Verify that restored PTE has needed perms in fast page faultJunaid Shahid2017-01-271-59/+68
| * | kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_faultJunaid Shahid2017-01-271-5/+5
| * | kvm: x86: mmu: Update comment in mark_spte_for_access_trackJunaid Shahid2017-01-271-3/+3
| * | kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.cJunaid Shahid2017-01-273-8/+6
| * | kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constantsJunaid Shahid2017-01-271-3/+3
| * | Revert "KVM: nested VMX: disable perf cpuid reporting"Jim Mattson2017-01-202-8/+0
| * | kvm: x86: Expose Intel VPOPCNTDQ feature to guestPiotr Luc2017-01-171-1/+1
| * | Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2017-01-174-14/+66
| |\ \
| * | | kvm: nVMX: Reorder error checks for emulated VMXONJim Mattson2017-01-091-3/+3
| * | | KVM: lapic: do not scan IRR when delivering an interruptPaolo Bonzini2017-01-091-4/+15