summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: LAPIC: rename start/cancel_hv_tscdeadline to start/cancel_hv_timerWanpeng Li2016-11-021-8/+8
| * KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()Wanpeng Li2016-11-021-0/+9
| * KVM: LAPIC: guarantee the timer is in tsc-deadline modeWanpeng Li2016-11-021-2/+2
| * KVM: LAPIC: extract start_sw_period() to handle periodic/oneshot modeWanpeng Li2016-11-021-42/+47
* | KVM: x86: fix out-of-bounds access in lapicRadim Krčmář2016-11-241-1/+1
|/
* KVM: lapic: don't recalculate apic map table twice when enabling LAPICWanpeng Li2016-08-191-2/+3
* KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=offWanpeng Li2016-08-041-0/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-212/+327
|\
| * KVM: x86: bump KVM_MAX_VCPU_ID to 1023Radim Krčmář2016-07-141-3/+10
| * KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář2016-07-141-13/+40
| * KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář2016-07-141-4/+9
| * KVM: x86: reset lapic base in kvm_lapic_resetRadim Krčmář2016-07-141-4/+4
| * KVM: x86: reset APIC ID when enabling LAPICRadim Krčmář2016-07-141-2/+3
| * KVM: x86: use hardware-compatible format for APIC ID registerRadim Krčmář2016-07-141-15/+37
| * KVM: x86: dynamic kvm_apic_mapRadim Krčmář2016-07-141-5/+13
| * KVM: x86: use physical LAPIC array for logical x2APICRadim Krčmář2016-07-141-36/+37
| * KVM: x86: add kvm_apic_map_get_dest_lapicRadim Krčmář2016-07-141-132/+98Star
| * KVM: vmx: fix missed cancellation of TSC deadline timerWanpeng Li2016-07-011-24/+24
| * KVM: x86: introduce cancel_hv_tscdeadlineWanpeng Li2016-07-011-8/+10
| * KVM: x86: support using the vmx preemption timer for tsc deadline timerYunhong Jiang2016-06-161-1/+72
| * kvm: lapic: separate start_sw_tscdeadline from start_apic_timerYunhong Jiang2016-06-161-26/+31
* | x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* | KVM: LAPIC: cap __delay at lapic_timer_advance_nsMarcelo Tosatti2016-06-271-1/+2
|/
* KVM: x86: make hwapic_isr_update and hwapic_irr_update look the samePaolo Bonzini2016-05-181-3/+3
* KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restoreSuravee Suthikulpanit2016-05-181-0/+2
* KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_regSuravee Suthikulpanit2016-05-181-29/+29
* KVM: x86: Misc LAPIC changes to expose helper functionsSuravee Suthikulpanit2016-05-181-74/+53Star
* kvm: x86: make lapic hrtimer pinnedLuiz Capitulino2016-04-051-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-161-45/+111
|\
| * kvm: x86: Track irq vectors in ioapic->rtc_status.dest_mapJoerg Roedel2016-03-031-1/+3
| * kvm: x86: Convert ioapic->rtc_status.dest_map to a structJoerg Roedel2016-03-031-5/+5
| * KVM: x86: fix *NULL on invalid low-prio irqRadim Krčmář2016-02-161-18/+13Star
| * KVM: x86: consolidate different ways to test for in-kernel LAPICPaolo Bonzini2016-02-091-8/+8
| * KVM: x86: consolidate "has lapic" checks into irq.cPaolo Bonzini2016-02-091-5/+1Star
| * KVM: APIC: remove unnecessary double checks on APIC existencePaolo Bonzini2016-02-091-16/+3Star
| * KVM: x86: Add lowest-priority support for vt-d posted-interruptsFeng Wu2016-02-091-7/+49
| * KVM: x86: Use vector-hashing to deliver lowest-priority interruptsFeng Wu2016-02-091-3/+47
* | KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2016-02-251-3/+3
|/
* kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin2015-11-251-5/+10
* kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin2015-11-251-11/+12
* kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin2015-11-251-1/+1
* KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang2015-11-101-2/+2
* KVM: x86: zero apic_arb_prio on resetRadim Krčmář2015-11-041-0/+2
* kvm: x86: set KVM_REQ_EVENT when updating IRRRadim Krčmář2015-10-141-0/+2
* KVM: Define a new interface kvm_intr_is_single_vcpu()Feng Wu2015-10-011-0/+59
* KVM: x86: Add EOI exit bitmap inferenceSteve Rutherford2015-10-011-2/+1Star
* KVM: x86: Add KVM exit for IOAPIC EOIsSteve Rutherford2015-10-011-7/+17
* KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford2015-10-011-2/+4
* KVM: x86: introduce lapic_in_kernelPaolo Bonzini2015-10-011-2/+2
* KVM: x86: replace vm_has_apicv hook with cpu_uses_apicvPaolo Bonzini2015-10-011-2/+2