summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c
Commit message (Expand)AuthorAgeFilesLines
* 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-161-0/+9
* KVM: Return destination vcpu on interrupt injectionYang Zhang2013-04-161-9/+16
* KVM: Add vcpu info to ioapic_update_eoi()Yang Zhang2013-04-161-1/+1
* KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang2013-04-071-47/+0Star
* KVM: x86: Rework INIT and SIPI handlingJan Kiszka2013-03-131-8/+40
* x86, apicv: add virtual interrupt delivery supportYang Zhang2013-01-291-23/+83
* x86, apicv: add virtual x2apic supportYang Zhang2013-01-291-9/+10
* x86, apicv: add APICv register virtualization supportYang Zhang2013-01-291-0/+15
* KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti2012-11-281-1/+1
* KVM: apic: fix LDR calculation in x2apic modeGleb Natapov2012-10-221-1/+1
* KVM: optimize apic interrupt deliveryGleb Natapov2012-09-201-12/+176
* KVM: x86: lapic: Clean up find_highest_vector() and count_vectors()Takuya Yoshikawa2012-09-121-12/+18
* KVM: x86: more constificationMathias Krause2012-09-051-1/+1
* KVM: correctly detect APIC SW state in kvm_apic_post_state_restore()Gleb Natapov2012-08-091-2/+5
* KVM: inline kvm_apic_present() and kvm_lapic_enabled()Gleb Natapov2012-08-061-90/+53Star
* KVM: use jump label to optimize checking for in kernel local apic presenceGleb Natapov2012-08-061-28/+34
* KVM: use jump label to optimize checking for SW enabled apic in spurious inte...Gleb Natapov2012-08-061-8/+31
* KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSRGleb Natapov2012-08-061-1/+28
* KVM: mark apic enabled on start upGleb Natapov2012-08-061-1/+2
* KVM: use kvm_lapic_set_base() to change apic_baseGleb Natapov2012-08-061-5/+4Star
* KVM: Simplify kvm_timerAvi Kivity2012-08-011-13/+5Star
* KVM: Remove internal timer abstractionAvi Kivity2012-08-011-1/+29
* KVM: Don't update PPR on any APIC readAvi Kivity2012-07-311-2/+4
* KVM: x86: Fix typos in lapic.cGuo Chao2012-07-201-2/+2
* KVM: host side for eoi optimizationMichael S. Tsirkin2012-06-251-4/+137
* KVM: optimize ISR lookupsMichael S. Tsirkin2012-06-251-2/+51
* KVM: Introduce bitmask for apic attention reasonsGleb Natapov2012-04-241-5/+7
* KVM: dont clear TMR on EOIMichael S. Tsirkin2012-04-171-6/+13
* Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-281-2/+2
|\
| * KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden2012-03-081-1/+1
| * KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)Julian Stecklina2012-03-051-1/+1
* | x86: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
|/
* KVM: Expose kvm_lapic_local_deliver()Avi Kivity2011-12-271-1/+1
* KVM: Move cpuid code to new fileAvi Kivity2011-12-271-0/+1
* KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong2011-10-051-29/+113
* KVM: x86: Add module parameter for lapic periodic timer limitJan Kiszka2011-09-251-2/+13
* KVM: x86: Avoid guest-triggerable printks in APIC modelJan Kiszka2011-09-251-10/+9Star
* KVM: APIC: avoid instruction emulation for EOI writesKevin Tian2011-09-251-0/+9
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa2011-03-171-5/+4Star
* KVM: x86: Drop obsolete warning about INIT on runnable VCPUJan Kiszka2011-03-171-4/+0Star
* KVM: Avoid double interrupt injection with vapicAvi Kivity2011-01-121-1/+2
* Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-241-3/+12
|\
| * KVM: fix typo in copyright noticeNicolas Kaiser2010-10-241-1/+1
| * KVM: Check for pending events before attempting injectionAvi Kivity2010-10-241-2/+11
* | x86, cleanups: Use clear_page/copy_page rather than memset/memcpyJan Beulich2010-09-231-2/+1Star
|/