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
Age
Commit message (
Expand
)
Author
2020-05-13
KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch'
Sean Christopherson
2020-05-13
KVM: nVMX: Skip IBPB when temporarily switching between vmcs01 and vmcs02
Sean Christopherson
2020-05-13
KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02
Sean Christopherson
2020-05-13
KVM: VMX: Use accessor to read vmcs.INTR_INFO when handling exception
Sean Christopherson
2020-05-13
KVM: x86: handle wrap around 32-bit address space
Paolo Bonzini
2020-05-13
KVM: x86: Replace late check_nested_events() hack with more precise fix
Paolo Bonzini
2020-05-13
KVM: VMX: Use vmx_get_rflags() to query RFLAGS in vmx_interrupt_blocked()
Sean Christopherson
2020-05-13
KVM: VMX: Use vmx_interrupt_blocked() directly from vmx_handle_exit()
Sean Christopherson
2020-05-13
KVM: nVMX: Prioritize SMI over nested IRQ/NMI
Sean Christopherson
2020-05-13
KVM: nVMX: Preserve IRQ/NMI priority irrespective of exiting behavior
Sean Christopherson
2020-05-13
KVM: VMX: Split out architectural interrupt/NMI blocking checks
Sean Christopherson
2020-05-13
KVM: nVMX: Report NMIs as allowed when in L2 and Exit-on-NMI is set
Sean Christopherson
2020-05-13
KVM: x86: replace is_smm checks with kvm_x86_ops.smi_allowed
Paolo Bonzini
2020-05-13
KVM: x86: Make return for {interrupt_nmi,smi}_allowed() a bool instead of int
Sean Christopherson
2020-05-13
KVM: nVMX: Open a window for pending nested VMX preemption timer
Sean Christopherson
2020-05-13
KVM: nVMX: Preserve exception priority irrespective of exiting behavior
Sean Christopherson
2020-05-13
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
2020-05-13
KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c
Babu Moger
2020-05-08
KVM: VMX: pass correct DR6 for GD userspace exit
Paolo Bonzini
2020-05-08
KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6
Paolo Bonzini
2020-05-08
KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6
Paolo Bonzini
2020-05-07
KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUG
Peter Xu
2020-05-07
KVM: x86: fix DR6 delivery for various cases of #DB injection
Paolo Bonzini
2020-05-06
KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB path
Sean Christopherson
2020-05-04
KVM: nVMX: Replace a BUG_ON(1) with BUG() to squash clang warning
Sean Christopherson
2020-04-24
KVM: nVMX: Store vmcs.EXIT_QUALIFICATION as an unsigned long, not u32
Sean Christopherson
2020-04-23
KVM: nVMX: Drop a redundant call to vmx_get_intr_info()
Sean Christopherson
2020-04-23
KVM: x86: move nested-related kvm_x86_ops to a separate struct
Paolo Bonzini
2020-04-23
KVM: eVMCS: check if nesting is enabled
Paolo Bonzini
2020-04-21
Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2020-04-21
KVM: X86: Improve latency for single target IPI fastpath
Wanpeng Li
2020-04-21
KVM: VMX: Optimize handling of VM-Entry failures in vmx_vcpu_run()
Sean Christopherson
2020-04-21
KVM: nVMX: Remove non-functional "support" for CR3 target values
Sean Christopherson
2020-04-21
KVM: VMX: Cache vmcs.EXIT_INTR_INFO using arch avail_reg flags
Sean Christopherson
2020-04-21
KVM: VMX: Cache vmcs.EXIT_QUALIFICATION using arch avail_reg flags
Sean Christopherson
2020-04-21
KVM: nVMX: Drop manual clearing of segment cache on nested VMCS switch
Sean Christopherson
2020-04-21
KVM: nVMX: Reset register cache (available and dirty masks) on VMCS switch
Sean Christopherson
2020-04-21
KVM: nVMX: Invoke ept_save_pdptrs() if and only if PAE paging is enabled
Sean Christopherson
2020-04-21
KVM: nVMX: Rename exit_reason to vm_exit_reason for nested VM-Exit
Sean Christopherson
2020-04-21
KVM: nVMX: Cast exit_reason to u16 to check for nested EXTERNAL_INTERRUPT
Sean Christopherson
2020-04-21
KVM: nVMX: Pull exit_reason from vcpu_vmx in nested_vmx_reflect_vmexit()
Sean Christopherson
2020-04-21
KVM: nVMX: Drop a superfluous WARN on reflecting EXTERNAL_INTERRUPT
Sean Christopherson
2020-04-21
KVM: nVMX: Split VM-Exit reflection logic into L0 vs. L1 wants
Sean Christopherson
2020-04-21
KVM: nVMX: Move nested VM-Exit tracepoint into nested_vmx_reflect_vmexit()
Sean Christopherson
2020-04-21
KVM: nVMX: Move VM-Fail check out of nested_vmx_exit_reflected()
Sean Christopherson
2020-04-21
KVM: nVMX: Uninline nested_vmx_reflect_vmexit(), i.e. move it to nested.c
Sean Christopherson
2020-04-21
KVM: nVMX: Move reflection check into nested_vmx_reflect_vmexit()
Sean Christopherson
2020-04-21
KVM: VMX: Clean cr3/pgd handling in vmx_load_mmu_pgd()
Sean Christopherson
2020-04-21
KVM: x86: Replace "cr3" with "pgd" in "new cr3/pgd" related code
Sean Christopherson
2020-04-21
KVM: nVMX: Free only the affected contexts when emulating INVEPT
Sean Christopherson
[prev]
[next]