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
pinetabv-6.6.y-devel
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-02-10
KVM: x86: Get the number of Hyper-V sparse banks from the VARHEAD field
Sean Christopherson
2
-20
/
+29
2022-02-10
KVM: x86/mmu: Consolidate comments about {Host,MMU}-writable
David Matlack
2
-55
/
+60
2022-02-10
KVM: x86/mmu: Rename DEFAULT_SPTE_MMU_WRITEABLE to DEFAULT_SPTE_MMU_WRITABLE
David Matlack
3
-7
/
+7
2022-02-10
KVM: x86/mmu: Move is_writable_pte() to spte.h
David Matlack
2
-39
/
+39
2022-02-10
KVM: x86/mmu: Check SPTE writable invariants when setting leaf SPTEs
David Matlack
4
-9
/
+6
2022-02-10
KVM: x86/mmu: Move SPTE writable invariant checks to a helper function
David Matlack
1
-7
/
+13
2022-02-10
KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised
Wanpeng Li
1
-1
/
+2
2022-02-10
KVM: VMX: Dont' send posted IRQ if vCPU == this vCPU and vCPU is IN_GUEST_MODE
Wanpeng Li
1
-19
/
+21
2022-02-10
KVM: SVM: Rename hook implementations to conform to kvm_x86_ops' names
Sean Christopherson
3
-25
/
+25
2022-02-10
KVM: SVM: Rename SEV implemenations to conform to kvm_x86_ops hooks
Sean Christopherson
3
-21
/
+21
2022-02-10
KVM: x86: Use more verbose names for mem encrypt kvm_x86_ops hooks
Sean Christopherson
6
-17
/
+23
2022-02-10
KVM: SVM: Remove unused MAX_INST_SIZE #define
Sean Christopherson
1
-2
/
+0
2022-02-10
KVM: SVM: Rename svm_flush_tlb() to svm_flush_tlb_current()
Sean Christopherson
2
-6
/
+7
2022-02-10
KVM: x86: Move get_cs_db_l_bits() helper to SVM
Sean Christopherson
3
-12
/
+10
2022-02-10
KVM: VMX: Rename VMX functions to conform to kvm_x86_ops names
Sean Christopherson
3
-18
/
+18
2022-02-10
KVM: x86: Use static_call() for copy/move encryption context ioctls()
Sean Christopherson
2
-7
/
+12
2022-02-10
KVM: x86: Unexport kvm_x86_ops
Sean Christopherson
1
-1
/
+0
2022-02-10
KVM: x86: Uninline and export hv_track_root_tdp()
Sean Christopherson
2
-13
/
+15
2022-02-10
KVM: nVMX: Refactor PMU refresh to avoid referencing kvm_x86_ops.pmu_ops
Sean Christopherson
3
-4
/
+7
2022-02-10
KVM: xen: Use static_call() for invoking kvm_x86_ops hooks
Sean Christopherson
1
-2
/
+2
2022-02-10
KVM: x86: Use static_call() for .vcpu_deliver_sipi_vector()
Sean Christopherson
2
-1
/
+2
2022-02-10
KVM: VMX: Call vmx_get_cpl() directly in handle_dr()
Sean Christopherson
1
-1
/
+1
2022-02-10
KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor names
Sean Christopherson
6
-59
/
+56
2022-02-10
KVM: x86: Drop export for .tlb_flush_current() static_call key
Sean Christopherson
1
-1
/
+0
2022-02-10
KVM: x86: skip host CPUID call for hypervisor leaves
Paolo Bonzini
1
-1
/
+9
2022-02-10
KVM: x86: Remove unused "flags" of kvm_pv_kick_cpu_op()
Jinrong Liang
1
-2
/
+2
2022-02-10
KVM: x86: Remove unused "vcpu" of kvm_scale_tsc()
Jinrong Liang
2
-8
/
+8
2022-02-10
KVM: x86/emulate: Remove unused "tss_selector" of task_switch_{16, 32}()
Jinrong Liang
1
-7
/
+4
2022-02-10
KVM: x86/emulate: Remove unused "ctxt" of setup_syscalls_segments()
Jinrong Liang
1
-5
/
+4
2022-02-10
KVM: x86/ioapic: Remove unused "addr" and "length" of ioapic_read_indirect()
Jinrong Liang
1
-4
/
+2
2022-02-10
KVM: x86/i8259: Remove unused "addr" of elcr_ioport_{read,write}()
Jinrong Liang
1
-4
/
+4
2022-02-10
KVM: SVM: improve split between svm_prepare_guest_switch and sev_es_prepare_g...
Paolo Bonzini
3
-12
/
+10
2022-02-10
KVM: x86/svm: Remove unused "vcpu" of svm_check_exit_valid()
Jinrong Liang
1
-2
/
+2
2022-02-10
KVM: x86/mmu_audit: Remove unused "level" of audit_spte_after_sync()
Jinrong Liang
1
-2
/
+2
2022-02-10
KVM: x86/tdp_mmu: Remove unused "kvm" of kvm_tdp_mmu_get_root()
Jinrong Liang
2
-4
/
+3
2022-02-10
KVM: x86/mmu: Remove unused "vcpu" of reset_{tdp,ept}_shadow_zero_bits_mask()
Jinrong Liang
1
-6
/
+4
2022-02-10
KVM: x86/mmu: Remove unused "kvm" of __rmap_write_protect()
Jinrong Liang
1
-5
/
+4
2022-02-10
KVM: x86/mmu: Remove unused "kvm" of kvm_mmu_unlink_parents()
Jinrong Liang
1
-2
/
+2
2022-02-10
KVM: x86: Skip APICv update if APICv is disable at the module level
Sean Christopherson
2
-0
/
+6
2022-02-10
KVM: x86: Drop NULL check on kvm_x86_ops.check_apicv_inhibit_reasons
Sean Christopherson
1
-2
/
+1
2022-02-10
KVM: x86: Unexport __kvm_request_apicv_update()
Sean Christopherson
1
-1
/
+0
2022-02-10
KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMU
Sean Christopherson
1
-15
/
+24
2022-02-10
KVM: x86/mmu: Move "invalid" check out of kvm_tdp_mmu_get_root()
Sean Christopherson
2
-5
/
+10
2022-02-10
KVM: x86/mmu: Use common TDP MMU zap helper for MMU notifier unmap hook
Sean Christopherson
1
-7
/
+2
2022-02-10
KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU
David Woodhouse
1
-30
/
+67
2022-02-08
KVM: x86: SVM: move avic definitions from AMD's spec to svm.h
Maxim Levitsky
4
-32
/
+38
2022-02-08
KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibi...
Maxim Levitsky
1
-1
/
+6
2022-02-08
KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L...
Maxim Levitsky
1
-4
/
+13
2022-02-08
KVM: x86: nSVM: expose clean bit support to the guest
Maxim Levitsky
1
-0
/
+1
2022-02-08
KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSM
Maxim Levitsky
2
-0
/
+6
[next]