aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.h
AgeCommit message (Expand)Author
2019-10-29kvm: vmx: Introduce lapic_mode enumerationJim Mattson
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-07KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCYLadi Prosek
2017-06-29KVM: lapic: reorganize restart_apic_timerPaolo Bonzini
2017-02-15KVM: x86: preparatory changes for APICv cleanupsPaolo Bonzini
2017-01-17Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář
2017-01-12KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack
2017-01-09KVM: vmx: speed up TPR below threshold vmexitsPaolo Bonzini
2017-01-09KVM: x86: replace kvm_apic_id with kvm_{x,x2}apic_idRadim Krčmář
2016-11-02KVM: LAPIC: add APIC Timer periodic/oneshot mode VMX preemption timer supportWanpeng Li
2016-11-02KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()Wanpeng Li
2016-07-14KVM: x86: use hardware-compatible format for APIC ID registerRadim Krčmář
2016-07-14KVM: x86: dynamic kvm_apic_mapRadim Krčmář
2016-06-16KVM: x86: support using the vmx preemption timer for tsc deadline timerYunhong Jiang
2016-05-18svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit
2016-05-18KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_regSuravee Suthikulpanit
2016-05-18KVM: x86: Misc LAPIC changes to expose helper functionsSuravee Suthikulpanit
2016-03-03kvm: x86: Convert ioapic->rtc_status.dest_map to a structJoerg Roedel
2016-02-09KVM: x86: consolidate different ways to test for in-kernel LAPICPaolo Bonzini
2016-02-09KVM: x86: Use vector-hashing to deliver lowest-priority interruptsFeng Wu
2015-11-25kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin
2015-11-25kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin
2015-10-01KVM: Define a new interface kvm_intr_is_single_vcpu()Feng Wu
2015-10-01KVM: x86: replace vm_has_apicv hook with cpu_uses_apicvPaolo Bonzini
2015-10-01KVM: x86: set TMR when the interrupt is acceptedPaolo Bonzini
2015-07-23kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c fileAndrey Smetanin
2015-07-03KVM: x86: keep track of LVT0 changes under APICvRadim Krčmář
2015-06-04KVM: x86: API changes for SMM supportPaolo Bonzini
2015-06-04kvm: x86: fix kvm_apic_has_events to check for NULL pointerPaolo Bonzini
2015-05-07kvm: x86: Deliver MSI IRQ to only lowest prio cpu if msi_redir_hint is trueJames Sullivan
2015-05-07KVM: x86: INIT and reset sequences are differentNadav Amit
2015-04-08KVM: x86: simplify kvm_apic_mapRadim Krčmář
2015-03-26KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara
2015-02-03KVM: nVMX: Enable nested posted interrupt processingWincy Van
2015-01-30KVM: x86: return bool from kvm_apic_match*()Radim Krčmář
2015-01-08KVM: x86: add option to advance tscdeadline hrtimer expirationMarcelo Tosatti
2014-12-04KVM: x86: allow 256 logical x2APICs againRadim Krčmář
2014-11-03KVM: x86: optimize some accesses to LVTT and SPIVRadim Krčmář
2014-11-03KVM: x86: detect LVTT changes under APICvRadim Krčmář
2014-11-03KVM: x86: detect SPIV changes under APICvRadim Krčmář
2014-11-03KVM: x86: some apic broadcast modes does not workNadav Amit
2014-01-27KVM: x86: Validate guest writes to MSR_IA32_APICBASEJan Kiszka
2013-12-12KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig
2013-04-16KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang
2013-04-16KVM: Set TMR when programming ioapic entryYang Zhang
2013-04-15KVM: Add reset/restore rtc_status supportYang Zhang
2013-04-15KVM: Return destination vcpu on interrupt injectionYang Zhang
2013-04-07KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang
2013-03-13KVM: x86: Rework INIT and SIPI handlingJan Kiszka
2013-01-29x86, apicv: add virtual interrupt delivery supportYang Zhang