aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-14kvm: x86: remove unnecessary recalculate_apic_mapPeng Hao1-3/+2
2018-11-27KVM: x86: fix empty-body warningsYi Wang1-1/+1
2018-11-27KVM: LAPIC: Fix pv ipis use-before-initializationWanpeng Li1-0/+5
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner1-1/+1
2018-10-17x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinitVitaly Kuznetsov1-2/+10
2018-10-17KVM: hyperv: define VP assist page helpersLadi Prosek1-2/+2
2018-10-17kvm/x86: return meaningful value from KVM_SIGNAL_MSIPaolo Bonzini1-3/+3
2018-10-17KVM: LAPIC: Tune lapic_timer_advance_ns automaticallyWanpeng Li1-1/+24
2018-09-20x86/kvm/lapic: always disable MMIO interface in x2APIC modeVitaly Kuznetsov1-3/+19
2018-09-07KVM: LAPIC: Fix pv ipis out-of-bounds accessWanpeng Li1-7/+20
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+40
2018-08-06KVM: X86: Implement "send IPI" hypercallWanpeng Li1-0/+40
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra1-1/+1
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+5
2018-05-24x86/kvm: fix LAPIC timer drift when guest uses periodic modeDavid Vrabel1-2/+14
2018-05-14kvm: vmx: Basic APIC virtualization controls have three settingsJim Mattson1-7/+5
2018-05-05KVM: x86: remove APIC Timer periodic/oneshot spikesAnthoine Bourgeois1-17/+20
2018-03-16KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in useVitaly Kuznetsov1-1/+9
2018-03-01KVM: x86: fix vcpu initialization with userspace lapicRadim Krčmář1-6/+4
2018-02-24KVM: x86: move LAPIC initialization after VMCS creationPaolo Bonzini1-1/+0
2018-01-16KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updatedLiran Alon1-7/+16
2018-01-16KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()Liran Alon1-1/+1
2017-11-27KVM: lapic: Fixup LDR on load in x2apicDr. David Alan Gilbert1-0/+5
2017-11-27KVM: lapic: Split out x2apic ldr calculationDr. David Alan Gilbert1-1/+6
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-21/+70
2017-11-02KVM: x86: Update APICv on APIC resetJan H. Schönherr1-0/+5
2017-10-12KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switchRadim Krčmář1-1/+3
2017-10-12KVM: x86: really disarm lapic timer when clearing TMICTRadim Krčmář1-1/+3
2017-10-12KVM: x86: handle 0 write to TSC_DEADLINE MSRRadim Krčmář1-0/+3
2017-10-12KVM: LAPIC: Apply change to TDCR right away to the timerWanpeng Li1-2/+34
2017-10-12KVM: LAPIC: Keep timer running when switching between one-shot and periodic modeWanpeng Li1-3/+5
2017-10-12KVM: LAPIC: Introduce limit_periodic_timer_frequencyWanpeng Li1-17/+22
2017-10-12KVM: LAPIC: Fix lapic timer mode transitionWanpeng Li1-0/+3
2017-09-15kvm,lapic: Justify use of swait_active()Davidlohr Bueso1-0/+4
2017-08-07KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCYLadi Prosek1-2/+0
2017-07-26KVM: LAPIC: Fix reentrancy issues with preempt notifiersWanpeng Li1-3/+14
2017-06-29KVM: LAPIC: Fix lapic timer injection delayWanpeng Li1-1/+4
2017-06-29KVM: lapic: reorganize restart_apic_timerPaolo Bonzini1-45/+40
2017-06-29KVM: lapic: reorganize start_hv_timerPaolo Bonzini1-13/+27
2017-05-26KVM: x86: Fix virtual wire modeJan H. Schönherr1-1/+2
2017-05-26KVM: X86: Fix preempt the preemption timer cancelWanpeng Li1-0/+2
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-2/+2
2017-05-03Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini1-10/+12
2017-02-16KVM: Support vCPU-based gfn->hva cacheCao, Lei1-12/+10
2017-02-15kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injectionPaolo Bonzini1-7/+4
2017-02-15KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini1-3/+5
2017-02-15KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callersPaolo Bonzini1-3/+4
2017-02-15KVM: x86: preparatory changes for APICv cleanupsPaolo Bonzini1-8/+17
2017-02-15KVM: vmx: clear pending interrupts on KVM_SET_LAPICPaolo Bonzini1-2/+1