aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/lapic.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-2/+30
2024-03-11Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-1/+4
2024-03-04KVM: x86/xen: inject vCPU upcall vector when local APIC is enabledGravatar David Woodhouse 1-1/+4
2024-02-22KVM: x86: Move "KVM no-APIC vCPU" key management into local APIC codeGravatar Sean Christopherson 1-1/+26
2024-01-29KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safeGravatar Brijesh Singh 1-1/+4
2023-12-07KVM: x86: Introduce helper to check if vector is set in Hyper-V SynICGravatar Vitaly Kuznetsov 1-2/+1
2023-12-07KVM: x86: Introduce helper to check if auto-EOI is set in Hyper-V SynICGravatar Vitaly Kuznetsov 1-1/+1
2023-10-31Merge tag 'kvm-x86-apic-6.7' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-13/+17
2023-09-28KVM: x86: Clear bit12 of ICR after APIC-write VM-exitGravatar Tao Su 1-13/+13
2023-09-28KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.Gravatar Haitao Shan 1-0/+4
2023-09-25KVM: x86: Mask LVTPC when handling a PMIGravatar Jim Mattson 1-2/+6
2023-08-31Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-4/+25
2023-08-02KVM: x86: Retry APIC optimized map recalc if vCPU is added/enabledGravatar Sean Christopherson 1-4/+25
2023-07-29KVM: x86: VMX: set irr_pending in kvm_apic_update_irrGravatar Maxim Levitsky 1-1/+4
2023-07-29KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomicallyGravatar Maxim Levitsky 1-7/+13
2023-07-01Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-5/+0
2023-06-16KVM: x86: Remove PRIx* definitions as they are solely for user spaceGravatar Andy Shevchenko 1-5/+0
2023-06-02KVM: x86: Bail from kvm_recalculate_phys_map() if x2APIC ID is out-of-boundsGravatar Sean Christopherson 1-2/+18
2023-02-01KVM: x86: Reinitialize xAPIC ID when userspace forces x2APIC => xAPICGravatar Emanuele Giuseppe Esposito 1-2/+6
2023-01-24KVM: x86: fire timer when it is migrated and expired, and in oneshot modeGravatar Li RongQing 1-2/+6
2023-01-24KVM: x86: Split out logic to generate "readable" APIC regs mask to helperGravatar Sean Christopherson 1-13/+21
2023-01-24KVM: x86: Mark x2APIC DFR reg as non-existent for x2APICGravatar Sean Christopherson 1-7/+4
2023-01-24KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32Gravatar Sean Christopherson 1-1/+5
2023-01-24KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPIGravatar Sean Christopherson 1-3/+7
2023-01-24KVM: x86: remove redundant ret variableGravatar zhang songyi 1-5/+1
2023-01-24Merge branch 'kvm-lapic-fix-and-cleanup' into HEADGravatar Paolo Bonzini 1-74/+245
2023-01-13KVM: x86: Add helpers to recalc physical vs. logical optimized APIC mapsGravatar Sean Christopherson 1-117/+133
2023-01-13KVM: x86: Allow APICv APIC ID inhibit to be clearedGravatar Greg Edwards 1-26/+15
2023-01-13KVM: SVM: Inhibit AVIC if vCPUs are aliased in logical modeGravatar Sean Christopherson 1-0/+5
2023-01-13KVM: x86: Inhibit APICv/AVIC if the optimized physical map is disabledGravatar Sean Christopherson 1-1/+12
2023-01-13KVM: x86: Honor architectural behavior for aliased 8-bit APIC IDsGravatar Sean Christopherson 1-9/+41
2023-01-13KVM: x86: Disable APIC logical map if vCPUs are aliased in logical modeGravatar Sean Christopherson 1-2/+3
2023-01-13KVM: x86: Disable APIC logical map if logical ID covers multiple MDAsGravatar Sean Christopherson 1-2/+8
2023-01-13KVM: x86: Skip redundant x2APIC logical mode optimized cluster setupGravatar Sean Christopherson 1-5/+17
2023-01-13KVM: x86: Explicitly track all possibilities for APIC map's logical modesGravatar Sean Christopherson 1-8/+32
2023-01-13KVM: x86: Explicitly skip optimized logical map setup if vCPU's LDR==0Gravatar Sean Christopherson 1-1/+3
2023-01-13KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabledGravatar Sean Christopherson 1-1/+37
2023-01-13KVM: x86: Move APIC access page helper to common x86 codeGravatar Sean Christopherson 1-0/+35
2023-01-13KVM: x86: Handle APICv updates for APIC "mode" changes via requestGravatar Sean Christopherson 1-1/+1
2023-01-13KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is due to 32-bit IDGravatar Sean Christopherson 1-1/+6
2023-01-13KVM: x86: Don't inhibit APICv/AVIC on xAPIC ID "change" if APIC is disabledGravatar Sean Christopherson 1-0/+3
2023-01-13KVM: x86: Purge "highest ISR" cache when updating APICv stateGravatar Sean Christopherson 1-2/+1
2023-01-13KVM: x86: Blindly get current x2APIC reg value on "nodecode write" trapsGravatar Sean Christopherson 1-7/+2
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesGravatar Sean Christopherson 1-4/+4
2022-12-02KVM: x86: remove unnecessary exportsGravatar Paolo Bonzini 1-3/+0
2022-12-02KVM: x86: fix APICv/x2AVIC disabled when vm reboot by itselfGravatar Yuan ZhaoXiong 1-2/+3
2022-11-09KVM: x86: start moving SMM-related functions to new filesGravatar Paolo Bonzini 1-3/+5
2022-09-26KVM: x86: Don't snapshot pending INIT/SIPI prior to checking nested eventsGravatar Sean Christopherson 1-26/+10
2022-09-26KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowedGravatar Sean Christopherson 1-2/+2
2022-08-10KVM: x86: Bug the VM if an accelerated x2APIC trap occurs on a "bad" regGravatar Sean Christopherson 1-3/+5