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