index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
lapic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-17
Merge tag 'kvm-x86-vmx-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-5
/
+4
2024-09-09
KVM: x86: Fold kvm_get_apic_interrupt() into kvm_cpu_get_interrupt()
Sean Christopherson
1
-10
/
+0
2024-09-09
KVM: x86: Move "ack" phase of local APIC IRQ delivery to separate API
Sean Christopherson
1
-4
/
+13
2024-08-29
KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)
Sean Christopherson
1
-12
/
+30
2024-08-29
KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()
Sean Christopherson
1
-23
/
+23
2024-08-29
KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bits
Sean Christopherson
1
-1
/
+14
2024-08-22
KVM: x86: Optimize local variable in start_sw_tscdeadline()
Thorsten Blum
1
-1
/
+1
2024-08-13
KVM: x86: Make x2APIC ID 100% readonly
Sean Christopherson
1
-7
/
+15
2024-07-26
KVM: x86: Eliminate log spam from limited APIC timer periods
Jim Mattson
1
-1
/
+1
2024-07-16
KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops
Wei Wang
1
-20
/
+22
2024-07-16
KVM: x86: Replace static_call_cond() with static_call()
Wei Wang
1
-12
/
+12
2024-07-16
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+4
2024-06-05
KVM: x86: Make nanoseconds per APIC bus cycle a VM variable
Isaku Yamahata
1
-2
/
+4
2024-06-03
KVM: x86: Drop support for hand tuning APIC timer advancement from userspace
Sean Christopherson
1
-18
/
+21
2024-04-11
KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms
Sandipan Das
1
-1
/
+2
2024-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+30
2024-03-11
Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+4
2024-03-04
KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled
David Woodhouse
1
-1
/
+4
2024-02-22
KVM: x86: Move "KVM no-APIC vCPU" key management into local APIC code
Sean Christopherson
1
-1
/
+26
2024-01-29
KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
Brijesh Singh
1
-1
/
+4
2023-12-07
KVM: x86: Introduce helper to check if vector is set in Hyper-V SynIC
Vitaly Kuznetsov
1
-2
/
+1
2023-12-07
KVM: x86: Introduce helper to check if auto-EOI is set in Hyper-V SynIC
Vitaly Kuznetsov
1
-1
/
+1
2023-10-31
Merge tag 'kvm-x86-apic-6.7' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-13
/
+17
2023-09-28
KVM: x86: Clear bit12 of ICR after APIC-write VM-exit
Tao Su
1
-13
/
+13
2023-09-28
KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.
Haitao Shan
1
-0
/
+4
2023-09-25
KVM: x86: Mask LVTPC when handling a PMI
Jim Mattson
1
-2
/
+6
2023-08-31
Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-4
/
+25
2023-08-02
KVM: x86: Retry APIC optimized map recalc if vCPU is added/enabled
Sean Christopherson
1
-4
/
+25
2023-07-29
KVM: x86: VMX: set irr_pending in kvm_apic_update_irr
Maxim Levitsky
1
-1
/
+4
2023-07-29
KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomically
Maxim Levitsky
1
-7
/
+13
2023-07-01
Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-5
/
+0
2023-06-16
KVM: x86: Remove PRIx* definitions as they are solely for user space
Andy Shevchenko
1
-5
/
+0
2023-06-02
KVM: x86: Bail from kvm_recalculate_phys_map() if x2APIC ID is out-of-bounds
Sean Christopherson
1
-2
/
+18
2023-02-01
KVM: x86: Reinitialize xAPIC ID when userspace forces x2APIC => xAPIC
Emanuele Giuseppe Esposito
1
-2
/
+6
2023-01-24
KVM: x86: fire timer when it is migrated and expired, and in oneshot mode
Li RongQing
1
-2
/
+6
2023-01-24
KVM: x86: Split out logic to generate "readable" APIC regs mask to helper
Sean Christopherson
1
-13
/
+21
2023-01-24
KVM: x86: Mark x2APIC DFR reg as non-existent for x2APIC
Sean Christopherson
1
-7
/
+4
2023-01-24
KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32
Sean Christopherson
1
-1
/
+5
2023-01-24
KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPI
Sean Christopherson
1
-3
/
+7
2023-01-24
KVM: x86: remove redundant ret variable
zhang songyi
1
-5
/
+1
2023-01-24
Merge branch 'kvm-lapic-fix-and-cleanup' into HEAD
Paolo Bonzini
1
-74
/
+245
2023-01-13
KVM: x86: Add helpers to recalc physical vs. logical optimized APIC maps
Sean Christopherson
1
-117
/
+133
2023-01-13
KVM: x86: Allow APICv APIC ID inhibit to be cleared
Greg Edwards
1
-26
/
+15
2023-01-13
KVM: SVM: Inhibit AVIC if vCPUs are aliased in logical mode
Sean Christopherson
1
-0
/
+5
2023-01-13
KVM: x86: Inhibit APICv/AVIC if the optimized physical map is disabled
Sean Christopherson
1
-1
/
+12
2023-01-13
KVM: x86: Honor architectural behavior for aliased 8-bit APIC IDs
Sean Christopherson
1
-9
/
+41
2023-01-13
KVM: x86: Disable APIC logical map if vCPUs are aliased in logical mode
Sean Christopherson
1
-2
/
+3
2023-01-13
KVM: x86: Disable APIC logical map if logical ID covers multiple MDAs
Sean Christopherson
1
-2
/
+8
2023-01-13
KVM: x86: Skip redundant x2APIC logical mode optimized cluster setup
Sean Christopherson
1
-5
/
+17
2023-01-13
KVM: x86: Explicitly track all possibilities for APIC map's logical modes
Sean Christopherson
1
-8
/
+32
[next]