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.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
2023-09-19
KVM: SVM: Set target pCPU during IRTE update if target vCPU is running
Sean Christopherson
1
-0
/
+28
2023-09-19
KVM: SVM: Take and hold ir_list_lock when updating vCPU's Physical ID entry
Sean Christopherson
1
-8
/
+23
2023-03-14
KVM: SVM: WARN if GATag generation drops VM or vCPU ID information
Sean Christopherson
1
-3
/
+12
2023-03-14
KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs
Suravee Suthikulpanit
1
-8
/
+18
2023-01-24
KVM: svm/avic: Drop "struct kvm_x86_ops" for avic_hardware_setup()
Like Xu
1
-1
/
+1
2023-01-24
Merge branch 'kvm-lapic-fix-and-cleanup' into HEAD
Paolo Bonzini
1
-205
/
+165
2023-01-13
KVM: x86: Track required APICv inhibits with variable, not callback
Sean Christopherson
1
-19
/
+0
2023-01-13
Revert "KVM: SVM: Do not throw warning when calling avic_vcpu_load on a runni...
Sean Christopherson
1
-0
/
+1
2023-01-13
KVM: SVM: Ignore writes to Remote Read Data on AVIC write traps
Sean Christopherson
1
-0
/
+3
2023-01-13
KVM: SVM: Handle multiple logical targets in AVIC kick fastpath
Sean Christopherson
1
-48
/
+62
2023-01-13
KVM: SVM: Require logical ID to be power-of-2 for AVIC entry
Sean Christopherson
1
-15
/
+15
2023-01-13
KVM: SVM: Update svm->ldr_reg cache even if LDR is "bad"
Sean Christopherson
1
-10
/
+4
2023-01-13
KVM: SVM: Always update local APIC on writes to logical dest register
Sean Christopherson
1
-7
/
+4
2023-01-13
KVM: SVM: Inhibit AVIC if vCPUs are aliased in logical mode
Sean Christopherson
1
-1
/
+2
2023-01-13
KVM: x86: Inhibit APICv/AVIC if the optimized physical map is disabled
Sean Christopherson
1
-0
/
+1
2023-01-13
KVM: SVM: Add helper to perform final AVIC "kick" of single vCPU
Sean Christopherson
1
-12
/
+13
2023-01-13
KVM: SVM: Document that vCPU ID == APIC ID in AVIC kick fastpatch
Sean Christopherson
1
-3
/
+7
2023-01-13
Revert "KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possible"
Sean Christopherson
1
-18
/
+11
2023-01-13
KVM: SVM: Fix x2APIC Logical ID calculation for avic_kick_target_vcpus_fast
Suravee Suthikulpanit
1
-1
/
+1
2023-01-13
KVM: SVM: Compute dest based on sender's x2APIC status for AVIC kick
Sean Christopherson
1
-7
/
+1
2023-01-13
KVM: SVM: Replace "avic_mode" enum with "x2avic_enabled" boolean
Sean Christopherson
1
-25
/
+21
2023-01-13
KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled
Sean Christopherson
1
-6
/
+6
2023-01-13
KVM: x86: Move APIC access page helper to common x86 code
Sean Christopherson
1
-34
/
+7
2023-01-13
KVM: SVM: Don't put/load AVIC when setting virtual APIC mode
Sean Christopherson
1
-16
/
+15
2023-01-13
KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid target
Sean Christopherson
1
-7
/
+9
2023-01-13
KVM: SVM: Flush the "current" TLB when activating AVIC
Sean Christopherson
1
-0
/
+6
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
1
-1
/
+1
2022-06-24
KVM: x86: nSVM: optimize svm_set_x2apic_msr_interception
Maxim Levitsky
1
-0
/
+8
2022-06-24
KVM: SVM: Add AVIC doorbell tracepoint
Suravee Suthikulpanit
1
-1
/
+3
2022-06-24
KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possible
Suravee Suthikulpanit
1
-3
/
+18
2022-06-24
KVM: SVM: Introduce hybrid-AVIC mode
Suravee Suthikulpanit
1
-2
/
+11
2022-06-24
KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu
Suravee Suthikulpanit
1
-1
/
+0
2022-06-24
KVM: SVM: Introduce logic to (de)activate x2AVIC mode
Suravee Suthikulpanit
1
-5
/
+34
2022-06-24
KVM: SVM: Refresh AVIC configuration when changing APIC mode
Suravee Suthikulpanit
1
-0
/
+12
2022-06-24
KVM: SVM: Do not support updating APIC ID when in x2APIC mode
Suravee Suthikulpanit
1
-1
/
+10
2022-06-24
KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC ID
Suravee Suthikulpanit
1
-2
/
+8
2022-06-24
KVM: SVM: Update max number of vCPUs supported for x2AVIC mode
Suravee Suthikulpanit
1
-3
/
+5
2022-06-24
KVM: SVM: Detect X2APIC virtualization (x2AVIC) support
Suravee Suthikulpanit
1
-0
/
+45
2022-06-24
KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD
Suravee Suthikulpanit
1
-2
/
+2
2022-06-15
KVM: SEV: fix misplaced closing parenthesis
Paolo Bonzini
1
-2
/
+2
2022-06-09
KVM: x86: SVM: drop preempt-safe wrappers for avic_vcpu_load/put
Maxim Levitsky
1
-23
/
+4
2022-06-09
KVM: x86: SVM: fix avic_kick_target_vcpus_fast
Maxim Levitsky
1
-36
/
+69
2022-06-09
KVM: x86: SVM: remove avic's broken code that updated APIC ID
Maxim Levitsky
1
-35
/
+0
2022-06-09
KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC base
Maxim Levitsky
1
-1
/
+3
2022-04-29
KVM: SVM: Introduce trace point for the slow-path of avic_kic_target_vcpus
Suravee Suthikulpanit
1
-0
/
+2
2022-04-29
KVM: SVM: Use target APIC ID to complete AVIC IRQs when possible
Suravee Suthikulpanit
1
-4
/
+68
2022-04-13
Merge branch 'kvm-older-features' into HEAD
Paolo Bonzini
1
-2
/
+8
2022-04-11
KVM: SVM: Do not activate AVIC for SEV-enabled guest
Suravee Suthikulpanit
1
-1
/
+2
2022-04-02
KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
Maxim Levitsky
1
-0
/
+7
2022-04-02
KVM: x86: SVM: use vmcb01 in init_vmcb
Maxim Levitsky
1
-2
/
+1
[next]