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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-24
KVM: x86/mmu: Update page stats in __rmap_add()
David Matlack
1
-1
/
+2
2022-06-24
KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
David Matlack
1
-18
/
+29
2022-06-24
KVM: x86/mmu: Pass const memslot to rmap_add()
David Matlack
1
-1
/
+1
2022-06-24
KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()
David Matlack
1
-0
/
+10
2022-06-24
KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_pa...
David Matlack
1
-13
/
+15
2022-06-24
KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()
David Matlack
1
-6
/
+6
2022-06-24
KVM: x86/mmu: Pass memory caches to allocate SPs separately
David Matlack
1
-7
/
+29
2022-06-24
KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
David Matlack
1
-4
/
+4
2022-06-24
KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
David Matlack
1
-6
/
+7
2022-06-24
KVM: x86/mmu: Consolidate shadow page allocation and initialization
David Matlack
1
-22
/
+17
2022-06-24
KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
David Matlack
1
-13
/
+39
2022-06-24
KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes
David Matlack
1
-6
/
+14
2022-06-24
KVM: x86/mmu: Derive shadow MMU page role from parent
David Matlack
2
-52
/
+71
2022-06-24
KVM: x86/mmu: Stop passing "direct" to mmu_alloc_root()
David Matlack
1
-5
/
+6
2022-06-24
KVM: x86/mmu: Use a bool for direct
David Matlack
1
-2
/
+2
2022-06-24
KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
David Matlack
1
-2
/
+2
2022-06-24
KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
Ben Gardon
6
-8
/
+43
2022-06-24
KVM: x86: Fix errant brace in KVM capability handling
Ben Gardon
1
-1
/
+1
2022-06-20
KVM: x86: Add a quirk for KVM's "MONITOR/MWAIT are NOPs!" behavior
Sean Christopherson
3
-12
/
+22
2022-06-20
KVM: x86: Ignore benign host writes to "unsupported" F15H_PERF_CTL MSRs
Sean Christopherson
1
-0
/
+1
2022-06-20
KVM: x86: Ignore benign host accesses to "unsupported" PEBS and BTS MSRs
Sean Christopherson
1
-0
/
+17
2022-06-20
KVM: VMX: Use vcpu_get_perf_capabilities() to get guest-visible value
Sean Christopherson
1
-4
/
+7
2022-06-20
Revert "KVM: x86: always allow host-initiated writes to PMU MSRs"
Sean Christopherson
5
-27
/
+20
2022-06-20
Revert "KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !en...
Sean Christopherson
2
-18
/
+1
2022-06-20
KVM: VMX: Give host userspace full control of MSR_IA32_PERF_CAPABILITIES
Sean Christopherson
1
-2
/
+0
2022-06-20
KVM: x86: Give host userspace full control of MSR_IA32_MISC_ENABLES
Sean Christopherson
2
-18
/
+11
2022-06-20
x86: kvm: remove NULL check before kfree
Dongliang Mu
1
-2
/
+1
2022-06-20
KVM: x86/mmu: Shove refcounted page dependency into host_pfn_mapping_level()
Sean Christopherson
2
-7
/
+11
2022-06-20
KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page()
Sean Christopherson
2
-7
/
+10
2022-06-20
KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page()
Sean Christopherson
1
-2
/
+3
2022-06-20
KVM: nVMX: Use kvm_vcpu_map() to get/pin vmcs12's APIC-access page
Sean Christopherson
2
-28
/
+13
2022-06-20
KVM: x86/mmu: Use common logic for computing the 32/64-bit base PA mask
Sean Christopherson
3
-14
/
+1
2022-06-20
KVM: x86/mmu: Truncate paging32's PT_BASE_ADDR_MASK to 32 bits
Sean Christopherson
1
-1
/
+1
2022-06-20
KVM: x86/mmu: Use common macros to compute 32/64-bit paging masks
Paolo Bonzini
2
-37
/
+11
2022-06-20
KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEs
Sean Christopherson
8
-59
/
+70
2022-06-20
KVM: x86/mmu: Dedup macros for computing various page table masks
Sean Christopherson
5
-19
/
+29
2022-06-20
KVM: x86/mmu: Bury 32-bit PSE paging helpers in paging_tmpl.h
Sean Christopherson
3
-13
/
+17
2022-06-20
KVM: VMX: Refactor 32-bit PSE PT creation to avoid using MMU macro
Sean Christopherson
1
-1
/
+1
2022-06-20
KVM: x86: Use lapic_in_kernel() to query in-kernel APIC in APICv helper
Sean Christopherson
1
-1
/
+1
2022-06-20
KVM: x86: Move "apicv_active" into "struct kvm_lapic"
Sean Christopherson
6
-30
/
+23
2022-06-20
KVM: x86: Check for in-kernel xAPIC when querying APICv for directed yield
Sean Christopherson
1
-1
/
+2
2022-06-20
KVM: x86: Drop @vcpu parameter from kvm_x86_ops.hwapic_isr_update()
Sean Christopherson
3
-6
/
+6
2022-06-20
KVM: SVM: Drop unused AVIC / kvm_x86_ops declarations
Sean Christopherson
1
-4
/
+0
2022-06-20
KVM: nVMX: Update vmcs12 on BNDCFGS write, not at vmcs02=>vmcs12 sync
Sean Christopherson
2
-3
/
+6
2022-06-20
KVM: nVMX: Save BNDCFGS to vmcs12 iff relevant controls are exposed to L1
Sean Christopherson
1
-1
/
+2
2022-06-20
KVM: nVMX: Rename nested.vmcs01_* fields to nested.pre_vmenter_*
Sean Christopherson
3
-7
/
+23
2022-06-20
KVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL for !nested_run_pending case
Sean Christopherson
1
-1
/
+2
2022-06-20
KVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_run_pending case
Sean Christopherson
1
-1
/
+2
2022-06-15
KVM: x86/mmu: Use try_cmpxchg64 in fast_pf_fix_direct_spte
Uros Bizjak
1
-1
/
+1
2022-06-15
KVM: VMX: Use try_cmpxchg64 in pi_try_set_control
Uros Bizjak
1
-1
/
+1
[next]