summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/lapic.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-27KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev1-2/+2
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-51/+96
2015-02-03KVM: nVMX: Enable nested posted interrupt processingWincy Van1-3/+10
2015-02-02KVM: x86: fix lapic_timer_int_injected with APIC-vMarcelo Tosatti1-6/+6
2015-01-30KVM: x86: check LAPIC presence when building apic_mapRadim Krčmář1-0/+3
2015-01-30KVM: x86: fix x2apic logical address matchingRadim Krčmář1-1/+2
2015-01-30KVM: x86: replace 0 with APIC_DEST_PHYSICALRadim Krčmář1-4/+2
2015-01-30KVM: x86: cleanup kvm_apic_match_*()Radim Krčmář1-30/+16
2015-01-30KVM: x86: return bool from kvm_apic_match*()Radim Krčmář1-4/+4
2015-01-09kvm: x86: Remove kvm_make_request from lapic.cNicholas Krause1-6/+1
2015-01-09KVM: x86: add tracepoint to wait_lapic_expireMarcelo Tosatti1-0/+1
2015-01-09KVM: x86: add option to advance tscdeadline hrtimer expirationMarcelo Tosatti1-1/+56
2015-01-09kvm: x86: vmx: NULL out hwapic_isr_update() in case of !enable_apicvTiejun Chen1-3/+5
2014-12-04KVM: x86: allow 256 logical x2APICs againRadim Krčmář1-5/+6
2014-12-04KVM: x86: check bounds of APIC mapsRadim Krčmář1-4/+5
2014-12-04KVM: x86: fix APIC physical destination wrappingRadim Krčmář1-1/+4
2014-12-04KVM: x86: deliver phys lowest-prioRadim Krčmář1-2/+0
2014-12-04KVM: x86: don't retry hopeless APIC deliveryRadim Krčmář1-2/+2
2014-12-04KVM: x86: use MSR_ICR instead of a numberRadim Krčmář1-2/+2
2014-12-04KVM: x86: Fix reserved x2apic registersNadav Amit1-0/+9
2014-11-24kvm: x86: avoid warning about potential shift wrapping bugPaolo Bonzini1-1/+1
2014-11-17KVM: x86: Fix lost interrupt on irr_pending raceNadav Amit1-6/+12
2014-11-17KVM: compute correct map even if all APICs are software disabledPaolo Bonzini1-10/+15
2014-11-17KVM: x86: Software disabled APIC should still deliver NMIsNadav Amit1-8/+15
2014-11-08KVM: x86: Warn on APIC base relocationNadav Amit1-0/+4
2014-11-07KVM: x86: reset RVI upon system resetWei Wang1-0/+3
2014-11-03KVM: x86: optimize some accesses to LVTT and SPIVRadim Krčmář1-7/+3
2014-11-03KVM: x86: detect LVTT changes under APICvRadim Krčmář1-4/+8
2014-11-03KVM: x86: detect SPIV changes under APICvRadim Krčmář1-4/+6
2014-11-03KVM: x86: fix deadline tsc interrupt injectionRadim Krčmář1-6/+4
2014-11-03KVM: x86: add apic_timer_expired()Radim Krčmář1-16/+21
2014-11-03KVM: x86: some apic broadcast modes does not workNadav Amit1-6/+22
2014-09-11KVM: x86: make apic_accept_irq tracepoint more genericPaolo Bonzini1-2/+2
2014-08-19KVM: x86: recalculate_apic_map after enabling apicNadav Amit1-11/+14
2014-08-19KVM: x86: Clear apic tsc-deadline after deadlineNadav Amit1-0/+5
2014-08-05KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in useWanpeng Li1-13/+39
2014-07-09KVM: x86: Fix lapic.c debug printsNadav Amit1-2/+2
2014-05-27KVM: lapic: sync highest ISR to hardware apic on EOIPaolo Bonzini1-19/+43
2014-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+3
2014-01-15kvm: x86: fix apic_base enable checkAndrew Jones1-1/+1
2014-01-15KVM: x86: limit PIT timer frequencyMarcelo Tosatti1-3/+0
2014-01-09KVM: x86: Fix debug typo error in lapicChen Fan1-3/+3
2013-12-31KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka1-4/+4
2013-12-13KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov1-1/+4
2013-12-13KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig1-12/+15
2013-12-13KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig1-1/+2
2013-08-26kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apicRaghavendra K T1-1/+4
2013-07-25KVM: x86: Drop some unused functions from lapicJan Kiszka1-10/+0
2013-07-25KVM: x86: Simplify __apic_accept_irqJan Kiszka1-15/+8
2013-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2