index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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: 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
*
KVM: SVM: call avic_vcpu_load/avic_vcpu_put when enabling/disabling AVIC
Maxim Levitsky
2021-08-20
1
-0
/
+5
*
KVM: SVM: move check for kvm_vcpu_apicv_active outside of avic_vcpu_{put|load}
Maxim Levitsky
2021-08-20
1
-6
/
+4
*
KVM: SVM: remove svm_toggle_avic_for_irq_window
Maxim Levitsky
2021-08-20
1
-11
/
+0
*
KVM: x86: don't disable APICv memslot when inhibited
Maxim Levitsky
2021-08-20
1
-15
/
+6
*
KVM: SVM: use vmcb01 in svm_refresh_apicv_exec_ctrl
Maxim Levitsky
2021-07-27
1
-1
/
+1
*
KVM: x86: rename apic_access_page_done to apic_access_memslot_enabled
Maxim Levitsky
2021-06-24
1
-2
/
+2
*
KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC
Vitaly Kuznetsov
2021-06-17
1
-9
/
+5
*
KVM: SVM: fix doc warnings
ChenXiaoSong
2021-06-10
1
-3
/
+3
*
KVM: SVM: make the avic parameter a bool
Paolo Bonzini
2021-05-24
1
-2
/
+2
*
KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC check
Vitaly Kuznetsov
2021-05-24
1
-2
/
+0
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-05-01
1
-11
/
+13
|
\
|
*
KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)
Paolo Bonzini
2021-03-15
1
-11
/
+13
*
|
x86: Fix various typos in comments, take #2
Ingo Molnar
2021-03-21
1
-1
/
+1
*
|
x86: Fix various typos in comments
Ingo Molnar
2021-03-18
1
-1
/
+1
|
/
*
KVM: SVM: Move AVIC vCPU kicking snippet to helper function
Sean Christopherson
2021-02-09
1
-16
/
+19
*
KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
Peter Xu
2020-11-15
1
-3
/
+6
*
KVM: SVM: Initialize prev_ga_tag before use
Suravee Suthikulpanit
2020-10-21
1
-0
/
+1
*
KVM: SVM: use __GFP_ZERO instead of clear_page()
Haiwei Li
2020-09-28
1
-4
/
+2
*
KVM: SVM: Add vmcb_ prefix to mark_*() functions
Joerg Roedel
2020-07-08
1
-1
/
+1
*
KVM: SVM: Move AVIC code to separate file
Joerg Roedel
2020-04-03
1
-0
/
+1027