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-15
KVM: x86/mmu: Use try_cmpxchg64 in tdp_mmu_set_spte_atomic
Uros Bizjak
1
-11
/
+1
2022-06-15
KVM: VMX: Skip filter updates for MSRs that KVM is already intercepting
Sean Christopherson
1
-7
/
+11
2022-06-15
KVM: x86/mmu: Drop unused CMPXCHG macro from paging_tmpl.h
Sean Christopherson
1
-6
/
+0
2022-06-15
KVM: X86/SVM: Use root_level in svm_load_mmu_pgd()
Lai Jiangshan
1
-1
/
+1
2022-06-15
KVM: X86/MMU: Remove useless mmu_topup_memory_caches() in kvm_mmu_pte_write()
Lai Jiangshan
1
-7
/
+0
2022-06-15
KVM: X86/MMU: Remove unused PT32_DIR_BASE_ADDR_MASK from mmu.c
Lai Jiangshan
1
-2
/
+0
2022-06-15
KVM: SVM: Hide SEV migration lockdep goo behind CONFIG_PROVE_LOCKING
Sean Christopherson
1
-10
/
+7
2022-06-15
KVM: SEV: fix misplaced closing parenthesis
Paolo Bonzini
1
-2
/
+2
2022-06-10
KVM: x86: Bug the VM on an out-of-bounds data read
Sean Christopherson
1
-1
/
+2
2022-06-10
KVM: x86: Bug the VM if the emulator generates a bogus exception vector
Sean Christopherson
1
-2
/
+5
2022-06-10
KVM: x86: Bug the VM if the emulator accesses a non-existent GPR
Sean Christopherson
3
-2
/
+21
2022-06-10
KVM: x86: Reduce the number of emulator GPRs to '8' for 32-bit KVM
Sean Christopherson
2
-5
/
+6
2022-06-10
KVM: x86: Use 16-bit fields to track dirty/valid emulator GPRs
Sean Christopherson
2
-2
/
+5
2022-06-10
KVM: x86: Omit VCPU_REGS_RIP from emulator's _regs array
Sean Christopherson
2
-6
/
+17
2022-06-10
KVM: x86: Harden _regs accesses to guard against buggy input
Sean Christopherson
1
-0
/
+6
2022-06-10
KVM: x86: Grab regs_dirty in local 'unsigned long'
Sean Christopherson
1
-1
/
+2
2022-06-09
Merge branch 'kvm-5.20-early'
Paolo Bonzini
47
-560
/
+1973
2022-06-09
KVM: x86: SVM: fix nested PAUSE filtering when L0 intercepts PAUSE
Paolo Bonzini
2
-20
/
+23
2022-06-09
KVM: x86: SVM: drop preempt-safe wrappers for avic_vcpu_load/put
Maxim Levitsky
3
-27
/
+8
2022-06-09
KVM: x86: disable preemption while updating apicv inhibition
Maxim Levitsky
1
-0
/
+2
2022-06-09
KVM: x86: SVM: fix avic_kick_target_vcpus_fast
Maxim Levitsky
1
-36
/
+69
2022-06-09
KVM: x86: SVM: remove avic's broken code that updated APIC ID
Maxim Levitsky
1
-35
/
+0
2022-06-09
KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC base
Maxim Levitsky
4
-6
/
+37
2022-06-09
KVM: x86: document AVIC/APICv inhibit reasons
Maxim Levitsky
1
-2
/
+57
2022-06-09
KVM: x86/mmu: Set memory encryption "value", not "mask", in shadow PDPTRs
Yuan Yao
1
-1
/
+1
2022-06-09
Merge tag 'kvmarm-fixes-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
13
-73
/
+95
2022-06-09
Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
2871
-41232
/
+93627
2022-06-09
KVM: arm64: Drop stale comment
Marc Zyngier
1
-5
/
+0
2022-06-09
KVM: arm64: Remove redundant hyp_assert_lock_held() assertions
Will Deacon
1
-4
/
+0
2022-06-09
KVM: arm64: Extend comment in has_vhe()
Will Deacon
1
-0
/
+3
2022-06-09
KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHE
Will Deacon
2
-10
/
+6
2022-06-09
KVM: arm64: Handle all ID registers trapped for a protected VM
Marc Zyngier
1
-8
/
+34
2022-06-09
KVM: arm64: Return error from kvm_arch_init_vm() on allocation failure
Will Deacon
1
-1
/
+3
2022-06-09
RISC-V: KVM: fix typos in comments
Julia Lawall
1
-1
/
+1
2022-06-08
KVM: x86: PIT: Preserve state of speaker port data bit
Paul Durrant
3
-5
/
+9
2022-06-08
KVM: VMX: Reject kvm_intel if an inconsistent VMCS config is detected
Sean Christopherson
1
-3
/
+17
2022-06-08
KVM: VMX: Sanitize VM-Entry/VM-Exit control pairs at kvm_intel load time
Sean Christopherson
2
-7
/
+34
2022-06-08
KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmu
Like Xu
2
-1
/
+18
2022-06-08
KVM: x86/pmu: Restrict advanced features based on module enable_pmu
Like Xu
3
-3
/
+12
2022-06-08
KVM: x86/pmu: Avoid exposing Intel BTS feature
Like Xu
3
-4
/
+8
2022-06-08
KVM: x86/pmu: Update global enable_pmu when PMU is undetected
Like Xu
1
-5
/
+10
2022-06-08
x86: events: Do not return bogus capabilities if PMU is broken
Paolo Bonzini
1
-2
/
+10
2022-06-08
perf/x86/intel: Fix the comment about guest LBR support on KVM
Like Xu
1
-2
/
+1
2022-06-08
KVM: VMX: Enable Notify VM exit
Tao Xu
9
-4
/
+98
2022-06-08
KVM: x86: Introduce "struct kvm_caps" to track misc caps/settings
Sean Christopherson
10
-101
/
+94
2022-06-08
KVM: x86: Extend KVM_{G,S}ET_VCPU_EVENTS to support pending triple fault
Chenyi Qiang
3
-2
/
+27
2022-06-08
KVM: arm64: Warn if accessing timer pending state outside of vcpu context
Marc Zyngier
1
-0
/
+3
2022-06-08
KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pending
Marc Zyngier
2
-39
/
+22
2022-06-08
KVM: x86/pmu: Drop amd_event_mapping[] in the KVM context
Like Xu
5
-65
/
+12
2022-06-08
KVM: x86/pmu: Replace pmc_perf_hw_id() with perf_get_hw_event_config()
Like Xu
1
-7
/
+2
[prev]
[next]