summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/lapic.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-05KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in useWanpeng Li1-13/+39
2014-06-26KVM: lapic: sync highest ISR to hardware apic on EOIPaolo Bonzini1-19/+43
2014-02-06KVM: x86: limit PIT timer frequencyMarcelo Tosatti1-3/+0
2014-02-06kvm: x86: fix apic_base enable checkAndrew Jones1-1/+1
2014-01-09KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka1-4/+4
2013-12-20KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov1-1/+4
2013-12-20KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig1-12/+15
2013-12-20KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig1-1/+2
2013-06-03KVM: Fix race in apic->pending_events processingGleb Natapov1-3/+6
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-82/+107
2013-04-16KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang1-11/+19
2013-04-16KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang1-0/+13
2013-04-16KVM: Set TMR when programming ioapic entryYang Zhang1-6/+9
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang1-1/+1
2013-04-15KVM: Add reset/restore rtc_status supportYang Zhang1-0/+9
2013-04-15KVM: Return destination vcpu on interrupt injectionYang Zhang1-9/+16
2013-04-15KVM: Add vcpu info to ioapic_update_eoi()Yang Zhang1-1/+1
2013-04-07KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang1-47/+0
2013-04-07KVM: Allow cross page reads and writes from cached translations.Andrew Honig1-1/+1
2013-03-13KVM: x86: Rework INIT and SIPI handlingJan Kiszka1-8/+40
2013-01-29x86, apicv: add virtual interrupt delivery supportYang Zhang1-23/+83
2013-01-29x86, apicv: add virtual x2apic supportYang Zhang1-9/+10
2013-01-29x86, apicv: add APICv register virtualization supportYang Zhang1-0/+15
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