index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
avic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-11
KVM: SVM: Do not activate AVIC for SEV-enabled guest
Suravee Suthikulpanit
1
-1
/
+2
2022-04-02
KVM: x86: Make APICv inhibit reasons an enum and cleanup naming
Sean Christopherson
1
-2
/
+2
2022-04-02
KVM: SVM: fix panic on out-of-bounds guest IRQ
Yi Wang
1
-2
/
+8
2022-03-08
KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255
Suravee Suthikulpanit
1
-6
/
+1
2022-03-01
KVM: SVM: Disable preemption across AVIC load/put during APICv refresh
Sean Christopherson
1
-46
/
+55
2022-03-01
KVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualization failure
Sean Christopherson
1
-11
/
+11
2022-03-01
KVM: SVM: Use common kvm_apic_write_nodecode() for AVIC write traps
Sean Christopherson
1
-9
/
+7
2022-02-18
KVM: x86: allow defining return-0 static calls
Paolo Bonzini
1
-5
/
+0
2022-02-18
KVM: x86: make several APIC virtualization callbacks optional
Paolo Bonzini
1
-18
/
+0
2022-02-14
KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"
Sean Christopherson
1
-14
/
+14
2022-02-11
KVM: SVM: fix race between interrupt delivery and AVIC inhibition
Maxim Levitsky
1
-40
/
+8
2022-02-11
KVM: SVM: set IRR in svm_deliver_interrupt
Paolo Bonzini
1
-2
/
+0
2022-02-11
KVM: SVM: extract avic_ring_doorbell
Maxim Levitsky
1
-11
/
+20
2022-02-08
KVM: x86: SVM: move avic definitions from AMD's spec to svm.h
Maxim Levitsky
1
-21
/
+1
2022-02-08
Revert "svm: Add warning message for AVIC IPI invalid target"
Sean Christopherson
1
-2
/
+0
2022-01-19
KVM: SVM: Nullify vcpu_(un)blocking() hooks if AVIC is disabled
Sean Christopherson
1
-2
/
+2
2022-01-19
KVM: SVM: Drop AVIC's intermediate avic_set_running() helper
Sean Christopherson
1
-20
/
+36
2022-01-19
KVM: SVM: Skip AVIC and IRTE updates when loading blocking vCPU
Sean Christopherson
1
-14
/
+18
2022-01-19
KVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to handle preemption
Sean Christopherson
1
-5
/
+9
2022-01-19
KVM: SVM: Remove unnecessary APICv/AVIC update in vCPU unblocking path
Sean Christopherson
1
-2
/
+0
2022-01-19
KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs
Sean Christopherson
1
-6
/
+9
2022-01-19
KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
Sean Christopherson
1
-2
/
+20
2021-12-08
KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
Sean Christopherson
1
-3
/
+11
2021-12-08
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
1
-1
/
+1
2021-12-02
KVM: ensure APICv is considered inactive if there is no APIC
Paolo Bonzini
1
-0
/
+1
2021-11-30
KVM: fix avic_set_running for preemptable kernels
Paolo Bonzini
1
-7
/
+9
2021-11-11
KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active
Maxim Levitsky
1
-1
/
+2
2021-08-20
KVM: SVM: AVIC: drop unsupported AVIC base relocation code
Maxim Levitsky
1
-0
/
+2
2021-08-20
KVM: SVM: call avic_vcpu_load/avic_vcpu_put when enabling/disabling AVIC
Maxim Levitsky
1
-0
/
+5
2021-08-20
KVM: SVM: move check for kvm_vcpu_apicv_active outside of avic_vcpu_{put|load}
Maxim Levitsky
1
-6
/
+4
2021-08-20
KVM: SVM: remove svm_toggle_avic_for_irq_window
Maxim Levitsky
1
-11
/
+0
2021-08-20
KVM: x86: don't disable APICv memslot when inhibited
Maxim Levitsky
1
-15
/
+6
2021-07-27
KVM: SVM: use vmcb01 in svm_refresh_apicv_exec_ctrl
Maxim Levitsky
1
-1
/
+1
2021-06-25
KVM: x86: rename apic_access_page_done to apic_access_memslot_enabled
Maxim Levitsky
1
-2
/
+2
2021-06-17
KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC
Vitaly Kuznetsov
1
-9
/
+5
2021-06-10
KVM: SVM: fix doc warnings
ChenXiaoSong
1
-3
/
+3
2021-05-24
KVM: SVM: make the avic parameter a bool
Paolo Bonzini
1
-2
/
+2
2021-05-24
KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC check
Vitaly Kuznetsov
1
-2
/
+0
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-11
/
+13
2021-03-22
x86: Fix various typos in comments, take #2
Ingo Molnar
1
-1
/
+1
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-03-15
KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)
Paolo Bonzini
1
-11
/
+13
2021-02-09
KVM: SVM: Move AVIC vCPU kicking snippet to helper function
Sean Christopherson
1
-16
/
+19
2020-11-15
KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
Peter Xu
1
-3
/
+6
2020-10-22
KVM: SVM: Initialize prev_ga_tag before use
Suravee Suthikulpanit
1
-0
/
+1
2020-09-28
KVM: SVM: use __GFP_ZERO instead of clear_page()
Haiwei Li
1
-4
/
+2
2020-07-08
KVM: SVM: Add vmcb_ prefix to mark_*() functions
Joerg Roedel
1
-1
/
+1
2020-04-03
KVM: SVM: Move AVIC code to separate file
Joerg Roedel
1
-0
/
+1027