| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: x86: Introduce helper to check if vector is set in Hyper-V SynIC | Vitaly Kuznetsov | 2023-12-07 | 1 | -2/+1 |
* | KVM: x86: Introduce helper to check if auto-EOI is set in Hyper-V SynIC | Vitaly Kuznetsov | 2023-12-07 | 1 | -1/+1 |
* | Merge tag 'kvm-x86-apic-6.7' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 2023-10-31 | 1 | -13/+17 |
|\ |
|
| * | KVM: x86: Clear bit12 of ICR after APIC-write VM-exit | Tao Su | 2023-09-28 | 1 | -13/+13 |
| * | KVM: x86: Fix lapic timer interrupt lost after loading a snapshot. | Haitao Shan | 2023-09-28 | 1 | -0/+4 |
* | | KVM: x86: Mask LVTPC when handling a PMI | Jim Mattson | 2023-09-25 | 1 | -2/+6 |
|/ |
|
* | Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 2023-08-31 | 1 | -4/+25 |
|\ |
|
| * | KVM: x86: Retry APIC optimized map recalc if vCPU is added/enabled | Sean Christopherson | 2023-08-02 | 1 | -4/+25 |
* | | KVM: x86: VMX: set irr_pending in kvm_apic_update_irr | Maxim Levitsky | 2023-07-29 | 1 | -1/+4 |
* | | KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomically | Maxim Levitsky | 2023-07-29 | 1 | -7/+13 |
|/ |
|
* | Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 2023-07-01 | 1 | -5/+0 |
|\ |
|
| * | KVM: x86: Remove PRIx* definitions as they are solely for user space | Andy Shevchenko | 2023-06-16 | 1 | -5/+0 |
* | | KVM: x86: Bail from kvm_recalculate_phys_map() if x2APIC ID is out-of-bounds | Sean Christopherson | 2023-06-02 | 1 | -2/+18 |
|/ |
|
* | KVM: x86: Reinitialize xAPIC ID when userspace forces x2APIC => xAPIC | Emanuele Giuseppe Esposito | 2023-02-01 | 1 | -2/+6 |
* | KVM: x86: fire timer when it is migrated and expired, and in oneshot mode | Li RongQing | 2023-01-24 | 1 | -2/+6 |
* | KVM: x86: Split out logic to generate "readable" APIC regs mask to helper | Sean Christopherson | 2023-01-24 | 1 | -13/+21 |
* | KVM: x86: Mark x2APIC DFR reg as non-existent for x2APIC | Sean Christopherson | 2023-01-24 | 1 | -7/+4 |
* | KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32 | Sean Christopherson | 2023-01-24 | 1 | -1/+5 |
* | KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPI | Sean Christopherson | 2023-01-24 | 1 | -3/+7 |
* | KVM: x86: remove redundant ret variable | zhang songyi | 2023-01-24 | 1 | -5/+1 |
* | Merge branch 'kvm-lapic-fix-and-cleanup' into HEAD | Paolo Bonzini | 2023-01-24 | 1 | -74/+245 |
|\ |
|
| * | KVM: x86: Add helpers to recalc physical vs. logical optimized APIC maps | Sean Christopherson | 2023-01-13 | 1 | -117/+133 |
| * | KVM: x86: Allow APICv APIC ID inhibit to be cleared | Greg Edwards | 2023-01-13 | 1 | -26/+15 |
| * | KVM: SVM: Inhibit AVIC if vCPUs are aliased in logical mode | Sean Christopherson | 2023-01-13 | 1 | -0/+5 |
| * | KVM: x86: Inhibit APICv/AVIC if the optimized physical map is disabled | Sean Christopherson | 2023-01-13 | 1 | -1/+12 |
| * | KVM: x86: Honor architectural behavior for aliased 8-bit APIC IDs | Sean Christopherson | 2023-01-13 | 1 | -9/+41 |
| * | KVM: x86: Disable APIC logical map if vCPUs are aliased in logical mode | Sean Christopherson | 2023-01-13 | 1 | -2/+3 |
| * | KVM: x86: Disable APIC logical map if logical ID covers multiple MDAs | Sean Christopherson | 2023-01-13 | 1 | -2/+8 |
| * | KVM: x86: Skip redundant x2APIC logical mode optimized cluster setup | Sean Christopherson | 2023-01-13 | 1 | -5/+17 |
| * | KVM: x86: Explicitly track all possibilities for APIC map's logical modes | Sean Christopherson | 2023-01-13 | 1 | -8/+32 |
| * | KVM: x86: Explicitly skip optimized logical map setup if vCPU's LDR==0 | Sean Christopherson | 2023-01-13 | 1 | -1/+3 |
| * | KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled | Sean Christopherson | 2023-01-13 | 1 | -1/+37 |
| * | KVM: x86: Move APIC access page helper to common x86 code | Sean Christopherson | 2023-01-13 | 1 | -0/+35 |
| * | KVM: x86: Handle APICv updates for APIC "mode" changes via request | Sean Christopherson | 2023-01-13 | 1 | -1/+1 |
| * | KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is due to 32-bit ID | Sean Christopherson | 2023-01-13 | 1 | -1/+6 |
| * | KVM: x86: Don't inhibit APICv/AVIC on xAPIC ID "change" if APIC is disabled | Sean Christopherson | 2023-01-13 | 1 | -0/+3 |
| * | KVM: x86: Purge "highest ISR" cache when updating APICv state | Sean Christopherson | 2023-01-13 | 1 | -2/+1 |
| * | KVM: x86: Blindly get current x2APIC reg value on "nodecode write" traps | Sean Christopherson | 2023-01-13 | 1 | -7/+2 |
* | | KVM: x86: Unify pr_fmt to use module name for all KVM modules | Sean Christopherson | 2022-12-29 | 1 | -4/+4 |
|/ |
|
* | KVM: x86: remove unnecessary exports | Paolo Bonzini | 2022-12-02 | 1 | -3/+0 |
* | KVM: x86: fix APICv/x2AVIC disabled when vm reboot by itself | Yuan ZhaoXiong | 2022-12-02 | 1 | -2/+3 |
* | KVM: x86: start moving SMM-related functions to new files | Paolo Bonzini | 2022-11-09 | 1 | -3/+5 |
* | KVM: x86: Don't snapshot pending INIT/SIPI prior to checking nested events | Sean Christopherson | 2022-09-26 | 1 | -26/+10 |
* | KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowed | Sean Christopherson | 2022-09-26 | 1 | -2/+2 |
* | KVM: x86: Bug the VM if an accelerated x2APIC trap occurs on a "bad" reg | Sean Christopherson | 2022-08-10 | 1 | -3/+5 |
* | KVM: x86: Do not block APIC write for non ICR registers | Suravee Suthikulpanit | 2022-07-28 | 1 | -11/+11 |
* | KVM: x86: Check target, not vCPU's x2APIC ID, when applying hotplug hack | Sean Christopherson | 2022-07-14 | 1 | -9/+9 |
* | KVM: x86: Fix handling of APIC LVT updates when userspace changes MCG_CAP | Sean Christopherson | 2022-07-08 | 1 | -0/+19 |
* | KVM: x86: Initialize number of APIC LVT entries during APIC creation | Sean Christopherson | 2022-07-08 | 1 | -0/+7 |
* | KVM: x86: Deactivate APICv on vCPU with APIC disabled | Suravee Suthikulpanit | 2022-06-24 | 1 | -1/+3 |