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
...
|
|
*
|
|
|
|
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
|
|
*
|
|
|
|
KVM: x86/mmu: Clean up function comments for dirty logging APIs
Sean Christopherson
2024-08-22
1
-33
/
+15
|
|
|
/
/
/
/
|
*
|
|
|
|
Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-17
17
-475
/
+600
|
|
\
\
\
\
\
|
|
*
|
|
|
|
KVM: x86: Remove some unused declarations
Yue Haibing
2024-09-10
3
-5
/
+0
|
|
*
|
|
|
|
KVM: x86: Forcibly leave nested if RSM to L2 hits shutdown
Sean Christopherson
2024-09-10
3
-11
/
+25
|
|
*
|
|
|
|
KVM: x86: Add fastpath handling of HLT VM-Exits
Sean Christopherson
2024-08-30
4
-3
/
+36
|
|
*
|
|
|
|
KVM: x86: Reorganize code in x86.c to co-locate vCPU blocking/running helpers
Sean Christopherson
2024-08-30
1
-132
/
+132
|
|
*
|
|
|
|
KVM: x86: Exit to userspace if fastpath triggers one on instruction skip
Sean Christopherson
2024-08-30
2
-2
/
+8
|
|
*
|
|
|
|
KVM: x86: Dedup fastpath MSR post-handling logic
Sean Christopherson
2024-08-30
1
-10
/
+11
|
|
*
|
|
|
|
KVM: x86: Re-enter guest if WRMSR(X2APIC_ICR) fastpath is successful
Sean Christopherson
2024-08-30
1
-1
/
+1
|
|
*
|
|
|
|
KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)
Sean Christopherson
2024-08-30
4
-12
/
+36
|
|
*
|
|
|
|
KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()
Sean Christopherson
2024-08-30
1
-23
/
+23
|
|
*
|
|
|
|
KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bits
Sean Christopherson
2024-08-30
1
-1
/
+14
|
|
*
|
|
|
|
KVM: x86: Suppress userspace access failures on unsupported, "emulated" MSRs
Sean Christopherson
2024-08-22
1
-3
/
+8
|
|
*
|
|
|
|
KVM: x86: Suppress failures on userspace access to advertised, unsupported MSRs
Sean Christopherson
2024-08-22
1
-18
/
+9
|
|
*
|
|
|
|
KVM: x86: Hoist x86.c's global msr_* variables up above kvm_do_msr_access()
Sean Christopherson
2024-08-22
1
-184
/
+184
|
|
*
|
|
|
|
KVM: x86: Funnel all fancy MSR return value handling into a common helper
Sean Christopherson
2024-08-22
1
-42
/
+42
|
|
*
|
|
|
|
KVM: x86: Refactor kvm_get_feature_msr() to avoid struct kvm_msr_entry
Sean Christopherson
2024-08-22
1
-16
/
+13
|
|
*
|
|
|
|
KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()
Sean Christopherson
2024-08-22
7
-14
/
+14
|
|
*
|
|
|
|
KVM: x86: Refactor kvm_x86_ops.get_msr_feature() to avoid kvm_msr_entry
Sean Christopherson
2024-08-22
5
-15
/
+13
|
|
*
|
|
|
|
KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTED
Sean Christopherson
2024-08-22
4
-12
/
+19
|
|
*
|
|
|
|
KVM: x86: Move MSR_TYPE_{R,W,RW} values from VMX to x86, as enums
Sean Christopherson
2024-08-22
2
-4
/
+6
|
|
*
|
|
|
|
KVM: SVM: Disallow guest from changing userspace's MSR_AMD64_DE_CFG value
Sean Christopherson
2024-08-22
1
-2
/
+7
|
|
*
|
|
|
|
KVM: x86: Use this_cpu_ptr() in kvm_user_return_msr_cpu_online
Li Chen
2024-08-22
1
-2
/
+1
|
|
*
|
|
|
|
KVM: x86: Advertise AVX10.1 CPUID to userspace
Tao Su
2024-08-22
3
-2
/
+37
[prev]
[next]