aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2017-05-09nVMX: Advertise PML to L1 hypervisorBandan Das
2017-05-09nVMX: Implement emulated Page Modification LoggingBandan Das
2017-05-09kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das
2017-05-09kvm: nVMX: Validate CR3 target count on nested VM-entryJim Mattson
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-05-05kvm: nVMX: Don't validate disabled secondary controlsJim Mattson
2017-05-03Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini
2017-05-02KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-04-27kvm: nVMX: Remove superfluous VMX instruction fault checksJim Mattson
2017-04-27KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek
2017-04-27KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones
2017-04-27KVM: x86: always use kvm_make_request instead of set_bitRadim Krčmář
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář
2017-04-21KVM: x86: remove irq disablement around KVM_SET_CLOCK/KVM_GET_CLOCKMarcelo Tosatti
2017-04-21kvm: better MWAIT emulation for guestsMichael S. Tsirkin
2017-04-21KVM: x86: virtualize cpuid faultingKyle Huey
2017-04-21KVM: VMX: drop vmm_exclusive module parameterDavid Hildenbrand
2017-04-13KVM: nVMX: fix AD condition when handling EPT violationRadim Krčmář
2017-04-12KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRsLadi Prosek
2017-04-12KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplugDenis Plotnikov
2017-04-12KVM: x86: remaster kvm_write_tsc codeDenis Plotnikov
2017-04-12KVM: x86: use irqchip_kernel() to check for pic+ioapicDavid Hildenbrand
2017-04-12KVM: x86: simplify pic_ioport_read()David Hildenbrand
2017-04-12KVM: x86: set data directly in picdev_read()David Hildenbrand
2017-04-12KVM: x86: drop picdev_in_range()David Hildenbrand
2017-04-12KVM: x86: make kvm_pic_reset() staticDavid Hildenbrand
2017-04-12KVM: x86: simplify pic_unlock()David Hildenbrand
2017-04-12KVM: x86: drop goto label in kvm_set_routing_entry()David Hildenbrand
2017-04-12KVM: x86: rename kvm_vcpu_request_scan_ioapic()David Hildenbrand
2017-04-12KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.cDavid Hildenbrand
2017-04-12KVM: x86: remove all-vcpu request from kvm_ioapic_init()David Hildenbrand
2017-04-12KVM: x86: KVM_IRQCHIP_PIC_MASTER only has 8 pinsDavid Hildenbrand
2017-04-12KVM: x86: push usage of slots_lock downDavid Hildenbrand
2017-04-12KVM: x86: don't take kvm->irq_lock when creating IRQCHIPDavid Hildenbrand
2017-04-12KVM: x86: convert kvm_(set|get)_ioapic() into voidDavid Hildenbrand
2017-04-12KVM: x86: remove duplicate checks for ioapicDavid Hildenbrand
2017-04-12KVM: x86: use ioapic_in_kernel() to check for ioapic existenceDavid Hildenbrand
2017-04-12KVM: x86: get rid of ioapic_irqchip()David Hildenbrand
2017-04-12KVM: x86: get rid of pic_irqchip()David Hildenbrand
2017-04-12KVM: x86: check against irqchip_mode in ioapic_in_kernel()David Hildenbrand
2017-04-12KVM: x86: check against irqchip_mode in pic_in_kernel()David Hildenbrand
2017-04-12KVM: x86: check against irqchip_mode in kvm_set_routing_entry()David Hildenbrand
2017-04-12KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESSDavid Hildenbrand
2017-04-07kvm: nVMX: Disallow userspace-injected exceptions in guest modeJim Mattson
2017-04-07KVM: x86: fix user triggerable warning in kvm_apic_accept_events()David Hildenbrand
2017-04-07kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini
2017-04-07KVM: nVMX: support RDRAND and RDSEED exitingPaolo Bonzini