summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c
Commit message (Expand)AuthorAgeFilesLines
* 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-271-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/+53
* 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/+4
* KVM: Simplify kvm_timerAvi Kivity2012-08-011-13/+5
* KVM: Remove internal timer abstractionAvi Kivity2012-08-011-1/+29
* KVM: Don't update PPR on any APIC readAvi Kivity2012-07-301-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-161-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/+9
* KVM: APIC: avoid instruction emulation for EOI writesKevin Tian2011-09-251-0/+9
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa2011-03-171-5/+4
* KVM: x86: Drop obsolete warning about INIT on runnable VCPUJan Kiszka2011-03-171-4/+0
* 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-221-2/+1
|/
* KVM: Add mini-API for vcpu->requestsAvi Kivity2010-08-011-1/+1
* KVM: x86: Allow any LAPIC to accept PIC interruptsChris Lalancette2010-08-011-7/+5
* KVM: x86: fix -DDEBUG oopsZachary Amsden2010-08-011-1/+1
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-011-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* KVM: Add HYPER-V apic access MSRsGleb Natapov2010-03-011-0/+31
* KVM: Fix race between APIC TMR and IRRAvi Kivity2010-01-251-5/+6
* KVM: LAPIC: make sure IRR bitmap is scanned after vm loadMarcelo Tosatti2009-12-271-0/+1
* KVM: remove duplicated #includeHuang Weiyi2009-12-031-1/+0
OpenPOWER on IntegriCloud