index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)
Jim Mattson
2016-12-19
1
-6
/
+5
*
kvm: take srcu lock around kvm_steal_time_set_preempted()
Andrea Arcangeli
2016-12-19
1
-0
/
+7
*
kvm: fix schedule in atomic in kvm_steal_time_set_preempted()
Andrea Arcangeli
2016-12-19
1
-0
/
+10
*
KVM: hyperv: fix locking of struct kvm_hv fields
Paolo Bonzini
2016-12-16
2
-9
/
+16
*
KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest.
Yi Sun
2016-12-15
1
-4
/
+5
*
kvm: nVMX: Correct a VMX instruction error code for VMPTRLD
GanShun
2016-12-15
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-12-14
11
-560
/
+1137
|
\
|
*
KVM: x86: Handle the kthread worker using the new API
Petr Mladek
2016-12-08
2
-11
/
+7
|
*
KVM: nVMX: invvpid handling improvements
Jan Dakinevich
2016-12-08
1
-0
/
+10
|
*
KVM: nVMX: check host CR3 on vmentry and vmexit
Ladi Prosek
2016-12-08
1
-7
/
+18
|
*
KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentry
Ladi Prosek
2016-12-08
2
-16
/
+44
|
*
KVM: nVMX: propagate errors from prepare_vmcs02
Ladi Prosek
2016-12-08
1
-4
/
+19
|
*
KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPT
Ladi Prosek
2016-12-08
1
-2
/
+14
|
*
KVM: nVMX: load GUEST_EFER after GUEST_CR0 during emulated VM-entry
David Matlack
2016-12-08
1
-9
/
+9
|
*
KVM: nVMX: generate MSR_IA32_CR{0,4}_FIXED1 from guest CPUID
David Matlack
2016-12-08
1
-3
/
+52
|
*
KVM: nVMX: fix checks on CR{0,4} during virtual VMX operation
David Matlack
2016-12-08
1
-24
/
+53
|
*
KVM: nVMX: support restore of VMX capability MSRs
David Matlack
2016-12-08
1
-24
/
+266
|
*
KVM: nVMX: generate non-true VMX MSRs based on true versions
David Matlack
2016-12-08
1
-26
/
+19
|
*
KVM: x86: Do not clear RFLAGS.TF when a singlestep trap occurs.
Kyle Huey
2016-12-08
1
-1
/
+0
|
*
KVM: x86: Add kvm_skip_emulated_instruction and use it.
Kyle Huey
2016-12-08
4
-123
/
+101
|
*
KVM: VMX: Move skip_emulated_instruction out of nested_vmx_check_vmcs12
Kyle Huey
2016-12-08
1
-20
/
+33
|
*
KVM: VMX: Reorder some skip_emulated_instruction calls
Kyle Huey
2016-12-08
1
-6
/
+6
|
*
KVM: x86: Add a return value to kvm_emulate_cpuid
Kyle Huey
2016-12-08
3
-5
/
+4
|
*
kvm: svm: Add kvm_fast_pio_in support
Tom Lendacky
2016-11-24
2
-2
/
+46
|
*
kvm: svm: Add support for additional SVM NPF error codes
Tom Lendacky
2016-11-24
2
-3
/
+19
|
*
kvm: x86: don't print warning messages for unimplemented msrs
Bandan Das
2016-11-22
2
-3
/
+4
|
*
KVM: nVMX: invvpid handling improvements
Jan Dakinevich
2016-11-22
1
-12
/
+24
|
*
kvm: x86: CPUID.01H:EDX.APIC[bit 9] should mirror IA32_APIC_BASE[11]
Jim Mattson
2016-11-22
2
-4
/
+11
|
*
kvm: x86: Add AVX512_4VNNIW and AVX512_4FMAPS support
Luwei Kang
2016-11-16
1
-1
/
+13
|
*
KVM: x86: emulate FXSAVE and FXRSTOR
Radim Krčmář
2016-11-16
1
-1
/
+128
|
*
KVM: x86: add asm_safe wrapper
Radim Krčmář
2016-11-16
1
-11
/
+23
|
*
KVM: x86: save one bit in ctxt->d
Radim Krčmář
2016-11-16
1
-10
/
+13
|
*
KVM: x86: add Align16 instruction flag
Radim Krčmář
2016-11-16
1
-8
/
+12
|
*
kvm: x86: remove unused but set variable
Jiang Biao
2016-11-16
1
-3
/
+0
|
*
kvm: x86: hyperv: make function static to avoid compiling warning
Jiang Biao
2016-11-16
1
-1
/
+1
|
*
kvm: x86: cpuid: remove the unnecessary variable
Jiang Biao
2016-11-16
1
-2
/
+2
|
*
kvm: x86: make a function in x86.c static to avoid compiling warning
Jiang Biao
2016-11-16
1
-1
/
+1
|
*
kvm: x86: make function static to avoid compiling warning
Jiang Biao
2016-11-16
1
-1
/
+1
|
*
Merge tag 'tags/for-kvmgt' into HEAD
Paolo Bonzini
2016-11-09
2
-4
/
+10
|
|
\
|
*
|
kvm: x86: avoid atomic operations on APICv vmentry
Paolo Bonzini
2016-11-03
2
-3
/
+17
|
*
|
KVM: nVMX: support descriptor table exits
Paolo Bonzini
2016-11-02
1
-0
/
+3
|
*
|
KVM: x86: use ktime_get instead of seeking the hrtimer_clock_base
Paolo Bonzini
2016-11-02
1
-4
/
+4
|
*
|
KVM: LAPIC: add APIC Timer periodic/oneshot mode VMX preemption timer support
Wanpeng Li
2016-11-02
2
-28
/
+76
|
*
|
KVM: LAPIC: rename start/cancel_hv_tscdeadline to start/cancel_hv_timer
Wanpeng Li
2016-11-02
1
-8
/
+8
|
*
|
KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()
Wanpeng Li
2016-11-02
3
-1
/
+11
|
*
|
KVM: LAPIC: guarantee the timer is in tsc-deadline mode
Wanpeng Li
2016-11-02
1
-2
/
+2
|
*
|
KVM: LAPIC: extract start_sw_period() to handle periodic/oneshot mode
Wanpeng Li
2016-11-02
1
-42
/
+47
|
*
|
kvm: x86: remove the misleading comment in vmx_handle_external_intr
Longpeng(Mike)
2016-11-02
1
-5
/
+0
|
*
|
KVM: x86: add track_flush_slot page track notifier
Xiaoguang Chen
2016-11-02
3
-1
/
+33
|
*
|
KVM: VMX: refactor setup of global page-sized bitmaps
Radim Krčmář
2016-11-02
1
-82
/
+38
[next]