index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-14
KVM: x86: emulate RDPID
Paolo Bonzini
1
-0
/
+15
2017-12-14
KVM: vmx: add support for emulating UMIP
Paolo Bonzini
1
-2
/
+27
2017-12-14
KVM: x86: add support for emulating UMIP
Paolo Bonzini
1
-0
/
+6
2017-12-05
KVM: VMX: fix page leak in hardware_setup()
Jim Mattson
1
-1
/
+0
2017-12-05
KVM: VMX: remove I/O port 0x80 bypass on Intel hosts
Andrew Honig
1
-5
/
+0
2017-11-27
KVM: VMX: Fix vmx->nested freeing when no SMI handler
Wanpeng Li
1
-1
/
+2
2017-11-27
KVM: VMX: Fix rflags cache during vCPU reset
Wanpeng Li
1
-1
/
+1
2017-11-17
KVM: vmx: use X86_CR4_UMIP and X86_FEATURE_UMIP
Paolo Bonzini
1
-2
/
+1
2017-11-17
KVM: nVMX: Fix vmx_check_nested_events() return value in case an event was re...
Liran Alon
1
-7
/
+6
2017-11-17
KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failure
Wanpeng Li
1
-12
/
+22
2017-11-17
KVM: nVMX: Validate the IA32_BNDCFGS on nested VM-entry
Wanpeng Li
1
-0
/
+5
2017-11-17
KVM: x86: Don't re-execute instruction when not passing CR2 value
Liran Alon
1
-1
/
+1
2017-11-17
KVM: x86: Exit to user-mode on #UD intercept when emulator requires
Liran Alon
1
-0
/
+2
2017-11-17
KVM: nVMX/nSVM: Don't intercept #UD when running L2
Liran Alon
1
-5
/
+4
2017-11-17
kvm: vmx: Allow disabling virtual NMI support
Paolo Bonzini
1
-10
/
+21
2017-11-17
kvm: vmx: Reinstate support for CPUs without virtual NMI
Paolo Bonzini
1
-44
/
+106
2017-11-16
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-77
/
+131
2017-11-02
KVM: x86: Update APICv on APIC reset
Jan H. Schönherr
1
-5
/
+0
2017-11-02
KVM: VMX: Do not fully reset PI descriptor on vCPU reset
Jan H. Schönherr
1
-2
/
+4
2017-10-20
KVM: VMX: Fix VPID capability detection
Wanpeng Li
1
-2
/
+13
2017-10-20
KVM: nVMX: Fix EPT switching advertising
Wanpeng Li
1
-2
/
+3
2017-10-18
KVM: SVM: detect opening of SMI window using STGI intercept
Ladi Prosek
1
-0
/
+6
2017-10-12
KVM: nVMX: fix SMI injection in guest mode
Ladi Prosek
1
-11
/
+49
2017-10-12
KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
Ladi Prosek
1
-0
/
+2
2017-10-12
KVM: x86: introduce ISA specific smi_allowed callback
Ladi Prosek
1
-0
/
+6
2017-10-12
KVM: x86: introduce ISA specific SMM entry/exit callbacks
Ladi Prosek
1
-0
/
+15
2017-10-12
KVM: SVM: limit kvm_handle_page_fault to #PF handling
Paolo Bonzini
1
-2
/
+1
2017-10-12
KVM: VMX: Don't expose unrestricted_guest is enabled if ept is disabled
Wanpeng Li
1
-5
/
+2
2017-10-12
KVM: X86: Processor States following Reset or INIT
Wanpeng Li
1
-0
/
+2
2017-10-12
KVM: VMX: rename RDSEED and RDRAND vmx ctrls to reflect exiting
David Hildenbrand
1
-12
/
+12
2017-10-12
KVM: VMX: cleanup init_rmode_identity_map()
David Hildenbrand
1
-22
/
+4
2017-10-12
KVM: nVMX: no need to set ept/vpid caps to 0
David Hildenbrand
1
-4
/
+2
2017-10-12
KVM: nVMX: no need to set vcpu->cpu when switching vmcs
David Hildenbrand
1
-1
/
+0
2017-10-12
KVM: VMX: drop unnecessary function declarations
David Hildenbrand
1
-2
/
+0
2017-10-12
KVM: VMX: require INVEPT GLOBAL for EPT
David Hildenbrand
1
-3
/
+3
2017-10-12
KVM: VMX: call ept_sync_global() with enable_ept only
David Hildenbrand
1
-1
/
+2
2017-10-12
KVM: VMX: drop enable_ept check from ept_sync_context()
David Hildenbrand
1
-6
/
+4
2017-10-12
KVM: VMX: vmx_vcpu_setup() cannot fail
David Hildenbrand
1
-6
/
+2
2017-10-12
KVM: VMX: Don't expose PLE enable if there is no hardware support
Wanpeng Li
1
-1
/
+6
2017-10-12
KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
Haozhong Zhang
1
-1
/
+1
2017-09-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-105
/
+101
2017-09-29
KVM: nVMX: Fix nested #PF intends to break L1's vmlauch/vmresume
Wanpeng Li
1
-1
/
+2
2017-09-28
KVM: VMX: use cmpxchg64
Paolo Bonzini
1
-6
/
+6
2017-09-27
KVM: VMX: simplify and fix vmx_vcpu_pi_load
Paolo Bonzini
1
-33
/
+35
2017-09-27
KVM: VMX: avoid double list add with VT-d posted interrupts
Paolo Bonzini
1
-37
/
+25
2017-09-27
KVM: VMX: extract __pi_post_block
Paolo Bonzini
1
-33
/
+38
2017-09-24
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+1
2017-09-23
x86/asm: Fix inline asm call constraints for Clang
Josh Poimboeuf
1
-2
/
+1
2017-09-22
KVM: nVMX: fix HOST_CR3/HOST_CR4 cache
Ladi Prosek
1
-8
/
+8
2017-09-19
KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
Haozhong Zhang
1
-12
/
+21
[next]