summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/lapic.c
AgeCommit message (Expand)Author
2018-05-30KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in useVitaly Kuznetsov
2018-04-13KVM: X86: Fix preempt the preemption timer cancelWanpeng Li
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-01-19KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack
2016-11-24KVM: x86: fix out-of-bounds access in lapicRadim Krčmář
2016-08-19KVM: lapic: don't recalculate apic map table twice when enabling LAPICWanpeng Li
2016-08-04KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=offWanpeng Li
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-07-14x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-07-14KVM: x86: bump KVM_MAX_VCPU_ID to 1023Radim Krčmář
2016-07-14KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář
2016-07-14KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář
2016-07-14KVM: x86: reset lapic base in kvm_lapic_resetRadim Krčmář
2016-07-14KVM: x86: reset APIC ID when enabling LAPICRadim Krčmář
2016-07-14KVM: x86: use hardware-compatible format for APIC ID registerRadim Krčmář
2016-07-14KVM: x86: dynamic kvm_apic_mapRadim Krčmář
2016-07-14KVM: x86: use physical LAPIC array for logical x2APICRadim Krčmář
2016-07-14KVM: x86: add kvm_apic_map_get_dest_lapicRadim Krčmář
2016-07-01KVM: vmx: fix missed cancellation of TSC deadline timerWanpeng Li
2016-07-01KVM: x86: introduce cancel_hv_tscdeadlineWanpeng Li
2016-06-27KVM: LAPIC: cap __delay at lapic_timer_advance_nsMarcelo Tosatti
2016-06-16KVM: x86: support using the vmx preemption timer for tsc deadline timerYunhong Jiang
2016-06-16kvm: lapic: separate start_sw_tscdeadline from start_apic_timerYunhong Jiang
2016-05-18KVM: x86: make hwapic_isr_update and hwapic_irr_update look the samePaolo Bonzini
2016-05-18KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restoreSuravee Suthikulpanit
2016-05-18KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_regSuravee Suthikulpanit
2016-05-18KVM: x86: Misc LAPIC changes to expose helper functionsSuravee Suthikulpanit
2016-04-05kvm: x86: make lapic hrtimer pinnedLuiz Capitulino
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-03-03kvm: x86: Track irq vectors in ioapic->rtc_status.dest_mapJoerg Roedel
2016-03-03kvm: x86: Convert ioapic->rtc_status.dest_map to a structJoerg Roedel
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti
2016-02-16KVM: x86: fix *NULL on invalid low-prio irqRadim Krčmář
2016-02-09KVM: x86: consolidate different ways to test for in-kernel LAPICPaolo Bonzini
2016-02-09KVM: x86: consolidate "has lapic" checks into irq.cPaolo Bonzini
2016-02-09KVM: APIC: remove unnecessary double checks on APIC existencePaolo Bonzini
2016-02-09KVM: x86: Add lowest-priority support for vt-d posted-interruptsFeng Wu
2016-02-09KVM: x86: Use vector-hashing to deliver lowest-priority interruptsFeng Wu
2015-11-25kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin
2015-11-25kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin
2015-11-25kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin
2015-11-10KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang
2015-11-04KVM: x86: zero apic_arb_prio on resetRadim Krčmář
2015-10-14kvm: x86: set KVM_REQ_EVENT when updating IRRRadim Krčmář
2015-10-01KVM: Define a new interface kvm_intr_is_single_vcpu()Feng Wu
2015-10-01KVM: x86: Add EOI exit bitmap inferenceSteve Rutherford
2015-10-01KVM: x86: Add KVM exit for IOAPIC EOIsSteve Rutherford
2015-10-01KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford
2015-10-01KVM: x86: introduce lapic_in_kernelPaolo Bonzini