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.14.y
linux-6.15.y
linux-6.16.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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-29
Merge tag 'kvm-x86-sev-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-28
/
+83
2025-07-29
Merge tag 'kvm-x86-svm-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-5
/
+1
2025-07-29
Merge tag 'kvm-x86-mmu-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+2
2025-07-29
Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
4
-407
/
+358
2025-07-29
Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-399
/
+325
2025-07-15
KVM: SVM: Flush cache only on CPUs running SEV guest
Zheyun Shen
2
-9
/
+63
2025-07-10
KVM: SEV: Prefer WBNOINVD over WBINVD for cache maintenance efficiency
Kevin Loughlin
1
-19
/
+26
2025-07-10
KVM: SVM: Remove wbinvd in sev_vm_destroy()
Zheyun Shen
1
-6
/
+0
2025-07-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+10
2025-07-09
KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
Jim Mattson
2
-1
/
+8
2025-07-09
KVM: x86: Replace growing set of *_in_guest bools with a u64
Jim Mattson
1
-1
/
+1
2025-06-25
KVM: SVM: Simplify MSR interception logic for IA32_XSS MSR
Chao Gao
1
-5
/
+3
2025-06-25
KVM: x86: Deduplicate MSR interception enabling and disabling
Chao Gao
2
-26
/
+13
2025-06-24
KVM: x86: Use kvzalloc() to allocate VM struct
Sean Christopherson
1
-0
/
+2
2025-06-24
KVM: SVM: Initialize vmsa_pa in VMCB to INVALID_PAGE if VMSA page is NULL
Sean Christopherson
1
-2
/
+6
2025-06-24
KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation is in-flight
Sean Christopherson
1
-0
/
+4
2025-06-23
KVM: SVM: Generate GA log IRQs only if the associated vCPUs is blocking
Sean Christopherson
1
-12
/
+51
2025-06-23
iommu/amd: KVM: SVM: Allow KVM to control need for GA log interrupts
Sean Christopherson
1
-4
/
+6
2025-06-23
KVM: SVM: Consolidate IRTE update when toggling AVIC on/off
Sean Christopherson
1
-39
/
+46
2025-06-23
KVM: SVM: Don't check vCPU's blocking status when toggling AVIC on/off
Sean Christopherson
1
-28
/
+37
2025-06-23
KVM: SVM: Fold avic_set_pi_irte_mode() into its sole caller
Sean Christopherson
1
-29
/
+23
2025-06-23
KVM: SVM: Use vcpu_idx, not vcpu_id, for GA log tag/metadata
Sean Christopherson
1
-17
/
+20
2025-06-23
KVM: SVM: WARN if ir_list is non-empty at vCPU free
Sean Christopherson
2
-2
/
+5
2025-06-23
KVM: SVM: WARN if updating IRTE GA fields in IOMMU fails
Sean Christopherson
1
-6
/
+3
2025-06-23
KVM: SVM: Process all IRTEs on affinity change even if one update fails
Sean Christopherson
1
-5
/
+3
2025-06-23
KVM: SVM: WARN if (de)activating guest mode in IOMMU fails
Sean Christopherson
1
-7
/
+5
2025-06-23
KVM: SVM: Don't check for assigned device(s) when activating AVIC
Sean Christopherson
1
-3
/
+0
2025-06-23
KVM: SVM: Don't check for assigned device(s) when updating affinity
Sean Christopherson
1
-3
/
+0
2025-06-23
iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhi...
Sean Christopherson
1
-10
/
+6
2025-06-23
iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinity
Sean Christopherson
1
-12
/
+14
2025-06-23
iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destination
Sean Christopherson
1
-6
/
+5
2025-06-23
KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU
Sean Christopherson
1
-33
/
+22
2025-06-23
KVM: SVM: Revert IRTE to legacy mode if IOMMU doesn't provide IR metadata
Sean Christopherson
1
-8
/
+15
2025-06-23
KVM: x86: Track irq_bypass_vcpu in common x86 code
Sean Christopherson
1
-4
/
+0
2025-06-23
iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structs
Sean Christopherson
1
-13
/
+8
2025-06-23
KVM: SVM: Clean up return handling in avic_pi_update_irte()
Sean Christopherson
1
-15
/
+5
2025-06-23
KVM: x86: Move posted interrupt tracepoint to common code
Sean Christopherson
1
-6
/
+0
2025-06-23
KVM: x86: Dedup AVIC vs. PI code for identifying target vCPU
Sean Christopherson
2
-64
/
+20
2025-06-23
KVM: SVM: Extract SVM specific code out of get_pi_vcpu_info()
Sean Christopherson
1
-13
/
+12
2025-06-23
KVM: SVM: Stop walking list of routing table entries when updating IRTE
Sean Christopherson
1
-64
/
+43
2025-06-23
iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"
Sean Christopherson
1
-12
/
+4
2025-06-23
iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
Sean Christopherson
1
-2
/
+5
2025-06-23
KVM: SVM: Add a comment to explain why avic_vcpu_blocking() ignores IRQ blocking
Sean Christopherson
1
-13
/
+18
2025-06-23
KVM: SVM: Disable (x2)AVIC IPI virtualization if CPU has erratum #1235
Maxim Levitsky
1
-0
/
+8
2025-06-20
KVM: SVM: Add enable_ipiv param, never set IsRunning if disabled
Maxim Levitsky
3
-6
/
+36
2025-06-20
KVM: SVM: Drop superfluous "cache" of AVIC Physical ID entry pointer
Sean Christopherson
2
-13
/
+15
2025-06-20
KVM: SVM: Track AVIC tables as natively sized pointers, not "struct pages"
Sean Christopherson
2
-35
/
+18
2025-06-20
KVM: SVM: Drop redundant check in AVIC code on ID during vCPU creation
Sean Christopherson
1
-22
/
+15
2025-06-20
KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
Sean Christopherson
2
-3
/
+14
2025-06-20
KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
Sean Christopherson
2
-5
/
+2
[next]