summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/lapic.c
AgeCommit message (Expand)Author
2014-12-04KVM: x86: allow 256 logical x2APICs againRadim Krčmář
2014-12-04KVM: x86: check bounds of APIC mapsRadim Krčmář
2014-12-04KVM: x86: fix APIC physical destination wrappingRadim Krčmář
2014-12-04KVM: x86: deliver phys lowest-prioRadim Krčmář
2014-12-04KVM: x86: don't retry hopeless APIC deliveryRadim Krčmář
2014-12-04KVM: x86: use MSR_ICR instead of a numberRadim Krčmář
2014-12-04KVM: x86: Fix reserved x2apic registersNadav Amit
2014-11-24kvm: x86: avoid warning about potential shift wrapping bugPaolo Bonzini
2014-11-17KVM: x86: Fix lost interrupt on irr_pending raceNadav Amit
2014-11-17KVM: compute correct map even if all APICs are software disabledPaolo Bonzini
2014-11-17KVM: x86: Software disabled APIC should still deliver NMIsNadav Amit
2014-11-08KVM: x86: Warn on APIC base relocationNadav Amit
2014-11-07KVM: x86: reset RVI upon system resetWei Wang
2014-11-03KVM: x86: optimize some accesses to LVTT and SPIVRadim Krčmář
2014-11-03KVM: x86: detect LVTT changes under APICvRadim Krčmář
2014-11-03KVM: x86: detect SPIV changes under APICvRadim Krčmář
2014-11-03KVM: x86: fix deadline tsc interrupt injectionRadim Krčmář
2014-11-03KVM: x86: add apic_timer_expired()Radim Krčmář
2014-11-03KVM: x86: some apic broadcast modes does not workNadav Amit
2014-09-11KVM: x86: make apic_accept_irq tracepoint more genericPaolo Bonzini
2014-08-19KVM: x86: recalculate_apic_map after enabling apicNadav Amit
2014-08-19KVM: x86: Clear apic tsc-deadline after deadlineNadav Amit
2014-08-05KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in useWanpeng Li
2014-07-09KVM: x86: Fix lapic.c debug printsNadav Amit
2014-05-27KVM: lapic: sync highest ISR to hardware apic on EOIPaolo Bonzini
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-01-15kvm: x86: fix apic_base enable checkAndrew Jones
2014-01-15KVM: x86: limit PIT timer frequencyMarcelo Tosatti
2014-01-08KVM: x86: Fix debug typo error in lapicChen Fan
2013-12-30KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka
2013-12-12KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov
2013-12-12KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig
2013-12-12KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig
2013-08-26kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apicRaghavendra K T
2013-07-25KVM: x86: Drop some unused functions from lapicJan Kiszka
2013-07-25KVM: x86: Simplify __apic_accept_irqJan Kiszka
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-06-27KVM: Fix RTC interrupt coalescing trackingGleb Natapov
2013-06-03KVM: Fix race in apic->pending_events processingGleb Natapov
2013-05-14KVM: x86: Remove support for reporting coalesced APIC IRQsJan Kiszka
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-04-16KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang
2013-04-16KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang
2013-04-16KVM: Set TMR when programming ioapic entryYang Zhang
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang
2013-04-15KVM: Add reset/restore rtc_status supportYang Zhang
2013-04-15KVM: Return destination vcpu on interrupt injectionYang Zhang
2013-04-15KVM: Add vcpu info to ioapic_update_eoi()Yang Zhang
2013-04-07KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang
2013-04-07KVM: Allow cross page reads and writes from cached translations.Andrew Honig