summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/lapic.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-27KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti1-1/+1
2012-10-22KVM: apic: fix LDR calculation in x2apic modeGleb Natapov1-1/+1
2012-09-20KVM: optimize apic interrupt deliveryGleb Natapov1-12/+176
2012-09-12KVM: x86: lapic: Clean up find_highest_vector() and count_vectors()Takuya Yoshikawa1-12/+18
2012-09-05KVM: x86: more constificationMathias Krause1-1/+1
2012-08-09KVM: correctly detect APIC SW state in kvm_apic_post_state_restore()Gleb Natapov1-2/+5
2012-08-06KVM: inline kvm_apic_present() and kvm_lapic_enabled()Gleb Natapov1-90/+53
2012-08-06KVM: use jump label to optimize checking for in kernel local apic presenceGleb Natapov1-28/+34
2012-08-06KVM: use jump label to optimize checking for SW enabled apic in spurious inte...Gleb Natapov1-8/+31
2012-08-06KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSRGleb Natapov1-1/+28
2012-08-06KVM: mark apic enabled on start upGleb Natapov1-1/+2
2012-08-06KVM: use kvm_lapic_set_base() to change apic_baseGleb Natapov1-5/+4
2012-08-01KVM: Simplify kvm_timerAvi Kivity1-13/+5
2012-08-01KVM: Remove internal timer abstractionAvi Kivity1-1/+29
2012-07-30KVM: Don't update PPR on any APIC readAvi Kivity1-2/+4
2012-07-20KVM: x86: Fix typos in lapic.cGuo Chao1-2/+2
2012-06-25KVM: host side for eoi optimizationMichael S. Tsirkin1-4/+137
2012-06-25KVM: optimize ISR lookupsMichael S. Tsirkin1-2/+51
2012-04-24KVM: Introduce bitmask for apic attention reasonsGleb Natapov1-5/+7
2012-04-16KVM: dont clear TMR on EOIMichael S. Tsirkin1-6/+13
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-03-08KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden1-1/+1
2012-03-05KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)Julian Stecklina1-1/+1
2011-12-27KVM: Expose kvm_lapic_local_deliver()Avi Kivity1-1/+1
2011-12-27KVM: Move cpuid code to new fileAvi Kivity1-0/+1
2011-10-05KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong1-29/+113
2011-09-25KVM: x86: Add module parameter for lapic periodic timer limitJan Kiszka1-2/+13
2011-09-25KVM: x86: Avoid guest-triggerable printks in APIC modelJan Kiszka1-10/+9
2011-09-25KVM: APIC: avoid instruction emulation for EOI writesKevin Tian1-0/+9
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-17KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa1-5/+4
2011-03-17KVM: x86: Drop obsolete warning about INIT on runnable VCPUJan Kiszka1-4/+0
2011-01-12KVM: Avoid double interrupt injection with vapicAvi Kivity1-1/+2
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+12
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser1-1/+1
2010-10-24KVM: Check for pending events before attempting injectionAvi Kivity1-2/+11
2010-09-22x86, cleanups: Use clear_page/copy_page rather than memset/memcpyJan Beulich1-2/+1
2010-08-01KVM: Add mini-API for vcpu->requestsAvi Kivity1-1/+1
2010-08-01KVM: x86: Allow any LAPIC to accept PIC interruptsChris Lalancette1-7/+5
2010-08-01KVM: x86: fix -DDEBUG oopsZachary Amsden1-1/+1
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-01KVM: Add HYPER-V apic access MSRsGleb Natapov1-0/+31
2010-01-25KVM: Fix race between APIC TMR and IRRAvi Kivity1-5/+6
2009-12-27KVM: LAPIC: make sure IRR bitmap is scanned after vm loadMarcelo Tosatti1-0/+1
2009-12-03KVM: remove duplicated #includeHuang Weiyi1-1/+0
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov1-2/+0
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov1-4/+1
2009-10-16KVM: use proper hrtimer function to retrieve expiration timeMarcelo Tosatti1-1/+1