summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-14/+24
|\
| * KVM: lapic: Check for a pending timer intr prior to start_hv_timer()Sean Christopherson2019-04-301-3/+5
| * KVM: lapic: Refactor ->set_hv_timer to use an explicit expired paramSean Christopherson2019-04-301-5/+5
| * KVM: lapic: Explicitly cancel the hv timer if it's pre-expiredSean Christopherson2019-04-301-7/+15
| * KVM: lapic: Busy wait for timer to expire when using hv_timerSean Christopherson2019-04-301-1/+1
* | KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointerSean Christopherson2019-04-301-3/+0
* | KVM: lapic: Convert guest TSC to host time domain if necessarySean Christopherson2019-04-181-3/+21
* | KVM: lapic: Allow user to disable adaptive tuning of timer advancementSean Christopherson2019-04-181-2/+9
* | KVM: lapic: Track lapic timer advance per vCPUSean Christopherson2019-04-181-17/+19
* | KVM: lapic: Disable timer advancement if adaptive tuning goes haywireSean Christopherson2019-04-181-0/+4
* | KVM: x86: Consider LAPIC TSC-Deadline timer expired if deadline too shortLiran Alon2019-04-181-3/+6
|/
* KVM: fix spectrev1 gadgetsPaolo Bonzini2019-04-161-1/+3
* kvm: x86: Add memcg accounting to KVM allocationsBen Gardon2019-02-201-3/+4
* KVM: x86: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-251-0/+2
* kvm: x86: remove unnecessary recalculate_apic_mapPeng Hao2018-12-141-3/+2
* KVM: x86: fix empty-body warningsYi Wang2018-11-271-1/+1
* KVM: LAPIC: Fix pv ipis use-before-initializationWanpeng Li2018-11-271-0/+5
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-291-1/+1
* x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinitVitaly Kuznetsov2018-10-171-2/+10
* KVM: hyperv: define VP assist page helpersLadi Prosek2018-10-171-2/+2
* kvm/x86: return meaningful value from KVM_SIGNAL_MSIPaolo Bonzini2018-10-171-3/+3
* KVM: LAPIC: Tune lapic_timer_advance_ns automaticallyWanpeng Li2018-10-171-1/+24
* x86/kvm/lapic: always disable MMIO interface in x2APIC modeVitaly Kuznetsov2018-09-201-3/+19
* KVM: LAPIC: Fix pv ipis out-of-bounds accessWanpeng Li2018-09-071-7/+20
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-191-0/+40
|\
| * KVM: X86: Implement "send IPI" hypercallWanpeng Li2018-08-061-0/+40
* | sched/swait: Rename to exclusivePeter Zijlstra2018-06-201-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-7/+5
|\
| * kvm: vmx: Basic APIC virtualization controls have three settingsJim Mattson2018-05-141-7/+5
* | x86/kvm: fix LAPIC timer drift when guest uses periodic modeDavid Vrabel2018-05-241-2/+14
|/
* KVM: x86: remove APIC Timer periodic/oneshot spikesAnthoine Bourgeois2018-05-051-17/+20
* KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in useVitaly Kuznetsov2018-03-161-1/+9
* KVM: x86: fix vcpu initialization with userspace lapicRadim Krčmář2018-03-011-6/+4
* KVM: x86: move LAPIC initialization after VMCS creationPaolo Bonzini2018-02-241-1/+0
* KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updatedLiran Alon2018-01-161-7/+16
* KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()Liran Alon2018-01-161-1/+1
* KVM: lapic: Fixup LDR on load in x2apicDr. David Alan Gilbert2017-11-271-0/+5
* KVM: lapic: Split out x2apic ldr calculationDr. David Alan Gilbert2017-11-271-1/+6
* Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-21/+70
|\
| * KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switchRadim Krčmář2017-10-121-1/+3
| * KVM: x86: really disarm lapic timer when clearing TMICTRadim Krčmář2017-10-121-1/+3
| * KVM: x86: handle 0 write to TSC_DEADLINE MSRRadim Krčmář2017-10-121-0/+3
| * KVM: LAPIC: Apply change to TDCR right away to the timerWanpeng Li2017-10-121-2/+34
| * KVM: LAPIC: Keep timer running when switching between one-shot and periodic modeWanpeng Li2017-10-121-3/+5
| * KVM: LAPIC: Introduce limit_periodic_timer_frequencyWanpeng Li2017-10-121-17/+22
| * KVM: LAPIC: Fix lapic timer mode transitionWanpeng Li2017-10-121-0/+3
* | KVM: x86: Update APICv on APIC resetJan H. Schönherr2017-11-021-0/+5
|/
* kvm,lapic: Justify use of swait_active()Davidlohr Bueso2017-09-151-0/+4
* KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCYLadi Prosek2017-08-071-2/+0
* KVM: LAPIC: Fix reentrancy issues with preempt notifiersWanpeng Li2017-07-261-3/+14