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
/
kvm
/
vmx
/
nested.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-01
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
1
-106
/
+91
2022-07-28
KVM: nVMX: Set UMIP bit CR4_FIXED1 MSR when emulating UMIP
Sean Christopherson
1
-0
/
+3
2022-07-28
Revert "KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control"
Paolo Bonzini
1
-22
/
+0
2022-07-28
KVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX xfer iff it exists
Sean Christopherson
1
-1
/
+3
2022-07-28
KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value
Sean Christopherson
1
-33
/
+37
2022-07-28
KVM: nVMX: Rename handle_vm{on,off}() to handle_vmx{on,off}()
Sean Christopherson
1
-4
/
+4
2022-07-28
KVM: nVMX: Inject #UD if VMXON is attempted with incompatible CR0/CR4
Sean Christopherson
1
-9
/
+14
2022-07-14
Merge commit 'kvm-vmx-nested-tsc-fix' into kvm-master
Paolo Bonzini
1
-1
/
+0
2022-07-14
KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1
Vitaly Kuznetsov
1
-1
/
+0
2022-07-12
KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1
Vitaly Kuznetsov
1
-1
/
+0
2022-06-27
KVM: VMX: Convert launched argument to flags
Josh Poimboeuf
1
-1
/
+1
2022-06-20
KVM: nVMX: Use kvm_vcpu_map() to get/pin vmcs12's APIC-access page
Sean Christopherson
1
-27
/
+12
2022-06-20
KVM: nVMX: Update vmcs12 on BNDCFGS write, not at vmcs02=>vmcs12 sync
Sean Christopherson
1
-3
/
+0
2022-06-20
KVM: nVMX: Save BNDCFGS to vmcs12 iff relevant controls are exposed to L1
Sean Christopherson
1
-1
/
+2
2022-06-20
KVM: nVMX: Rename nested.vmcs01_* fields to nested.pre_vmenter_*
Sean Christopherson
1
-4
/
+4
2022-06-20
KVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL for !nested_run_pending case
Sean Christopherson
1
-1
/
+2
2022-06-20
KVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_run_pending case
Sean Christopherson
1
-1
/
+2
2022-06-08
KVM: VMX: Enable Notify VM exit
Tao Xu
1
-0
/
+8
2022-06-08
KVM: x86: Introduce "struct kvm_caps" to track misc caps/settings
Sean Christopherson
1
-2
/
+2
2022-05-25
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-0
/
+5
2022-04-29
KVM: x86: Clean up and document nested #PF workaround
Sean Christopherson
1
-9
/
+6
2022-04-21
KVM: nVMX: Defer APICv updates while L2 is active until L1 is active
Sean Christopherson
1
-0
/
+5
2022-04-13
KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple fault
Sean Christopherson
1
-4
/
+28
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
1
-3
/
+0
2022-03-05
Merge branch 'kvm-bugfixes' into HEAD
Paolo Bonzini
1
-3
/
+8
2022-02-25
KVM: x86/mmu: load new PGD after the shadow MMU is initialized
Paolo Bonzini
1
-3
/
+3
2022-02-25
KVM: x86/mmu: do not pass vcpu to root freeing functions
Paolo Bonzini
1
-4
/
+4
2022-02-25
KVM: x86: use struct kvm_mmu_root_info for mmu->root
Paolo Bonzini
1
-1
/
+1
2022-02-25
Revert "KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()"
Sean Christopherson
1
-1
/
+7
2022-02-25
Revert "KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()"
Sean Christopherson
1
-2
/
+1
2022-02-10
KVM: nVMX: Refactor PMU refresh to avoid referencing kvm_x86_ops.pmu_ops
Sean Christopherson
1
-2
/
+3
2022-01-28
KVM: nVMX: Allow VMREAD when Enlightened VMCS is in use
Vitaly Kuznetsov
1
-16
/
+39
2022-01-28
KVM: nVMX: Rename vmcs_to_field_offset{,_table}
Vitaly Kuznetsov
1
-3
/
+3
2022-01-26
KVM: nVMX: WARN on any attempt to allocate shadow VMCS for vmcs02
Sean Christopherson
1
-10
/
+12
2022-01-26
KVM: x86: Forcibly leave nested virt when SMM state is toggled
Sean Christopherson
1
-0
/
+1
2022-01-07
KVM: x86: Update vPMCs when retiring branch instructions
Eric Hankland
1
-2
/
+5
2022-01-07
KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()
Lai Jiangshan
1
-1
/
+2
2021-12-08
KVM: nVMX: Implement Enlightened MSR Bitmap feature
Vitaly Kuznetsov
1
-0
/
+14
2021-12-08
KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
Vitaly Kuznetsov
1
-1
/
+8
2021-12-08
KVM: X86: Remove mmu parameter from load_pdptrs()
Lai Jiangshan
1
-2
/
+2
2021-12-08
KVM: X86: Add parameter huge_page_level to kvm_init_shadow_ept_mmu()
Lai Jiangshan
1
-3
/
+5
2021-12-08
KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()
Lai Jiangshan
1
-7
/
+1
2021-12-08
KVM: vmx, svm: clean up mass updates to regs_avail/regs_dirty bits
Paolo Bonzini
1
-1
/
+7
2021-12-08
KVM: X86: Mark CR3 dirty when vcpu->arch.cr3 is changed
Lai Jiangshan
1
-1
/
+1
2021-12-08
KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
Sean Christopherson
1
-1
/
+1
2021-12-02
KVM: VMX: Set failure code in prepare_vmcs02()
Dan Carpenter
1
-1
/
+3
2021-11-26
KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new vpid12
Sean Christopherson
1
-20
/
+17
2021-11-26
KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexit
Sean Christopherson
1
-5
/
+3
2021-11-26
KVM: VMX: do not use uninitialized gfn_to_hva_cache
Paolo Bonzini
1
-2
/
+2
[next]