index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-03
KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
KarimAllah Ahmed
1
-2
/
+103
2018-02-03
KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
KarimAllah Ahmed
1
-0
/
+15
2018-02-03
KVM/x86: Add IBPB support
Ashok Raj
1
-2
/
+78
2018-02-03
Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm into ...
Thomas Gleixner
1
-254
/
+186
2018-02-01
x86/kvm: Update spectre-v1 mitigation
Dan Williams
1
-11
/
+9
2018-01-31
KVM: VMX: make MSR bitmaps per-VCPU
Paolo Bonzini
1
-123
/
+147
2018-01-30
Merge tag 'v4.15' into x86/pti, to be able to merge dependent changes
Ingo Molnar
1
-158
/
+311
2018-01-27
KVM: VMX: introduce alloc_loaded_vmcs
Paolo Bonzini
1
-14
/
+22
2018-01-27
KVM: nVMX: Eliminate vmcs02 pool
Jim Mattson
1
-123
/
+23
2018-01-25
KVM: VMX: Make indirect call speculation safe
Peter Zijlstra
1
-2
/
+2
2018-01-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+4
2018-01-12
x86/retpoline: Fill return stack buffer on vmexit
David Woodhouse
1
-0
/
+4
2018-01-11
Merge branch 'kvm-insert-lfence' into kvm-master
Paolo Bonzini
1
-2
/
+10
2018-01-11
KVM: x86: Add memory barrier on vmcs field lookup
Andrew Honig
1
-2
/
+10
2018-01-11
KVM: x86: emulate #UD while in guest mode
Paolo Bonzini
1
-4
/
+1
2018-01-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+13
2018-01-05
kvm: vmx: Scrub hardware GPRs at VM-exit
Jim Mattson
1
-1
/
+13
2017-12-18
Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-1
/
+1
2017-12-17
x86/entry: Remap the TSS into the CPU entry area
Andy Lutomirski
1
-1
/
+1
2017-12-17
x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss
Andy Lutomirski
1
-1
/
+1
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
[next]