summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2017-01-27kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constantsJunaid Shahid
2017-01-20Revert "KVM: nested VMX: disable perf cpuid reporting"Jim Mattson
2017-01-17kvm: x86: Expose Intel VPOPCNTDQ feature to guestPiotr Luc
2017-01-17Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář
2017-01-17KVM: x86: fix fixing of hypercallsDmitry Vyukov
2017-01-12KVM: x86: fix emulation of "MOV SS, null selector"Paolo Bonzini
2017-01-12KVM: x86: fix NULL deref in vcpu_scan_ioapicWanpeng Li
2017-01-12KVM: x86: Introduce segmented_write_stdSteve Rutherford
2017-01-12KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack
2017-01-09kvm: nVMX: Reorder error checks for emulated VMXONJim Mattson
2017-01-09KVM: lapic: do not scan IRR when delivering an interruptPaolo Bonzini
2017-01-09KVM: lapic: do not set KVM_REQ_EVENT unnecessarily on PPR updatePaolo Bonzini
2017-01-09KVM: lapic: remove unnecessary KVM_REQ_EVENT on PPR updatePaolo Bonzini
2017-01-09KVM: vmx: speed up TPR below threshold vmexitsPaolo Bonzini
2017-01-09KVM: x86: add VCPU stat for KVM_REQ_EVENT processingPaolo Bonzini
2017-01-09kvm: svm: Use the hardware provided GPA instead of page walkTom Lendacky
2017-01-09KVM: x86: allow hotplug of VCPU with APIC ID over 0xffRadim Krčmář
2017-01-09KVM: x86: make interrupt delivery fast and slow path behave the sameRadim Krčmář
2017-01-09KVM: x86: replace kvm_apic_id with kvm_{x,x2}apic_idRadim Krčmář
2017-01-09KVM: x86: use delivery to self in hyperv synicRadim Krčmář
2017-01-09kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.Junaid Shahid
2017-01-09kvm: x86: mmu: Do not use bit 63 for tracking special SPTEsJunaid Shahid
2017-01-09kvm: x86: mmu: Introduce a no-tracking version of mmu_spte_updateJunaid Shahid
2017-01-09kvm: x86: mmu: Refactor accessed/dirty checks in mmu_spte_update/clearJunaid Shahid
2017-01-09kvm: x86: mmu: Fast Page Fault path retriesJunaid Shahid
2017-01-09kvm: x86: mmu: Rename spte_is_locklessly_modifiable()Junaid Shahid
2017-01-09kvm: x86: mmu: Use symbolic constants for EPT Violation Exit QualificationsJunaid Shahid
2017-01-09kvm: x86: reduce collisions in mmu_page_hashDavid Matlack
2017-01-09kvm: x86: export maximum number of mmu_page_hash collisionsDavid Matlack
2017-01-09KVM: x86: simplify conditions with split/kernel irqchipRadim Krčmář
2017-01-09KVM: x86: prevent setup of invalid routesRadim Krčmář
2017-01-09KVM: x86: refactor pic setup in kvm_set_routing_entryRadim Krčmář
2017-01-09KVM: x86: make pic setup code look like ioapic setupRadim Krčmář
2017-01-09KVM: x86: decouple irqchip_in_kernel() and pic_irqchip()Radim Krčmář
2017-01-09KVM: x86: don't allow kernel irqchip with split irqchipRadim Krčmář
2017-01-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-01-05KVM: VMX: remove duplicated declarationJan Dakinevich
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner
2016-12-24KVM: x86: reset MMU on KVM_SET_VCPU_EVENTSXiao Guangrong
2016-12-21KVM: nVMX: fix instruction skipping during emulated vm-entryDavid Matlack
2016-12-19kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)Jim Mattson
2016-12-19kvm: take srcu lock around kvm_steal_time_set_preempted()Andrea Arcangeli
2016-12-19kvm: fix schedule in atomic in kvm_steal_time_set_preempted()Andrea Arcangeli
2016-12-16KVM: hyperv: fix locking of struct kvm_hv fieldsPaolo Bonzini
2016-12-15KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest.Yi Sun
2016-12-15kvm: nVMX: Correct a VMX instruction error code for VMPTRLDGanShun
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds