aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c
AgeCommit message (Expand)Author
2019-10-29kvm: vmx: Basic APIC virtualization controls have three settingsJim Mattson
2019-09-06kvm: x86: skip populating logical dest map if apic is not sw enabledRadim Krcmar
2019-07-10KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPICWanpeng Li
2019-05-16KVM: fix spectrev1 gadgetsPaolo Bonzini
2018-12-17KVM: x86: fix empty-body warningsYi Wang
2018-10-18x86/kvm/lapic: always disable MMIO interface in x2APIC modeVitaly Kuznetsov
2018-05-30KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in useVitaly Kuznetsov
2018-05-30x86/kvm: fix LAPIC timer drift when guest uses periodic modeDavid Vrabel
2018-05-16KVM: x86: remove APIC Timer periodic/oneshot spikesAnthoine Bourgeois
2018-03-08KVM: x86: fix vcpu initialization with userspace lapicRadim Krčmář
2018-03-08KVM: x86: move LAPIC initialization after VMCS creationPaolo Bonzini
2017-12-05KVM: lapic: Fixup LDR on load in x2apicDr. David Alan Gilbert
2017-12-05KVM: lapic: Split out x2apic ldr calculationDr. David Alan Gilbert
2017-11-02KVM: x86: Update APICv on APIC resetJan H. Schönherr
2017-09-15kvm,lapic: Justify use of swait_active()Davidlohr Bueso
2017-08-07KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCYLadi Prosek
2017-07-26KVM: LAPIC: Fix reentrancy issues with preempt notifiersWanpeng Li
2017-06-29KVM: LAPIC: Fix lapic timer injection delayWanpeng Li
2017-06-29KVM: lapic: reorganize restart_apic_timerPaolo Bonzini
2017-06-29KVM: lapic: reorganize start_hv_timerPaolo Bonzini
2017-05-26KVM: x86: Fix virtual wire modeJan H. Schönherr
2017-05-26KVM: X86: Fix preempt the preemption timer cancelWanpeng Li
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-03Revert "KVM: Support vCPU-based gfn->hva cache"Paolo 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: x86: preparatory changes for APICv cleanupsPaolo Bonzini
2017-02-15KVM: vmx: clear pending interrupts on KVM_SET_LAPICPaolo Bonzini
2017-01-17Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář
2017-01-12KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack
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: 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ář
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-11-24KVM: x86: fix out-of-bounds access in lapicRadim Krčmář
2016-11-22kvm: x86: CPUID.01H:EDX.APIC[bit 9] should mirror IA32_APIC_BASE[11]Jim Mattson
2016-11-03kvm: x86: avoid atomic operations on APICv vmentryPaolo Bonzini
2016-11-02KVM: x86: use ktime_get instead of seeking the hrtimer_clock_basePaolo Bonzini
2016-11-02KVM: LAPIC: add APIC Timer periodic/oneshot mode VMX preemption timer supportWanpeng Li
2016-11-02KVM: LAPIC: rename start/cancel_hv_tscdeadline to start/cancel_hv_timerWanpeng Li
2016-11-02KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()Wanpeng Li
2016-11-02KVM: LAPIC: guarantee the timer is in tsc-deadline modeWanpeng Li