summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: check bounds of APIC mapsRadim Krčmář2014-12-041-4/+5
* KVM: x86: fix APIC physical destination wrappingRadim Krčmář2014-12-041-1/+4
* KVM: x86: deliver phys lowest-prioRadim Krčmář2014-12-041-2/+0
* KVM: x86: don't retry hopeless APIC deliveryRadim Krčmář2014-12-041-2/+2
* KVM: x86: use MSR_ICR instead of a numberRadim Krčmář2014-12-041-2/+2
* KVM: x86: Fix reserved x2apic registersNadav Amit2014-12-041-0/+9
* kvm: x86: avoid warning about potential shift wrapping bugPaolo Bonzini2014-11-241-1/+1
* KVM: x86: Fix lost interrupt on irr_pending raceNadav Amit2014-11-171-6/+12
* KVM: compute correct map even if all APICs are software disabledPaolo Bonzini2014-11-171-10/+15
* KVM: x86: Software disabled APIC should still deliver NMIsNadav Amit2014-11-171-8/+15
* KVM: x86: Warn on APIC base relocationNadav Amit2014-11-081-0/+4
* KVM: x86: reset RVI upon system resetWei Wang2014-11-071-0/+3
* KVM: x86: optimize some accesses to LVTT and SPIVRadim Krčmář2014-11-031-7/+3
* KVM: x86: detect LVTT changes under APICvRadim Krčmář2014-11-031-4/+8
* KVM: x86: detect SPIV changes under APICvRadim Krčmář2014-11-031-4/+6
* KVM: x86: fix deadline tsc interrupt injectionRadim Krčmář2014-11-031-6/+4
* KVM: x86: add apic_timer_expired()Radim Krčmář2014-11-031-16/+21
* KVM: x86: some apic broadcast modes does not workNadav Amit2014-11-031-6/+22
* KVM: x86: make apic_accept_irq tracepoint more genericPaolo Bonzini2014-09-111-2/+2
* KVM: x86: recalculate_apic_map after enabling apicNadav Amit2014-08-191-11/+14
* KVM: x86: Clear apic tsc-deadline after deadlineNadav Amit2014-08-191-0/+5
* KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in useWanpeng Li2014-08-051-13/+39
* KVM: x86: Fix lapic.c debug printsNadav Amit2014-07-091-2/+2
* KVM: lapic: sync highest ISR to hardware apic on EOIPaolo Bonzini2014-05-271-19/+43
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-221-6/+3
|\
| * KVM: x86: limit PIT timer frequencyMarcelo Tosatti2014-01-151-3/+0
| * KVM: x86: Fix debug typo error in lapicChen Fan2014-01-081-3/+3
* | kvm: x86: fix apic_base enable checkAndrew Jones2014-01-151-1/+1
* | KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka2013-12-301-4/+4
* | KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov2013-12-121-1/+4
* | KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig2013-12-121-12/+15
* | KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig2013-12-121-1/+2
|/
* kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apicRaghavendra K T2013-08-261-1/+4
* KVM: x86: Drop some unused functions from lapicJan Kiszka2013-07-251-10/+0
* KVM: x86: Simplify __apic_accept_irqJan Kiszka2013-07-251-15/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-031-2/+2
|\
| * KVM: Fix RTC interrupt coalescing trackingGleb Natapov2013-06-271-21/+32
| * KVM: x86: Remove support for reporting coalesced APIC IRQsJan Kiszka2013-05-141-34/+23
* | KVM: Fix race in apic->pending_events processingGleb Natapov2013-06-031-3/+6
|/
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-051-82/+107
|\
| * KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang2013-04-161-11/+19
| * KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang2013-04-161-0/+13
| * KVM: Set TMR when programming ioapic entryYang Zhang2013-04-161-6/+9
| * KVM: Call common update function when ioapic entry changed.Yang Zhang2013-04-161-1/+1
| * KVM: Add reset/restore rtc_status supportYang Zhang2013-04-151-0/+9
| * KVM: Return destination vcpu on interrupt injectionYang Zhang2013-04-151-9/+16
| * KVM: Add vcpu info to ioapic_update_eoi()Yang Zhang2013-04-151-1/+1
| * KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang2013-04-071-47/+0
| * KVM: x86: Rework INIT and SIPI handlingJan Kiszka2013-03-131-8/+40
* | KVM: Allow cross page reads and writes from cached translations.Andrew Honig2013-04-071-1/+1
|/
OpenPOWER on IntegriCloud