index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
nested.c
Age
Commit message (
Expand
)
Author
2021-02-04
KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
Uros Bizjak
2021-02-04
KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functions
Jason Baron
2021-02-04
KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW
Chenyi Qiang
2021-02-04
KVM: VMX: Convert vcpu_vmx.exit_reason to a union
Sean Christopherson
2021-01-25
KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMX
Paolo Bonzini
2021-01-25
KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migration
Maxim Levitsky
2021-01-07
KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
Maxim Levitsky
2020-11-15
KVM: x86: emulate wait-for-SIPI and SIPI-VMExit
Yadong Qi
2020-11-15
KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook
Sean Christopherson
2020-10-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-10-14
Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-09-28
KVM: x86: rename KVM_REQ_GET_VMCS12_PAGES
Paolo Bonzini
2020-09-28
KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs
Aaron Lewis
2020-09-28
KVM: VMX: Rename "find_msr_entry" to "vmx_find_uret_msr"
Sean Christopherson
2020-09-28
KVM: VMX: Rename the "shared_msr_entry" struct to "vmx_uret_msr"
Sean Christopherson
2020-09-28
KVM: VMX: Rename "vmx_find_msr_index" to "vmx_find_loadstore_msr_slot"
Sean Christopherson
2020-09-28
KVM: VMX: Prepend "MAX_" to MSR array size defines
Sean Christopherson
2020-09-28
KVM: nVMX: Read EXIT_QUAL and INTR_INFO only when needed for nested exit
Sean Christopherson
2020-09-28
KVM: x86: Use common definition for kvm_nested_vmexit tracepoint
Sean Christopherson
2020-09-28
KVM: VMX: Add a helper to test for a valid error code given an intr info
Sean Christopherson
2020-09-28
KVM: x86: Read guest RIP from within the kvm_nested_vmexit tracepoint
Sean Christopherson
2020-09-28
KVM: nVMX: WARN on attempt to switch the currently loaded VMCS
Sean Christopherson
2020-09-28
KVM: nVMX: Drop redundant VMCS switch and free_nested() call
Sean Christopherson
2020-09-28
KVM: nVMX: Ensure vmcs01 is the loaded VMCS when freeing nested state
Sean Christopherson
2020-09-28
KVM: nVMX: Move free_nested() below vmx_switch_vmcs()
Sean Christopherson
2020-09-28
KVM: nVMX: Explicitly check for valid guest state for !unrestricted guest
Sean Christopherson
2020-09-28
KVM: nVMX: Reload vmcs01 if getting vmcs12's pages fails
Sean Christopherson
2020-09-28
KVM: nVMX: Reset the segment cache when stuffing guest segs
Sean Christopherson
2020-09-28
KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"
Sean Christopherson
2020-09-28
KVM: nVMX: Add VM-Enter failed tracepoints for super early checks
Sean Christopherson
2020-09-28
KVM: nVMX: Morph notification vector IRQ on nested VM-Enter to pending PI
Sean Christopherson
2020-09-28
KVM: nVMX: KVM needs to unset "unrestricted guest" VM-execution control in vm...
Krish Sadhukhan
2020-09-28
KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c
Babu Moger
2020-09-28
KVM: nVMX: Fix VMX controls MSRs setup when nested VMX enabled
Chenyi Qiang
2020-09-11
KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL control
Chenyi Qiang
2020-09-11
KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detected
Peter Shier
2020-09-10
objtool: Rename frame.h -> objtool.h
Julien Thierry
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-07-30
KVM: x86: Pull the PGD's level from the MMU instead of recalculating it
Sean Christopherson
2020-07-27
KVM: nVMX: check for invalid hdr.vmx.flags
Paolo Bonzini
2020-07-27
KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATE
Paolo Bonzini
2020-07-10
KVM: VMX: introduce vmx_need_pf_intercept
Paolo Bonzini
2020-07-10
KVM: nVMX: fixes for preemption timer migration
Paolo Bonzini
2020-07-09
KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()
Xiaoyao Li
2020-07-08
KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helper
Sean Christopherson
2020-07-08
KVM: x86/mmu: Make .write_log_dirty a nested operation
Sean Christopherson
2020-07-03
KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masks
Sean Christopherson
2020-06-13
Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-06-11
Merge branch 'kvm-basic-exit-reason' into HEAD
Paolo Bonzini
2020-06-11
KVM: nVMX: Consult only the "basic" exit reason when routing nested exit
Sean Christopherson
[prev]
[next]