开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
nested.c
Age
Commit message (
Expand
)
Author
2023-03-27
KVM: nVMX: Do not report error code when synthesizing VM-Exit from Real Mode
Sean Christopherson
2023-03-14
KVM: nVMX: remove unnecessary #ifdef
Paolo Bonzini
2023-03-14
KVM: nVMX: add missing consistency checks for CR0 and CR4
Paolo Bonzini
2023-02-07
KVM: nVMX: Simplify the setting of SECONDARY_EXEC_ENABLE_VMFUNC for nested.
Yu Zhang
2023-02-07
KVM: VMX: Do not trap VMFUNC instructions for L1 guests.
Yu Zhang
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-23
KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1
Sean Christopherson
2022-12-23
KVM: nVMX: Document that ignoring memory failures for VMCLEAR is deliberate
Sean Christopherson
2022-11-30
KVM: nVMX: Reword comments about generating nested CR0/4 read shadows
Sean Christopherson
2022-11-30
KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS
Jim Mattson
2022-11-30
KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check fails
Sean Christopherson
2022-11-18
KVM: nVMX: hyper-v: Enable L2 TLB flush
Vitaly Kuznetsov
2022-11-18
KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
Vitaly Kuznetsov
2022-11-18
KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
Vitaly Kuznetsov
2022-11-18
KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
Vitaly Kuznetsov
2022-11-18
KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
Vitaly Kuznetsov
2022-11-17
Merge branch 'kvm-svm-harden' into HEAD
Paolo Bonzini
2022-11-17
KVM: x86: allow L1 to not intercept triple fault
Maxim Levitsky
2022-11-17
KVM: x86: add kvm_leave_nested
Maxim Levitsky
2022-11-09
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
2022-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-09-26
KVM: nVMX: Make event request on VMXOFF iff INIT/SIPI is pending
Sean Christopherson
2022-09-26
KVM: nVMX: Make an event request if INIT or SIPI is pending on VM-Enter
Sean Christopherson
2022-09-26
KVM: nVMX: Make an event request when pending an MTF nested VM-Exit
Sean Christopherson
2022-09-26
KVM: x86: make vendor code check for all nested events
Paolo Bonzini
2022-09-26
KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
Sean Christopherson
2022-09-26
KVM: nVMX: Document priority of all known events on Intel CPUs
Sean Christopherson
2022-09-26
KVM: nVMX: Add a helper to identify low-priority #DB traps
Sean Christopherson
2022-09-26
KVM: x86: Formalize blocking of nested pending exceptions
Sean Christopherson
2022-09-26
KVM: x86: Make kvm_queued_exception a properly named, visible struct
Sean Christopherson
2022-09-26
KVM: nVMX: Unconditionally clear mtf_pending on nested VM-Exit
Sean Christopherson
2022-09-26
KVM: nVMX: Ignore SIPI that arrives in L2 when vCPU is not in WFS
Sean Christopherson
2022-09-26
KVM: nVMX: Prioritize TSS T-flag #DBs over Monitor Trap Flag
Sean Christopherson
2022-09-26
KVM: nVMX: Treat General Detect #DB (DR7.GD=1) as fault-like
Sean Christopherson
2022-09-26
KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCS
Sean Christopherson
2022-09-26
KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"
Sean Christopherson
2022-09-26
KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR
Vitaly Kuznetsov
2022-09-26
KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
Vitaly Kuznetsov
2022-09-26
KVM: nVMX: Always set required-1 bits of pinbased_ctls to PIN_BASED_ALWAYSON_...
Vitaly Kuznetsov
2022-09-26
KVM: nVMX: Always emulate PERF_GLOBAL_CTRL VM-Entry/VM-Exit controls
Sean Christopherson
2022-09-26
KVM: nVMX: Don't propagate vmcs12's PERF_GLOBAL_CTRL settings to vmcs02
Sean Christopherson
2022-09-26
KVM: nVMX: Support several new fields in eVMCSv1
Vitaly Kuznetsov
2022-09-26
KVM: nVMX: Treat eVMCS as enabled for guest iff Hyper-V is also enabled
Sean Christopherson
2022-09-26
KVM: x86: Print guest pgd in kvm_nested_vmenter()
Mingwei Zhang
2022-09-26
KVM: nVMX: Add tracepoint for nested VM-Enter
David Matlack
2022-08-15
x86: Fix various duplicate-word comment typos
Jason Wang
2022-08-01
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
2022-07-28
KVM: nVMX: Set UMIP bit CR4_FIXED1 MSR when emulating UMIP
Sean Christopherson
2022-07-28
Revert "KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control"
Paolo Bonzini
2022-07-28
KVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX xfer iff it exists
Sean Christopherson
[next]