summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2017-04-12KVM: x86: convert kvm_(set|get)_ioapic() into voidDavid Hildenbrand
2017-04-12KVM: x86: get rid of pic_irqchip()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: x86: drop legacy device assignmentPaolo Bonzini
2017-03-28KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini
2017-03-23KVM: x86: correct async page present tracepointWanpeng Li
2017-03-23KVM: x86: use pic/ioapic destructor when destroy vmPeter Xu
2017-03-02sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-02-17KVM: x86: remove code for lazy FPU handlingPaolo Bonzini
2017-02-17KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini
2017-02-16KVM: Support vCPU-based gfn->hva cacheCao, Lei
2017-02-15kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injectionPaolo Bonzini
2017-02-15KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini
2017-02-15KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callersPaolo Bonzini
2017-02-15kvm: nVMX: move nested events check to kvm_vcpu_runningPaolo Bonzini
2017-02-09KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bitArnd Bergmann
2017-02-09Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2017-02-08KVM: x86: fix compilationPaolo Bonzini
2017-02-07KVM: x86: add KVM_HC_CLOCK_PAIRING hypercallMarcelo Tosatti
2017-02-03KVM: x86: do not save guest-unsupported XSAVE stateRadim Krčmář
2017-01-27kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.cJunaid Shahid
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 NULL deref in vcpu_scan_ioapicWanpeng Li
2017-01-12KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack
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: mmu: Lockless access tracking for Intel CPUs without EPT A bits.Junaid Shahid
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: 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
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
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-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-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-12-13Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-12-08KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentryLadi Prosek
2016-12-08KVM: x86: Do not clear RFLAGS.TF when a singlestep trap occurs.Kyle Huey