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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-29
KVM: x86/mmu: Use enable_mmio_caching to track if MMIO caching is enabled
Sean Christopherson
3
-3
/
+8
2022-04-29
KVM: x86/mmu: Check for host MMIO exclusion from mem encrypt iff necessary
Sean Christopherson
1
-1
/
+1
2022-04-29
KVM: SEV-ES: Use V_TSC_AUX if available instead of RDTSC/MSR_TSC_AUX intercepts
Babu Moger
4
-2
/
+11
2022-04-29
x86/cpufeatures: Add virtual TSC_AUX feature bit
Babu Moger
1
-0
/
+1
2022-04-29
Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD
Paolo Bonzini
6
-24
/
+91
2022-04-29
KVM: x86/mmu: fix potential races when walking host page table
Mingwei Zhang
1
-5
/
+42
2022-04-29
KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT
Paolo Bonzini
1
-0
/
+2
2022-04-29
KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDR
Sean Christopherson
5
-16
/
+45
2022-04-13
KVM: x86: Bail to userspace if emulation of atomic user access faults
Sean Christopherson
1
-1
/
+1
2022-04-13
KVM: x86: Use __try_cmpxchg_user() to emulate atomic accesses
Sean Christopherson
1
-21
/
+14
2022-04-13
KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bits
Sean Christopherson
1
-37
/
+1
2022-04-13
x86/uaccess: Implement macros for CMPXCHG on user addresses
Peter Zijlstra
1
-0
/
+142
2022-04-13
KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES
Peter Gonda
1
-2
/
+7
2022-04-13
KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple fault
Sean Christopherson
2
-4
/
+33
2022-04-13
KVM: nVMX: Leave most VM-Exit info fields unmodified on failed VM-Entry
Sean Christopherson
1
-5
/
+10
2022-04-13
KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2
Sean Christopherson
2
-6
/
+0
2022-04-13
KVM: x86: Use static calls to reduce kvm_pmu_ops overhead
Like Xu
2
-22
/
+65
2022-04-13
KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdata
Like Xu
6
-7
/
+6
2022-04-13
KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirection
Like Xu
3
-26
/
+37
2022-04-13
KVM: x86: Move kvm_ops_static_call_update() to x86.c
Like Xu
2
-16
/
+17
2022-04-13
KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bits
Sean Christopherson
3
-10
/
+10
2022-04-13
KVM: VMX: replace 0x180 with EPT_VIOLATION_* definition
SU Hang
2
-1
/
+4
2022-04-13
x86/kvm: Don't waste kvmclock memory if there is nopv parameter
Wanpeng Li
1
-1
/
+1
2022-04-13
kvm: vmx: remove redundant parentheses
Peng Hao
1
-1
/
+1
2022-04-13
kvm: x86: Adjust the location of pkru_mask of kvm_mmu to reduce memory
Peng Hao
1
-8
/
+9
2022-04-13
KVM: x86/xen: Remove the redundantly included header file lapic.h
Like Xu
1
-1
/
+0
2022-04-13
Merge branch 'kvm-older-features' into HEAD
Paolo Bonzini
17
-533
/
+1713
2022-04-11
KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU
Vitaly Kuznetsov
4
-40
/
+13
2022-04-11
KVM: SVM: Do not activate AVIC for SEV-enabled guest
Suravee Suthikulpanit
3
-1
/
+5
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
3
-8
/
+37
2022-04-05
KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()
Peter Gonda
1
-0
/
+1
2022-04-03
Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-185
/
+186
2022-04-03
Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+0
2022-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
25
-305
/
+349
2022-04-02
KVM: x86/mmu: Don't rebuild page when the page is synced and no tlb flushing ...
Hou Wenlong
1
-9
/
+9
2022-04-02
KVM: x86: optimize PKU branching in kvm_load_{guest|host}_xsave_state
Jon Kohler
1
-5
/
+9
2022-04-02
KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
Maxim Levitsky
4
-17
/
+37
2022-04-02
KVM: x86: allow per cpu apicv inhibit reasons
Maxim Levitsky
3
-2
/
+18
2022-04-02
KVM: x86: nSVM: implement nested vGIF
Maxim Levitsky
3
-10
/
+45
2022-04-02
KVM: x86: nSVM: support PAUSE filtering when L0 doesn't intercept PAUSE
Maxim Levitsky
3
-3
/
+47
2022-04-02
KVM: x86: nSVM: implement nested LBR virtualization
Maxim Levitsky
3
-4
/
+28
2022-04-02
KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running
Maxim Levitsky
3
-19
/
+93
2022-04-02
KVM: x86: SVM: remove vgif_enabled()
Maxim Levitsky
2
-14
/
+10
2022-04-02
kvm: x86: SVM: use vmcb* instead of svm->vmcb where it makes sense
Maxim Levitsky
1
-85
/
+94
2022-04-02
KVM: x86: SVM: use vmcb01 in init_vmcb
Maxim Levitsky
3
-8
/
+8
2022-04-02
KVM: x86: Support the vCPU preemption check with nopvspin and realtime hint
Li RongQing
2
-39
/
+40
2022-04-02
KVM: x86: Don't snapshot "max" TSC if host TSC is constant
Sean Christopherson
1
-15
/
+15
2022-04-02
KVM: x86: Accept KVM_[GS]ET_TSC_KHZ as a VM ioctl.
David Woodhouse
2
-1
/
+27
2022-04-02
KVM: x86/i8259: Remove a dead store of irq in a conditional block
Like Xu
1
-1
/
+0
[next]