index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
avic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: nSVM: optimize svm_set_x2apic_msr_interception
Maxim Levitsky
2022-06-24
1
-0
/
+8
*
KVM: SVM: Add AVIC doorbell tracepoint
Suravee Suthikulpanit
2022-06-24
1
-1
/
+3
*
KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possible
Suravee Suthikulpanit
2022-06-24
1
-3
/
+18
*
KVM: SVM: Introduce hybrid-AVIC mode
Suravee Suthikulpanit
2022-06-24
1
-2
/
+11
*
KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu
Suravee Suthikulpanit
2022-06-24
1
-1
/
+0
*
KVM: SVM: Introduce logic to (de)activate x2AVIC mode
Suravee Suthikulpanit
2022-06-24
1
-5
/
+34
*
KVM: SVM: Refresh AVIC configuration when changing APIC mode
Suravee Suthikulpanit
2022-06-24
1
-0
/
+12
*
KVM: SVM: Do not support updating APIC ID when in x2APIC mode
Suravee Suthikulpanit
2022-06-24
1
-1
/
+10
*
KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC ID
Suravee Suthikulpanit
2022-06-24
1
-2
/
+8
*
KVM: SVM: Update max number of vCPUs supported for x2AVIC mode
Suravee Suthikulpanit
2022-06-24
1
-3
/
+5
*
KVM: SVM: Detect X2APIC virtualization (x2AVIC) support
Suravee Suthikulpanit
2022-06-24
1
-0
/
+45
*
KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD
Suravee Suthikulpanit
2022-06-24
1
-2
/
+2
*
KVM: SEV: fix misplaced closing parenthesis
Paolo Bonzini
2022-06-15
1
-2
/
+2
*
KVM: x86: SVM: drop preempt-safe wrappers for avic_vcpu_load/put
Maxim Levitsky
2022-06-09
1
-23
/
+4
*
KVM: x86: SVM: fix avic_kick_target_vcpus_fast
Maxim Levitsky
2022-06-09
1
-36
/
+69
*
KVM: x86: SVM: remove avic's broken code that updated APIC ID
Maxim Levitsky
2022-06-09
1
-35
/
+0
*
KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC base
Maxim Levitsky
2022-06-09
1
-1
/
+3
*
KVM: SVM: Introduce trace point for the slow-path of avic_kic_target_vcpus
Suravee Suthikulpanit
2022-04-29
1
-0
/
+2
*
KVM: SVM: Use target APIC ID to complete AVIC IRQs when possible
Suravee Suthikulpanit
2022-04-29
1
-4
/
+68
*
Merge branch 'kvm-older-features' into HEAD
Paolo Bonzini
2022-04-13
1
-2
/
+8
|
\
|
*
KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
Maxim Levitsky
2022-04-02
1
-0
/
+7
|
*
KVM: x86: SVM: use vmcb01 in init_vmcb
Maxim Levitsky
2022-04-02
1
-2
/
+1
*
|
KVM: SVM: Do not activate AVIC for SEV-enabled guest
Suravee Suthikulpanit
2022-04-11
1
-1
/
+2
|
/
*
KVM: x86: Make APICv inhibit reasons an enum and cleanup naming
Sean Christopherson
2022-04-02
1
-2
/
+2
*
KVM: SVM: fix panic on out-of-bounds guest IRQ
Yi Wang
2022-04-02
1
-2
/
+8
*
KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255
Suravee Suthikulpanit
2022-03-08
1
-6
/
+1
*
KVM: SVM: Disable preemption across AVIC load/put during APICv refresh
Sean Christopherson
2022-03-01
1
-46
/
+55
*
KVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualization failure
Sean Christopherson
2022-03-01
1
-11
/
+11
*
KVM: SVM: Use common kvm_apic_write_nodecode() for AVIC write traps
Sean Christopherson
2022-03-01
1
-9
/
+7
*
KVM: x86: allow defining return-0 static calls
Paolo Bonzini
2022-02-18
1
-5
/
+0
*
KVM: x86: make several APIC virtualization callbacks optional
Paolo Bonzini
2022-02-18
1
-18
/
+0
*
KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"
Sean Christopherson
2022-02-14
1
-14
/
+14
*
KVM: SVM: fix race between interrupt delivery and AVIC inhibition
Maxim Levitsky
2022-02-11
1
-40
/
+8
*
KVM: SVM: set IRR in svm_deliver_interrupt
Paolo Bonzini
2022-02-11
1
-2
/
+0
*
KVM: SVM: extract avic_ring_doorbell
Maxim Levitsky
2022-02-11
1
-11
/
+20
*
KVM: x86: SVM: move avic definitions from AMD's spec to svm.h
Maxim Levitsky
2022-02-08
1
-21
/
+1
*
Revert "svm: Add warning message for AVIC IPI invalid target"
Sean Christopherson
2022-02-08
1
-2
/
+0
*
KVM: SVM: Nullify vcpu_(un)blocking() hooks if AVIC is disabled
Sean Christopherson
2022-01-19
1
-2
/
+2
*
KVM: SVM: Drop AVIC's intermediate avic_set_running() helper
Sean Christopherson
2022-01-19
1
-20
/
+36
*
KVM: SVM: Skip AVIC and IRTE updates when loading blocking vCPU
Sean Christopherson
2022-01-19
1
-14
/
+18
*
KVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to handle preemption
Sean Christopherson
2022-01-19
1
-5
/
+9
*
KVM: SVM: Remove unnecessary APICv/AVIC update in vCPU unblocking path
Sean Christopherson
2022-01-19
1
-2
/
+0
*
KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs
Sean Christopherson
2022-01-19
1
-6
/
+9
*
KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
Sean Christopherson
2022-01-19
1
-2
/
+20
*
KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
Sean Christopherson
2021-12-08
1
-3
/
+11
*
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
2021-12-08
1
-1
/
+1
*
KVM: ensure APICv is considered inactive if there is no APIC
Paolo Bonzini
2021-12-02
1
-0
/
+1
*
KVM: fix avic_set_running for preemptable kernels
Paolo Bonzini
2021-11-30
1
-7
/
+9
*
KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active
Maxim Levitsky
2021-11-11
1
-1
/
+2
*
KVM: SVM: AVIC: drop unsupported AVIC base relocation code
Maxim Levitsky
2021-08-20
1
-0
/
+2
[next]