index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
Merge tag 'kvm-x86-svm-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-17
5
-27
/
+47
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
KVM: SVM: let alternatives handle the cases when RSB filling is required
Amit Shah
2024-09-10
1
-6
/
+2
|
|
*
|
|
|
|
|
KVM: SVM: Track the per-CPU host save area as a VMCB pointer
Sean Christopherson
2024-08-30
2
-8
/
+9
|
|
*
|
|
|
|
|
KVM: SVM: Add host SEV-ES save area structure into VMCB via a union
Sean Christopherson
2024-08-30
1
-5
/
+15
|
|
*
|
|
|
|
|
KVM: SVM: Add a helper to convert a SME-aware PA back to a struct page
Sean Christopherson
2024-08-30
2
-6
/
+19
|
|
*
|
|
|
|
|
KVM: SVM: Remove unnecessary GFP_KERNEL_ACCOUNT in svm_set_nested_state()
Yongqiang Liu
2024-08-22
1
-2
/
+2
|
|
|
/
/
/
/
/
|
*
|
|
|
|
|
Merge tag 'kvm-x86-pat_vmx_msrs-6.12' of https://github.com/kvm-x86/linux int...
Paolo Bonzini
2024-09-17
10
-95
/
+132
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
KVM: nVMX: Use macros and #defines in vmx_restore_vmx_misc()
Xin Li
2024-08-22
1
-7
/
+20
|
|
*
|
|
|
|
|
KVM: VMX: Open code VMX preemption timer rate mask in its accessor
Xin Li
2024-08-22
2
-3
/
+2
|
|
*
|
|
|
|
|
KVM VMX: Move MSR_IA32_VMX_MISC bit defines to asm/vmx.h
Sean Christopherson
2024-08-22
5
-16
/
+16
|
|
*
|
|
|
|
|
KVM: nVMX: Add a helper to encode VMCS info in MSR_IA32_VMX_BASIC
Sean Christopherson
2024-08-22
2
-7
/
+8
|
|
*
|
|
|
|
|
KVM: nVMX: Use macros and #defines in vmx_restore_vmx_basic()
Xin Li
2024-08-22
1
-7
/
+18
|
|
*
|
|
|
|
|
KVM: VMX: Track CPU's MSR_IA32_VMX_BASIC as a single 64-bit value
Xin Li
2024-08-22
3
-18
/
+21
|
|
*
|
|
|
|
|
KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.h
Xin Li
2024-08-22
2
-8
/
+7
|
|
*
|
|
|
|
|
KVM: x86: Stuff vCPU's PAT with default value at RESET, not creation
Sean Christopherson
2024-08-22
1
-2
/
+2
|
|
*
|
|
|
|
|
x86/cpu: KVM: Move macro to encode PAT value to common header
Sean Christopherson
2024-08-22
3
-11
/
+11
|
|
*
|
|
|
|
|
x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, ...
Sean Christopherson
2024-08-22
6
-26
/
+37
|
|
|
/
/
/
/
/
|
*
|
|
|
|
|
Merge tag 'kvm-x86-mmu-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-17
7
-383
/
+369
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
KVM: x86/mmu: Use KVM_PAGES_PER_HPAGE() instead of an open coded equivalent
Sean Christopherson
2024-09-10
1
-1
/
+1
|
|
*
|
|
|
|
|
KVM: x86/mmu: Add KVM_RMAP_MANY to replace open coded '1' and '1ul' literals
Sean Christopherson
2024-09-10
1
-15
/
+16
|
|
*
|
|
|
|
|
KVM: x86/mmu: Fold mmu_spte_age() into kvm_rmap_age_gfn_range()
Sean Christopherson
2024-09-10
1
-28
/
+22
|
|
*
|
|
|
|
|
KVM: x86/mmu: Morph kvm_handle_gfn_range() into an aging specific helper
Sean Christopherson
2024-09-10
1
-46
/
+22
|
|
*
|
|
|
|
|
KVM: x86/mmu: Honor NEED_RESCHED when zapping rmaps and blocking is allowed
Sean Christopherson
2024-09-10
1
-10
/
+6
|
|
*
|
|
|
|
|
KVM: x86/mmu: Add a helper to walk and zap rmaps for a memslot
Sean Christopherson
2024-09-10
1
-3
/
+12
|
|
*
|
|
|
|
|
KVM: x86/mmu: Plumb a @can_yield parameter into __walk_slot_rmaps()
Sean Christopherson
2024-09-10
1
-4
/
+8
|
|
*
|
|
|
|
|
KVM: x86/mmu: Move walk_slot_rmaps() up near for_each_slot_rmap_range()
Sean Christopherson
2024-09-10
1
-53
/
+53
|
|
*
|
|
|
|
|
KVM: x86/mmu: WARN on MMIO cache hit when emulating write-protected gfn
Sean Christopherson
2024-09-10
1
-10
/
+20
|
|
*
|
|
|
|
|
KVM: x86/mmu: Detect if unprotect will do anything based on invalid_list
Sean Christopherson
2024-09-10
1
-4
/
+7
|
|
*
|
|
|
|
|
KVM: x86/mmu: Subsume kvm_mmu_unprotect_page() into the and_retry() version
Sean Christopherson
2024-09-10
2
-21
/
+13
|
|
*
|
|
|
|
|
KVM: x86: Rename reexecute_instruction()=>kvm_unprotect_and_retry_on_failure()
Sean Christopherson
2024-09-10
1
-5
/
+7
|
|
*
|
|
|
|
|
KVM: x86: Update retry protection fields when forcing retry on emulation failure
Sean Christopherson
2024-09-10
3
-7
/
+17
|
|
*
|
|
|
|
|
KVM: x86: Apply retry protection to "unprotect on failure" path
Sean Christopherson
2024-09-10
1
-19
/
+1
|
|
*
|
|
|
|
|
KVM: x86: Check EMULTYPE_WRITE_PF_TO_SP before unprotecting gfn
Sean Christopherson
2024-09-10
1
-9
/
+19
|
|
*
|
|
|
|
|
KVM: x86: Remove manual pfn lookup when retrying #PF after failed emulation
Sean Christopherson
2024-09-10
1
-18
/
+0
|
|
*
|
|
|
|
|
KVM: x86/mmu: Move event re-injection unprotect+retry into common path
Sean Christopherson
2024-09-10
1
-21
/
+9
|
|
*
|
|
|
|
|
KVM: x86/mmu: Always walk guest PTEs with WRITE access when unprotecting
Sean Christopherson
2024-09-10
1
-1
/
+1
|
|
*
|
|
|
|
|
KVM: x86/mmu: Don't try to unprotect an INVALID_GPA
Sean Christopherson
2024-09-10
1
-1
/
+6
|
|
*
|
|
|
|
|
KVM: x86: Fold retry_instruction() into x86_emulate_instruction()
Sean Christopherson
2024-09-10
1
-21
/
+9
|
|
*
|
|
|
|
|
KVM: x86: Move EMULTYPE_ALLOW_RETRY_PF to x86_emulate_instruction()
Sean Christopherson
2024-09-10
1
-8
/
+5
|
|
*
|
|
|
|
|
KVM: x86/mmu: Try "unprotect for retry" iff there are indirect SPs
Sean Christopherson
2024-09-10
1
-0
/
+11
|
|
*
|
|
|
|
|
KVM: x86/mmu: Apply retry protection to "fast nTDP unprotect" path
Sean Christopherson
2024-09-10
3
-27
/
+40
|
|
*
|
|
|
|
|
KVM: x86: Store gpa as gpa_t, not unsigned long, when unprotecting for retry
Sean Christopherson
2024-09-10
1
-1
/
+2
|
|
*
|
|
|
|
|
KVM: x86: Get RIP from vCPU state when storing it to last_retry_eip
Sean Christopherson
2024-09-10
1
-1
/
+1
|
|
*
|
|
|
|
|
KVM: x86: Retry to-be-emulated insn in "slow" unprotect path iff sp is zapped
Sean Christopherson
2024-09-10
1
-4
/
+4
|
|
*
|
|
|
|
|
KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were unprotected
Sean Christopherson
2024-09-10
1
-8
/
+29
|
|
*
|
|
|
|
|
KVM: x86/mmu: Trigger unprotect logic only on write-protection page faults
Sean Christopherson
2024-09-10
5
-37
/
+50
|
|
*
|
|
|
|
|
KVM: x86/mmu: Replace PFERR_NESTED_GUEST_PAGE with a more descriptive helper
Sean Christopherson
2024-09-10
2
-5
/
+8
|
|
*
|
|
|
|
|
KVM: x86/mmu: Reword a misleading comment about checking gpte_changed()
Sean Christopherson
2024-08-30
1
-2
/
+8
|
|
*
|
|
|
|
|
KVM: x86/mmu: Drop pointless "return" wrapper label in FNAME(fetch)
Sean Christopherson
2024-08-30
1
-7
/
+4
|
|
*
|
|
|
|
|
KVM: x86/mmu: Decrease indentation in logic to sync new indirect shadow page
Sean Christopherson
2024-08-30
1
-21
/
+19
[prev]
[next]