index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-08
KVM: x86: Handle the kthread worker using the new API
Petr Mladek
2
-11
/
+7
2016-12-08
KVM: nVMX: invvpid handling improvements
Jan Dakinevich
1
-0
/
+10
2016-12-08
KVM: nVMX: check host CR3 on vmentry and vmexit
Ladi Prosek
1
-7
/
+18
2016-12-08
KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentry
Ladi Prosek
2
-16
/
+44
2016-12-08
KVM: nVMX: propagate errors from prepare_vmcs02
Ladi Prosek
1
-4
/
+19
2016-12-08
KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPT
Ladi Prosek
1
-2
/
+14
2016-12-08
KVM: nVMX: load GUEST_EFER after GUEST_CR0 during emulated VM-entry
David Matlack
1
-9
/
+9
2016-12-08
KVM: nVMX: generate MSR_IA32_CR{0,4}_FIXED1 from guest CPUID
David Matlack
1
-3
/
+52
2016-12-08
KVM: nVMX: fix checks on CR{0,4} during virtual VMX operation
David Matlack
1
-24
/
+53
2016-12-08
KVM: nVMX: support restore of VMX capability MSRs
David Matlack
1
-24
/
+266
2016-12-08
KVM: nVMX: generate non-true VMX MSRs based on true versions
David Matlack
1
-26
/
+19
2016-12-08
KVM: x86: Do not clear RFLAGS.TF when a singlestep trap occurs.
Kyle Huey
1
-1
/
+0
2016-12-08
KVM: x86: Add kvm_skip_emulated_instruction and use it.
Kyle Huey
4
-123
/
+101
2016-12-08
KVM: VMX: Move skip_emulated_instruction out of nested_vmx_check_vmcs12
Kyle Huey
1
-20
/
+33
2016-12-08
KVM: VMX: Reorder some skip_emulated_instruction calls
Kyle Huey
1
-6
/
+6
2016-12-08
KVM: x86: Add a return value to kvm_emulate_cpuid
Kyle Huey
3
-5
/
+4
2016-11-24
kvm: svm: Add kvm_fast_pio_in support
Tom Lendacky
2
-2
/
+46
2016-11-24
kvm: svm: Add support for additional SVM NPF error codes
Tom Lendacky
2
-3
/
+19
2016-11-22
kvm: x86: don't print warning messages for unimplemented msrs
Bandan Das
2
-3
/
+4
2016-11-22
KVM: nVMX: invvpid handling improvements
Jan Dakinevich
1
-12
/
+24
2016-11-22
kvm: x86: CPUID.01H:EDX.APIC[bit 9] should mirror IA32_APIC_BASE[11]
Jim Mattson
2
-4
/
+11
2016-11-17
kvm: x86: Add AVX512_4VNNIW and AVX512_4FMAPS support
Luwei Kang
1
-1
/
+13
2016-11-17
KVM: x86: emulate FXSAVE and FXRSTOR
Radim Krčmář
1
-1
/
+128
2016-11-17
KVM: x86: add asm_safe wrapper
Radim Krčmář
1
-11
/
+23
2016-11-17
KVM: x86: save one bit in ctxt->d
Radim Krčmář
1
-10
/
+13
2016-11-17
KVM: x86: add Align16 instruction flag
Radim Krčmář
1
-8
/
+12
2016-11-17
kvm: x86: remove unused but set variable
Jiang Biao
1
-3
/
+0
2016-11-17
kvm: x86: hyperv: make function static to avoid compiling warning
Jiang Biao
1
-1
/
+1
2016-11-17
kvm: x86: cpuid: remove the unnecessary variable
Jiang Biao
1
-2
/
+2
2016-11-17
kvm: x86: make a function in x86.c static to avoid compiling warning
Jiang Biao
1
-1
/
+1
2016-11-17
kvm: x86: make function static to avoid compiling warning
Jiang Biao
1
-1
/
+1
2016-11-09
Merge tag 'tags/for-kvmgt' into HEAD
Paolo Bonzini
2
-4
/
+10
2016-11-04
kvm/page_track: export symbols for external usage
Jike Song
1
-0
/
+4
2016-11-04
kvm/page_track: call notifiers with kvm_page_track_notifier_node
Jike Song
2
-4
/
+6
2016-11-04
KVM: x86: add track_flush_slot page track notifier
Xiaoguang Chen
3
-1
/
+33
2016-11-03
kvm: x86: avoid atomic operations on APICv vmentry
Paolo Bonzini
2
-3
/
+17
2016-11-02
KVM: nVMX: support descriptor table exits
Paolo Bonzini
1
-0
/
+3
2016-11-02
KVM: x86: use ktime_get instead of seeking the hrtimer_clock_base
Paolo Bonzini
1
-4
/
+4
2016-11-02
KVM: LAPIC: add APIC Timer periodic/oneshot mode VMX preemption timer support
Wanpeng Li
2
-28
/
+76
2016-11-02
KVM: LAPIC: rename start/cancel_hv_tscdeadline to start/cancel_hv_timer
Wanpeng Li
1
-8
/
+8
2016-11-02
KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()
Wanpeng Li
3
-1
/
+11
2016-11-02
KVM: LAPIC: guarantee the timer is in tsc-deadline mode
Wanpeng Li
1
-2
/
+2
2016-11-02
KVM: LAPIC: extract start_sw_period() to handle periodic/oneshot mode
Wanpeng Li
1
-42
/
+47
2016-11-02
kvm: x86: remove the misleading comment in vmx_handle_external_intr
Longpeng(Mike)
1
-5
/
+0
2016-11-02
KVM: x86: add track_flush_slot page track notifier
Xiaoguang Chen
3
-1
/
+33
2016-11-02
KVM: VMX: refactor setup of global page-sized bitmaps
Radim Krčmář
1
-82
/
+38
2016-11-02
KVM: VMX: join functions that disable x2apic msr intercepts
Radim Krčmář
1
-36
/
+15
2016-11-02
KVM: VMX: remove functions that enable msr intercepts
Radim Krčmář
1
-53
/
+4
2016-11-02
kvm: nVMX: Update MSR load counts on a VMCS switch
Jim Mattson
1
-0
/
+11
2016-11-02
kvm: nVMX: Fetch VM_INSTRUCTION_ERROR from vmcs02 on vmx->fail
Jim Mattson
1
-1
/
+5
[next]