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
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
2022-04-29
KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDR
Sean Christopherson
5
-16
/
+45
2022-04-11
KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU
Vitaly Kuznetsov
3
-37
/
+12
2022-04-11
KVM: SVM: Do not activate AVIC for SEV-enabled guest
Suravee Suthikulpanit
2
-1
/
+4
2022-04-05
KVM: x86/mmu: remove unnecessary flush_workqueue()
Lv Ruyi
1
-1
/
+1
2022-04-05
KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded
Sean Christopherson
2
-6
/
+34
2022-04-05
KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()
Peter Gonda
1
-0
/
+1
2022-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
22
-286
/
+306
2022-04-02
KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
Paolo Bonzini
1
-40
/
+34
2022-04-02
KVM: x86: Remove redundant vm_entry_controls_clearbit() call
Zhenzhong Duan
1
-1
/
+0
2022-04-02
KVM: x86: cleanup enter_rmode()
Zhenzhong Duan
1
-9
/
+5
2022-04-02
KVM: x86: SVM: fix tsc scaling when the host doesn't support it
Maxim Levitsky
3
-9
/
+6
2022-04-02
kvm: x86: SVM: remove unused defines
Maxim Levitsky
1
-8
/
+0
2022-04-02
KVM: x86: SVM: move tsc ratio definitions to svm.h
Maxim Levitsky
1
-10
/
+5
2022-04-02
KVM: x86: SVM: fix avic spec based definitions again
Maxim Levitsky
1
-11
/
+0
2022-04-02
KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsr
Hou Wenlong
3
-16
/
+40
2022-04-02
KVM: x86/emulator: Emulate RDPID only if it is enabled in guest
Hou Wenlong
3
-1
/
+10
2022-04-02
KVM: x86/pmu: Fix and isolate TSX-specific performance event logic
Like Xu
2
-13
/
+15
2022-04-02
KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was set
Maxim Levitsky
1
-1
/
+1
2022-04-02
KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs
Jim Mattson
1
-5
/
+3
2022-04-02
KVM: x86: Trace all APICv inhibit changes and capture overall status
Sean Christopherson
2
-18
/
+29
2022-04-02
KVM: x86: Add wrappers for setting/clearing APICv inhibits
Sean Christopherson
5
-32
/
+33
2022-04-02
KVM: x86: Make APICv inhibit reasons an enum and cleanup naming
Sean Christopherson
5
-19
/
+22
2022-04-02
KVM: X86: Handle implicit supervisor access with SMAP
Lai Jiangshan
3
-17
/
+19
2022-04-02
KVM: X86: Rename variable smap to not_smap in permission_fault()
Lai Jiangshan
1
-2
/
+2
2022-04-02
KVM: X86: Fix comments in update_permission_bitmask
Lai Jiangshan
1
-2
/
+2
2022-04-02
KVM: X86: Change the type of access u32 to u64
Lai Jiangshan
4
-20
/
+22
2022-04-02
KVM: Remove dirty handling from gfn_to_pfn_cache completely
David Woodhouse
1
-3
/
+2
2022-04-02
KVM: Use enum to track if cached PFN will be used in guest and/or host
Sean Christopherson
1
-1
/
+1
2022-04-02
KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode()
Peter Gonda
2
-1
/
+2
2022-04-02
KVM: x86/pmu: Use different raw event masks for AMD and Intel
Jim Mattson
3
-1
/
+4
2022-04-02
KVM: x86/mmu: Zap only TDP MMU leafs in zap range and mmu_notifier unmap
Sean Christopherson
3
-48
/
+19
2022-04-02
KVM: SVM: fix panic on out-of-bounds guest IRQ
Yi Wang
1
-2
/
+8
2022-04-02
KVM: MMU: propagate alloc_workqueue failure
Paolo Bonzini
4
-16
/
+31
2022-03-29
KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activated
Vitaly Kuznetsov
1
-3
/
+6
2022-03-29
KVM: x86: Avoid theoretical NULL pointer dereference in kvm_irq_delivery_to_a...
Vitaly Kuznetsov
1
-0
/
+4
2022-03-29
KVM: x86: Check lapic_in_kernel() before attempting to set a SynIC irq
Vitaly Kuznetsov
1
-0
/
+3
2022-03-29
KVM: x86: Fix clang -Wimplicit-fallthrough in do_host_cpuid()
Nathan Chancellor
1
-0
/
+1
2022-03-27
Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+10
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
42
-1676
/
+2234
2022-03-23
Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2022-03-22
kvm/emulate: Fix SETcc emulation for ENDBR
Peter Zijlstra
1
-4
/
+6
2022-03-22
Merge branch 'kvm/kvm-sls-fix'
Peter Zijlstra
1
-2
/
+17
2022-03-22
Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-15
/
+9
2022-03-22
Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-7
/
+8
2022-03-21
KVM: use kvcalloc for array allocations
Paolo Bonzini
1
-3
/
+2
2022-03-21
KVM: x86: Introduce KVM_CAP_DISABLE_QUIRKS2
Oliver Upton
1
-0
/
+8
2022-03-21
kvm: x86: Require const tsc for RT
Thomas Gleixner
1
-0
/
+6
2022-03-21
KVM: x86: synthesize CPUID leaf 0x80000021h if useful
Paolo Bonzini
1
-0
/
+25
2022-03-21
KVM: x86: add support for CPUID leaf 0x80000021
Paolo Bonzini
1
-1
/
+18
2022-03-21
KVM: x86: do not use KVM_X86_OP_OPTIONAL_RET0 for get_mt_mask
Maxim Levitsky
1
-0
/
+6
[next]