summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2017-02-15kvm: vmx: Use the hardware provided GPA instead of page walkPaolo Bonzini1-0/+3
2017-02-09KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bitArnd Bergmann1-0/+4
2017-02-09Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini1-1/+2
2017-02-08KVM: x86: fix compilationPaolo Bonzini1-1/+1
2017-02-07KVM: x86: add KVM_HC_CLOCK_PAIRING hypercallMarcelo Tosatti1-0/+66
2017-02-07KVM: nVMX: vmx_complete_nested_posted_interrupt() can't failDavid Hildenbrand1-5/+5
2017-02-07KVM: nVMX: kmap() can't failDavid Hildenbrand1-9/+0
2017-02-03KVM: x86: do not save guest-unsupported XSAVE stateRadim Krčmář1-0/+1
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker1-2/+3
2017-01-27kvm: x86: mmu: Verify that restored PTE has needed perms in fast page faultJunaid Shahid1-59/+68
2017-01-27kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_faultJunaid Shahid1-5/+5
2017-01-27kvm: x86: mmu: Update comment in mark_spte_for_access_trackJunaid Shahid1-3/+3
2017-01-27kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.cJunaid Shahid3-8/+6
2017-01-27kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constantsJunaid Shahid1-3/+3
2017-01-20Revert "KVM: nested VMX: disable perf cpuid reporting"Jim Mattson2-8/+0
2017-01-17kvm: x86: Expose Intel VPOPCNTDQ feature to guestPiotr Luc1-1/+1
2017-01-17Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář4-14/+66
2017-01-17KVM: x86: fix fixing of hypercallsDmitry Vyukov1-1/+2
2017-01-12KVM: x86: fix emulation of "MOV SS, null selector"Paolo Bonzini1-10/+38
2017-01-12KVM: x86: fix NULL deref in vcpu_scan_ioapicWanpeng Li1-0/+2
2017-01-12KVM: x86: Introduce segmented_write_stdSteve Rutherford1-4/+18
2017-01-12KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack3-0/+8
2017-01-09kvm: nVMX: Reorder error checks for emulated VMXONJim Mattson1-3/+3
2017-01-09KVM: lapic: do not scan IRR when delivering an interruptPaolo Bonzini1-4/+15
2017-01-09KVM: lapic: do not set KVM_REQ_EVENT unnecessarily on PPR updatePaolo Bonzini1-1/+2
2017-01-09KVM: lapic: remove unnecessary KVM_REQ_EVENT on PPR updatePaolo Bonzini1-12/+24
2017-01-09KVM: vmx: speed up TPR below threshold vmexitsPaolo Bonzini3-1/+8
2017-01-09KVM: x86: add VCPU stat for KVM_REQ_EVENT processingPaolo Bonzini1-0/+2
2017-01-09kvm: svm: Use the hardware provided GPA instead of page walkTom Lendacky3-14/+53
2017-01-09KVM: x86: allow hotplug of VCPU with APIC ID over 0xffRadim Krčmář1-5/+25
2017-01-09KVM: x86: make interrupt delivery fast and slow path behave the sameRadim Krčmář1-12/+8
2017-01-09KVM: x86: replace kvm_apic_id with kvm_{x,x2}apic_idRadim Krčmář2-20/+22
2017-01-09KVM: x86: use delivery to self in hyperv synicRadim Krčmář1-2/+2
2017-01-09kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.Junaid Shahid3-76/+231
2017-01-09kvm: x86: mmu: Do not use bit 63 for tracking special SPTEsJunaid Shahid1-3/+3
2017-01-09kvm: x86: mmu: Introduce a no-tracking version of mmu_spte_updateJunaid Shahid1-13/+27
2017-01-09kvm: x86: mmu: Refactor accessed/dirty checks in mmu_spte_update/clearJunaid Shahid1-35/+31
2017-01-09kvm: x86: mmu: Fast Page Fault path retriesJunaid Shahid1-51/+73
2017-01-09kvm: x86: mmu: Rename spte_is_locklessly_modifiable()Junaid Shahid1-5/+5
2017-01-09kvm: x86: mmu: Use symbolic constants for EPT Violation Exit QualificationsJunaid Shahid1-8/+14
2017-01-09kvm: x86: reduce collisions in mmu_page_hashDavid Matlack1-1/+2
2017-01-09kvm: x86: export maximum number of mmu_page_hash collisionsDavid Matlack2-8/+19
2017-01-09KVM: x86: simplify conditions with split/kernel irqchipRadim Krčmář2-3/+3
2017-01-09KVM: x86: prevent setup of invalid routesRadim Krčmář1-13/+6
2017-01-09KVM: x86: refactor pic setup in kvm_set_routing_entryRadim Krčmář1-5/+3
2017-01-09KVM: x86: make pic setup code look like ioapic setupRadim Krčmář3-22/+28
2017-01-09KVM: x86: decouple irqchip_in_kernel() and pic_irqchip()Radim Krčmář2-9/+11
2017-01-09KVM: x86: don't allow kernel irqchip with split irqchipRadim Krčmář1-1/+1
2017-01-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-12/+11
2017-01-05KVM: VMX: remove duplicated declarationJan Dakinevich1-6/+0