index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
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-11-13
Merge branch 'kvm-docs-6.13' into HEAD
Paolo Bonzini
1
-11
/
+18
2024-11-13
Merge tag 'kvm-x86-misc-6.13' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-4
/
+35
2024-11-08
KVM: x86: Unconditionally set irr_pending when updating APICv state
Sean Christopherson
1
-11
/
+18
2024-11-04
KVM: x86: Short-circuit all of kvm_apic_set_base() if MSR value is unchanged
Sean Christopherson
1
-3
/
+4
2024-11-04
KVM: x86: Unpack msr_data structure prior to calling kvm_apic_set_base()
Sean Christopherson
1
-5
/
+5
2024-11-04
KVM: x86: Make kvm_recalculate_apic_map() local to lapic.c
Sean Christopherson
1
-1
/
+1
2024-11-04
KVM: x86: Rename APIC base setters to better capture their relationship
Sean Christopherson
1
-4
/
+11
2024-11-04
KVM: x86: Move kvm_set_apic_base() implementation to lapic.c (from x86.c)
Sean Christopherson
1
-0
/
+21
2024-11-04
KVM: x86: Drop superfluous kvm_lapic_set_base() call when setting APIC state
Sean Christopherson
1
-1
/
+0
2024-11-04
KVM: x86: Short-circuit all kvm_lapic_set_base() if MSR value isn't changing
Sean Christopherson
1
-0
/
+3
2024-10-25
KVM: x86: Don't fault-in APIC access page during initial allocation
Sean Christopherson
1
-12
/
+0
2024-10-25
KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error
Sean Christopherson
1
-1
/
+1
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
[next]