aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/lapic.c
AgeCommit message (Expand)Author
2013-06-03KVM: Fix race in apic->pending_events processingGleb Natapov
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
2013-03-13KVM: x86: Rework INIT and SIPI handlingJan Kiszka
2013-01-29x86, apicv: add virtual interrupt delivery supportYang Zhang
2013-01-29x86, apicv: add virtual x2apic supportYang Zhang
2013-01-29x86, apicv: add APICv register virtualization supportYang Zhang
2012-11-27KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti
2012-10-22KVM: apic: fix LDR calculation in x2apic modeGleb Natapov
2012-09-20KVM: optimize apic interrupt deliveryGleb Natapov
2012-09-12KVM: x86: lapic: Clean up find_highest_vector() and count_vectors()Takuya Yoshikawa
2012-09-05KVM: x86: more constificationMathias Krause
2012-08-09KVM: correctly detect APIC SW state in kvm_apic_post_state_restore()Gleb Natapov
2012-08-06KVM: inline kvm_apic_present() and kvm_lapic_enabled()Gleb Natapov
2012-08-06KVM: use jump label to optimize checking for in kernel local apic presenceGleb Natapov
2012-08-06KVM: use jump label to optimize checking for SW enabled apic in spurious inte...Gleb Natapov
2012-08-06KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSRGleb Natapov
2012-08-06KVM: mark apic enabled on start upGleb Natapov
2012-08-06KVM: use kvm_lapic_set_base() to change apic_baseGleb Natapov
2012-08-01KVM: Simplify kvm_timerAvi Kivity
2012-08-01KVM: Remove internal timer abstractionAvi Kivity
2012-07-30KVM: Don't update PPR on any APIC readAvi Kivity
2012-07-20KVM: x86: Fix typos in lapic.cGuo Chao
2012-06-25KVM: host side for eoi optimizationMichael S. Tsirkin
2012-06-25KVM: optimize ISR lookupsMichael S. Tsirkin
2012-04-24KVM: Introduce bitmask for apic attention reasonsGleb Natapov
2012-04-16KVM: dont clear TMR on EOIMichael S. Tsirkin
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-08KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden
2012-03-05KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)Julian Stecklina
2011-12-27KVM: Expose kvm_lapic_local_deliver()Avi Kivity
2011-12-27KVM: Move cpuid code to new fileAvi Kivity
2011-10-05KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong
2011-09-25KVM: x86: Add module parameter for lapic periodic timer limitJan Kiszka
2011-09-25KVM: x86: Avoid guest-triggerable printks in APIC modelJan Kiszka
2011-09-25KVM: APIC: avoid instruction emulation for EOI writesKevin Tian
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-03-17KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa
2011-03-17KVM: x86: Drop obsolete warning about INIT on runnable VCPUJan Kiszka
2011-01-12KVM: Avoid double interrupt injection with vapicAvi Kivity
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds