aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c
Commit message (Expand)AuthorAge
* KVM: lapic: sync highest ISR to hardware apic on EOIPaolo Bonzini2014-05-27
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-23
|\
| * KVM: x86: limit PIT timer frequencyMarcelo Tosatti2014-01-15
| * KVM: x86: Fix debug typo error in lapicChen Fan2014-01-08
* | kvm: x86: fix apic_base enable checkAndrew Jones2014-01-15
* | KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka2013-12-30
* | KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov2013-12-12
* | KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig2013-12-12
* | KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig2013-12-12
|/
* kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apicRaghavendra K T2013-08-26
* KVM: x86: Drop some unused functions from lapicJan Kiszka2013-07-25
* KVM: x86: Simplify __apic_accept_irqJan Kiszka2013-07-25
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-03
|\
| * KVM: Fix RTC interrupt coalescing trackingGleb Natapov2013-06-27
| * KVM: x86: Remove support for reporting coalesced APIC IRQsJan Kiszka2013-05-14
* | KVM: Fix race in apic->pending_events processingGleb Natapov2013-06-03
|/
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-05
|\
| * KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang2013-04-16
| * KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang2013-04-16
| * KVM: Set TMR when programming ioapic entryYang Zhang2013-04-16
| * KVM: Call common update function when ioapic entry changed.Yang Zhang2013-04-16
| * KVM: Add reset/restore rtc_status supportYang Zhang2013-04-15
| * KVM: Return destination vcpu on interrupt injectionYang Zhang2013-04-15
| * KVM: Add vcpu info to ioapic_update_eoi()Yang Zhang2013-04-15
| * KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang2013-04-07
| * KVM: x86: Rework INIT and SIPI handlingJan Kiszka2013-03-13
* | KVM: Allow cross page reads and writes from cached translations.Andrew Honig2013-04-07
|/
* x86, apicv: add virtual interrupt delivery supportYang Zhang2013-01-29
* x86, apicv: add virtual x2apic supportYang Zhang2013-01-29
* x86, apicv: add APICv register virtualization supportYang Zhang2013-01-29
* KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti2012-11-27
* KVM: apic: fix LDR calculation in x2apic modeGleb Natapov2012-10-22
* KVM: optimize apic interrupt deliveryGleb Natapov2012-09-20
* KVM: x86: lapic: Clean up find_highest_vector() and count_vectors()Takuya Yoshikawa2012-09-12
* KVM: x86: more constificationMathias Krause2012-09-05
* KVM: correctly detect APIC SW state in kvm_apic_post_state_restore()Gleb Natapov2012-08-09
* KVM: inline kvm_apic_present() and kvm_lapic_enabled()Gleb Natapov2012-08-06
* KVM: use jump label to optimize checking for in kernel local apic presenceGleb Natapov2012-08-06
* KVM: use jump label to optimize checking for SW enabled apic in spurious inte...Gleb Natapov2012-08-06
* KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSRGleb Natapov2012-08-06
* KVM: mark apic enabled on start upGleb Natapov2012-08-06
* KVM: use kvm_lapic_set_base() to change apic_baseGleb Natapov2012-08-06
* KVM: Simplify kvm_timerAvi Kivity2012-07-31
* KVM: Remove internal timer abstractionAvi Kivity2012-07-31
* KVM: Don't update PPR on any APIC readAvi Kivity2012-07-30
* KVM: x86: Fix typos in lapic.cGuo Chao2012-07-20
* KVM: host side for eoi optimizationMichael S. Tsirkin2012-06-25
* KVM: optimize ISR lookupsMichael S. Tsirkin2012-06-25
* KVM: Introduce bitmask for apic attention reasonsGleb Natapov2012-04-24
* KVM: dont clear TMR on EOIMichael S. Tsirkin2012-04-16