index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-17
Merge tag 'kvm-x86-pat_vmx_msrs-6.12' of https://github.com/kvm-x86/linux int...
Paolo Bonzini
6
-45
/
+66
2024-09-17
Merge tag 'kvm-x86-mmu-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
6
-378
/
+360
2024-09-17
Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
14
-473
/
+594
2024-09-17
Merge branch 'kvm-redo-enable-virt' into HEAD
Paolo Bonzini
5
-30
/
+36
2024-09-17
Merge branch 'kvm-memslot-zap-quirk' into HEAD
Paolo Bonzini
1
-1
/
+41
2024-09-10
KVM: x86/mmu: Use KVM_PAGES_PER_HPAGE() instead of an open coded equivalent
Sean Christopherson
1
-1
/
+1
2024-09-10
KVM: x86/mmu: Add KVM_RMAP_MANY to replace open coded '1' and '1ul' literals
Sean Christopherson
1
-15
/
+16
2024-09-10
KVM: x86/mmu: Fold mmu_spte_age() into kvm_rmap_age_gfn_range()
Sean Christopherson
1
-28
/
+22
2024-09-10
KVM: x86/mmu: Morph kvm_handle_gfn_range() into an aging specific helper
Sean Christopherson
1
-46
/
+22
2024-09-10
KVM: x86/mmu: Honor NEED_RESCHED when zapping rmaps and blocking is allowed
Sean Christopherson
1
-10
/
+6
2024-09-10
KVM: x86/mmu: Add a helper to walk and zap rmaps for a memslot
Sean Christopherson
1
-3
/
+12
2024-09-10
KVM: x86/mmu: Plumb a @can_yield parameter into __walk_slot_rmaps()
Sean Christopherson
1
-4
/
+8
2024-09-10
KVM: x86/mmu: Move walk_slot_rmaps() up near for_each_slot_rmap_range()
Sean Christopherson
1
-53
/
+53
2024-09-10
KVM: x86/mmu: WARN on MMIO cache hit when emulating write-protected gfn
Sean Christopherson
1
-10
/
+20
2024-09-10
KVM: x86/mmu: Detect if unprotect will do anything based on invalid_list
Sean Christopherson
1
-4
/
+7
2024-09-10
KVM: x86/mmu: Subsume kvm_mmu_unprotect_page() into the and_retry() version
Sean Christopherson
1
-20
/
+13
2024-09-10
KVM: x86: Rename reexecute_instruction()=>kvm_unprotect_and_retry_on_failure()
Sean Christopherson
1
-5
/
+7
2024-09-10
KVM: x86: Update retry protection fields when forcing retry on emulation failure
Sean Christopherson
2
-6
/
+8
2024-09-10
KVM: x86: Apply retry protection to "unprotect on failure" path
Sean Christopherson
1
-19
/
+1
2024-09-10
KVM: x86: Check EMULTYPE_WRITE_PF_TO_SP before unprotecting gfn
Sean Christopherson
1
-9
/
+19
2024-09-10
KVM: x86: Remove manual pfn lookup when retrying #PF after failed emulation
Sean Christopherson
1
-18
/
+0
2024-09-10
KVM: x86/mmu: Move event re-injection unprotect+retry into common path
Sean Christopherson
1
-21
/
+9
2024-09-10
KVM: x86/mmu: Always walk guest PTEs with WRITE access when unprotecting
Sean Christopherson
1
-1
/
+1
2024-09-10
KVM: x86/mmu: Don't try to unprotect an INVALID_GPA
Sean Christopherson
1
-1
/
+6
2024-09-10
KVM: x86: Fold retry_instruction() into x86_emulate_instruction()
Sean Christopherson
1
-21
/
+9
2024-09-10
KVM: x86: Move EMULTYPE_ALLOW_RETRY_PF to x86_emulate_instruction()
Sean Christopherson
1
-8
/
+5
2024-09-10
KVM: x86/mmu: Try "unprotect for retry" iff there are indirect SPs
Sean Christopherson
1
-0
/
+11
2024-09-10
KVM: x86/mmu: Apply retry protection to "fast nTDP unprotect" path
Sean Christopherson
2
-27
/
+39
2024-09-10
KVM: x86: Store gpa as gpa_t, not unsigned long, when unprotecting for retry
Sean Christopherson
1
-1
/
+2
2024-09-10
KVM: x86: Get RIP from vCPU state when storing it to last_retry_eip
Sean Christopherson
1
-1
/
+1
2024-09-10
KVM: x86: Retry to-be-emulated insn in "slow" unprotect path iff sp is zapped
Sean Christopherson
1
-4
/
+4
2024-09-10
KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were unprotected
Sean Christopherson
1
-8
/
+29
2024-09-10
KVM: x86/mmu: Trigger unprotect logic only on write-protection page faults
Sean Christopherson
5
-37
/
+50
2024-09-10
KVM: x86/mmu: Replace PFERR_NESTED_GUEST_PAGE with a more descriptive helper
Sean Christopherson
1
-1
/
+8
2024-09-10
KVM: x86: Remove some unused declarations
Yue Haibing
3
-5
/
+0
2024-09-10
KVM: x86: Forcibly leave nested if RSM to L2 hits shutdown
Sean Christopherson
3
-11
/
+25
2024-09-07
KVM: x86: don't fall through case statements without annotations
Linus Torvalds
1
-0
/
+1
2024-09-05
KVM: Remove HIGH_RES_TIMERS dependency
Steven Rostedt
1
-1
/
+0
2024-09-04
KVM: x86: Register "emergency disable" callbacks when virt is enabled
Sean Christopherson
5
-9
/
+15
2024-09-04
KVM: x86: Rename virtualization {en,dis}abling APIs to match common KVM
Sean Christopherson
5
-23
/
+23
2024-09-04
KVM: Rename arch hooks related to per-CPU virtualization enabling
Sean Christopherson
1
-3
/
+3
2024-09-02
KVM: x86: Only advertise KVM_CAP_READONLY_MEM when supported by VM
Tom Dohrmann
1
-1
/
+2
2024-08-30
KVM: x86: Add fastpath handling of HLT VM-Exits
Sean Christopherson
4
-3
/
+36
2024-08-30
KVM: x86: Reorganize code in x86.c to co-locate vCPU blocking/running helpers
Sean Christopherson
1
-132
/
+132
2024-08-30
KVM: x86: Exit to userspace if fastpath triggers one on instruction skip
Sean Christopherson
1
-2
/
+7
2024-08-30
KVM: x86: Dedup fastpath MSR post-handling logic
Sean Christopherson
1
-10
/
+11
2024-08-30
KVM: x86: Re-enter guest if WRMSR(X2APIC_ICR) fastpath is successful
Sean Christopherson
1
-1
/
+1
2024-08-30
KVM: x86/mmu: Reword a misleading comment about checking gpte_changed()
Sean Christopherson
1
-2
/
+8
2024-08-30
KVM: x86/mmu: Drop pointless "return" wrapper label in FNAME(fetch)
Sean Christopherson
1
-7
/
+4
2024-08-30
KVM: x86/mmu: Decrease indentation in logic to sync new indirect shadow page
Sean Christopherson
1
-21
/
+19
[next]