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
2023-08-31
KVM: x86/mmu: Assert that correct locks are held for page write-tracking
Sean Christopherson
1
-6
/
+11
2023-08-31
KVM: x86/mmu: Rename page-track APIs to reflect the new reality
Sean Christopherson
4
-21
/
+19
2023-08-31
KVM: x86/mmu: Drop infrastructure for multiple page-track modes
Sean Christopherson
5
-100
/
+46
2023-08-31
KVM: x86/mmu: Use page-track notifiers iff there are external users
Sean Christopherson
4
-16
/
+47
2023-08-31
KVM: x86/mmu: Move KVM-only page-track declarations to internal header
Sean Christopherson
5
-27
/
+39
2023-08-31
KVM: x86: Remove the unused page-track hook track_flush_slot()
Yan Zhao
3
-39
/
+0
2023-08-31
KVM: x86: Add a new page-track hook to handle memslot deletion
Yan Zhao
3
-2
/
+40
2023-08-31
KVM: x86: Reject memslot MOVE operations if KVMGT is attached
Sean Christopherson
3
-0
/
+15
2023-08-31
KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook
Sean Christopherson
2
-4
/
+3
2023-08-31
KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs
Sean Christopherson
4
-12
/
+6
2023-08-31
KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change
Sean Christopherson
1
-8
/
+2
2023-08-31
KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.c
Sean Christopherson
3
-13
/
+12
2023-08-31
KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=y
Sean Christopherson
1
-11
/
+10
2023-08-31
KVM: x86/mmu: Plumb "struct kvm" all the way to pte_list_remove()
Mingwei Zhang
1
-15
/
+18
2023-08-31
KVM: x86/mmu: Use BUILD_BUG_ON_INVALID() for KVM_MMU_WARN_ON() stub
Sean Christopherson
1
-1
/
+1
2023-08-31
KVM: x86/mmu: Replace MMU_DEBUG with proper KVM_PROVE_MMU Kconfig
Sean Christopherson
3
-4
/
+15
2023-08-31
KVM: x86/mmu: Bug the VM if a vCPU ends up in long mode without PAE enabled
Sean Christopherson
1
-1
/
+11
2023-08-31
KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()
Sean Christopherson
7
-49
/
+49
2023-08-31
KVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON()
Sean Christopherson
4
-12
/
+12
2023-08-31
KVM: x86/mmu: Cleanup sanity check of SPTEs at SP free
Sean Christopherson
1
-10
/
+9
2023-08-31
KVM: x86/mmu: Avoid pointer arithmetic when iterating over SPTEs
Sean Christopherson
1
-5
/
+5
2023-08-31
KVM: x86/mmu: Delete the "dbg" module param
Sean Christopherson
2
-7
/
+0
2023-08-31
KVM: x86/mmu: Delete rmap_printk() and all its usage
Sean Christopherson
2
-14
/
+0
2023-08-31
KVM: x86/mmu: Delete pgprintk() and all its usage
Sean Christopherson
4
-28
/
+0
2023-08-31
KVM: x86/mmu: Guard against collision with KVM-defined PFERR_IMPLICIT_ACCESS
Sean Christopherson
1
-0
/
+11
2023-08-31
KVM: x86/mmu: Move the lockdep_assert of mmu_lock to inside clear_dirty_pt_ma...
Like Xu
1
-1
/
+2
2023-08-31
Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
28
-445
/
+490
2023-08-31
Merge tag 'kvm-x86-svm-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
6
-136
/
+251
2023-08-31
Merge tag 'kvm-x86-vmx-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-21
/
+17
2023-08-31
Merge tag 'kvm-x86-pmu-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-29
/
+56
2023-08-31
Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
12
-589
/
+1158
2023-08-31
Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
10
-31
/
+211
2023-08-31
Merge tag 'kvm-x86-selftests-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-3
/
+10
2023-08-31
Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
5
-7
/
+7
2023-08-31
Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
41
-313
/
+2940
2023-08-29
KVM: VMX: Refresh available regs and IDT vectoring info before NMI handling
Sean Christopherson
1
-10
/
+11
2023-08-28
KVM: s390: pv: Allow AP-instructions for pv-guests
Steffen Eiden
2
-3
/
+15
2023-08-28
KVM: s390: Add UV feature negotiation
Steffen Eiden
3
-0
/
+91
2023-08-28
s390/uv: UV feature check utility
Steffen Eiden
4
-3
/
+10
2023-08-28
KVM: s390: pv: relax WARN_ONCE condition for destroy fast
Viktor Mihajlovski
1
-1
/
+2
2023-08-28
Merge remote-tracking branch 'vfio-ap' into next
Janosch Frank
5
-13
/
+25
2023-08-28
KVM: s390: interrupt: Fix single-stepping keyless mode exits
Ilya Leoshkevich
1
-2
/
+2
2023-08-28
KVM: s390: interrupt: Fix single-stepping userspace-emulated instructions
Ilya Leoshkevich
1
-3
/
+20
2023-08-28
KVM: s390: interrupt: Fix single-stepping kernel-emulated instructions
Ilya Leoshkevich
1
-3
/
+14
2023-08-28
KVM: s390: interrupt: Fix single-stepping into program interrupt handlers
Ilya Leoshkevich
1
-1
/
+16
2023-08-28
KVM: s390: interrupt: Fix single-stepping into interrupt handlers
Ilya Leoshkevich
2
-2
/
+16
2023-08-28
Merge branch kvm-arm64/6.6/misc into kvmarm-master/next
Marc Zyngier
9
-96
/
+139
2023-08-28
Merge branch kvm-arm64/6.6/pmu-fixes into kvmarm-master/next
Marc Zyngier
5
-11
/
+50
2023-08-28
Merge branch kvm-arm64/tlbi-range into kvmarm-master/next
Marc Zyngier
18
-118
/
+238
2023-08-28
Merge branch kvm-arm64/nv-trap-forwarding into kvmarm-master/next
Marc Zyngier
15
-41
/
+2488
[next]