summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Split out logic to generate "readable" APIC regs mask to helperSean Christopherson2023-01-241-0/+2
* KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabledSean Christopherson2023-01-131-0/+1
* KVM: x86: Move APIC access page helper to common x86 codeSean Christopherson2023-01-131-0/+1
* KVM: x86: Simplify kvm_apic_hw_enabledPeng Hao2022-12-231-2/+2
* KVM: x86: start moving SMM-related functions to new filesPaolo Bonzini2022-11-091-1/+1
* KVM: x86: Rename kvm_apic_has_events() to make it INIT/SIPI specificSean Christopherson2022-09-261-1/+1
* KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowedSean Christopherson2022-09-261-0/+7
* KVM: x86: Fix handling of APIC LVT updates when userspace changes MCG_CAPSean Christopherson2022-07-081-0/+1
* KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic.Jue Wang2022-06-241-1/+3
* KVM: x86: Add APIC_LVTx() macro.Jue Wang2022-06-241-0/+2
* KVM: x86: Fill apic_lvt_mask with enums / explicit entries.Jue Wang2022-06-241-1/+11
* KVM: x86: Use lapic_in_kernel() to query in-kernel APIC in APICv helperSean Christopherson2022-06-201-1/+1
* KVM: x86: Move "apicv_active" into "struct kvm_lapic"Sean Christopherson2022-06-201-1/+2
* KVM: LAPIC: Trace LAPIC timer expiration on every vmentryWanpeng Li2022-05-251-1/+0
* KVM: x86: Make kvm_lapic_set_reg() a "private" xAPIC helperSean Christopherson2022-03-011-9/+5
* KVM: x86: Make kvm_lapic_reg_{read,write}() staticSean Christopherson2022-03-011-3/+0
* KVM: x86: Rename kvm_lapic_enable_pv_eoi()Vitaly Kuznetsov2021-11-111-1/+1
* KVM: x86: Add a return code to kvm_apic_accept_eventsJim Mattson2021-06-171-1/+1
* KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcp...Vitaly Kuznetsov2021-02-091-0/+2
* KVM: x86: hyper-v: Drop unused kvm_hv_vapic_assist_page_enabled()Vitaly Kuznetsov2021-02-091-5/+0
* KVM: Stop using deprecated jump label APIsCun Li2021-02-041-7/+6
* KVM: nVMX: Morph notification vector IRQ on nested VM-Enter to pending PISean Christopherson2020-09-281-0/+1
* KVM: x86: introduce kvm_can_use_hv_timerPaolo Bonzini2020-05-151-1/+1
* KVM: x86: Return updated timer current count register from KVM_GET_LAPICPeter Shier2020-04-151-1/+6
* KVM: X86: Filter out the broadcast dest for IPI fastpathWanpeng Li2020-04-071-0/+3
* KVM: X86: Micro-optimize IPI fastpath delayWanpeng Li2020-03-261-0/+1
* KVM: LAPIC: Recalculate apic map in batchWanpeng Li2020-03-161-0/+1
* kvm: lapic: Introduce APICv update helper functionSuravee Suthikulpanit2020-02-051-0/+1
* KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macrosPeter Xu2020-01-081-1/+1
* KVM: X86: Drop KVM_APIC_SHORT_MASK and KVM_APIC_DEST_MASKPeter Xu2020-01-081-2/+3
* KVM: X86: Move irrelevant declarations out of ioapic.hPeter Xu2020-01-081-1/+1
* Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-211-0/+5
|\
| * KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_updateMiaohe Lin2019-10-221-0/+5
* | KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal2019-11-151-0/+3
|/
* KVM: LAPIC: Tune lapic_timer_advance_ns smoothlyWanpeng Li2019-09-241-1/+0
* KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li2019-07-201-0/+1
* kvm: x86: use same convention to name kvm_lapic_{set,clear}_vector()Wei Yang2019-06-181-0/+5
* KVM: LAPIC: Optimize timer latency furtherWanpeng Li2019-06-041-1/+1
* KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexitWanpeng Li2019-06-041-0/+1
* KVM: lapic: Allow user to disable adaptive tuning of timer advancementSean Christopherson2019-04-181-1/+1
* KVM: lapic: Track lapic timer advance per vCPUSean Christopherson2019-04-181-1/+3
* 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
|\