summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: hyperv: define VP assist page helpersLadi Prosek2018-10-171-1/+1
* kvm: vmx: Introduce lapic_mode enumerationJim Mattson2018-05-141-0/+14
* x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGELadi Prosek2018-03-281-1/+1
* KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updatedLiran Alon2018-01-161-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCYLadi Prosek2017-08-071-0/+3
* KVM: lapic: reorganize restart_apic_timerPaolo Bonzini2017-06-291-1/+1
* KVM: x86: preparatory changes for APICv cleanupsPaolo Bonzini2017-02-151-2/+2
* Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2017-01-171-0/+1
|\
| * KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack2017-01-121-0/+1
* | KVM: vmx: speed up TPR below threshold vmexitsPaolo Bonzini2017-01-091-0/+1
* | KVM: x86: replace kvm_apic_id with kvm_{x,x2}apic_idRadim Krčmář2017-01-091-11/+0
|/
* KVM: LAPIC: add APIC Timer periodic/oneshot mode VMX preemption timer supportWanpeng Li2016-11-021-0/+1
* KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()Wanpeng Li2016-11-021-0/+1
* KVM: x86: use hardware-compatible format for APIC ID registerRadim Krčmář2016-07-141-3/+9
* KVM: x86: dynamic kvm_apic_mapRadim Krčmář2016-07-141-1/+1
* KVM: x86: support using the vmx preemption timer for tsc deadline timerYunhong Jiang2016-06-161-0/+5
* svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit2016-05-181-0/+3
* KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_regSuravee Suthikulpanit2016-05-181-3/+3
* KVM: x86: Misc LAPIC changes to expose helper functionsSuravee Suthikulpanit2016-05-181-0/+29
* kvm: x86: Convert ioapic->rtc_status.dest_map to a structJoerg Roedel2016-03-031-2/+5
* KVM: x86: consolidate different ways to test for in-kernel LAPICPaolo Bonzini2016-02-091-4/+4
* KVM: x86: Use vector-hashing to deliver lowest-priority interruptsFeng Wu2016-02-091-0/+2
* kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin2015-11-251-0/+5
* kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin2015-11-251-2/+2
* KVM: Define a new interface kvm_intr_is_single_vcpu()Feng Wu2015-10-011-0/+2
* KVM: x86: replace vm_has_apicv hook with cpu_uses_apicvPaolo Bonzini2015-10-011-2/+2
* KVM: x86: set TMR when the interrupt is acceptedPaolo Bonzini2015-10-011-1/+0
* kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c fileAndrey Smetanin2015-07-231-1/+1
* KVM: x86: keep track of LVT0 changes under APICvRadim Krčmář2015-07-031-0/+1
* KVM: x86: API changes for SMM supportPaolo Bonzini2015-06-041-0/+5
* kvm: x86: fix kvm_apic_has_events to check for NULL pointerPaolo Bonzini2015-06-041-1/+1
* kvm: x86: Deliver MSI IRQ to only lowest prio cpu if msi_redir_hint is trueJames Sullivan2015-05-071-0/+6
* KVM: x86: INIT and reset sequences are differentNadav Amit2015-05-071-1/+1
* KVM: x86: simplify kvm_apic_mapRadim Krčmář2015-04-081-15/+0
* KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara2015-03-261-1/+1
* KVM: nVMX: Enable nested posted interrupt processingWincy Van2015-02-031-0/+1
* KVM: x86: return bool from kvm_apic_match*()Radim Krčmář2015-01-301-2/+0
* KVM: x86: add option to advance tscdeadline hrtimer expirationMarcelo Tosatti2015-01-081-0/+3
* KVM: x86: allow 256 logical x2APICs againRadim Krčmář2014-12-041-2/+0
* KVM: x86: optimize some accesses to LVTT and SPIVRadim Krčmář2014-11-031-3/+3
* KVM: x86: detect LVTT changes under APICvRadim Krčmář2014-11-031-0/+1
* KVM: x86: detect SPIV changes under APICvRadim Krčmář2014-11-031-0/+1
* KVM: x86: some apic broadcast modes does not workNadav Amit2014-11-031-2/+2
* KVM: x86: Validate guest writes to MSR_IA32_APICBASEJan Kiszka2014-01-271-1/+1
* KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig2013-12-121-2/+2
* KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang2013-04-161-0/+1
* KVM: Set TMR when programming ioapic entryYang Zhang2013-04-161-0/+1
* KVM: Add reset/restore rtc_status supportYang Zhang2013-04-151-0/+2
* KVM: Return destination vcpu on interrupt injectionYang Zhang2013-04-151-2/+3