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.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
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-04
KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
KarimAllah Ahmed
1
-1
/
+1
2018-02-04
KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
KarimAllah Ahmed
1
-0
/
+1
2018-02-02
KVM: x86: don't forget vcpu_put() in kvm_arch_vcpu_ioctl_set_sregs()
Eric Biggers
1
-1
/
+1
2018-02-01
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Radim Krčmář
1
-29
/
+143
2018-01-31
kvm: x86: remove efer_reload entry in kvm_vcpu_stat
Longpeng(Mike)
1
-1
/
+0
2018-01-31
x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...
Vitaly Kuznetsov
1
-1
/
+2
2018-01-31
x86/kvm: Make it compile on 32bit and with HYPYERVISOR_GUEST=n
Thomas Gleixner
1
-4
/
+4
2018-01-31
x86/kvm: Support Hyper-V reenlightenment
Vitaly Kuznetsov
1
-0
/
+45
2018-01-31
x86/kvm: Pass stable clocksource to guests when running nested on Hyper-V
Vitaly Kuznetsov
1
-25
/
+68
2018-01-17
KVM/x86: Fix wrong macro references of X86_CR0_PG_BIT and X86_CR4_PAE_BIT in ...
Tianyu Lan
1
-2
/
+2
2018-01-16
KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()
Liran Alon
1
-6
/
+4
2018-01-16
Merge branch 'sev-v9-p2' of https://github.com/codomania/kvm
Paolo Bonzini
1
-0
/
+30
2018-01-16
KVM: x86: avoid unnecessary XSETBV on guest entry
Paolo Bonzini
1
-1
/
+2
2018-01-16
KVM: x86: fix escape of guest dr6 to the host
Wanpeng Li
1
-0
/
+6
2018-01-16
KVM: X86: support paravirtualized help for TLB shootdowns
Wanpeng Li
1
-7
/
+12
2018-01-16
KVM: X86: introduce invalidate_gpa argument to tlb flush
Wanpeng Li
1
-3
/
+3
2018-01-16
KVM: X86: Add KVM_VCPU_PREEMPTED
Wanpeng Li
1
-1
/
+1
2018-01-15
kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
Paolo Bonzini
1
-3
/
+4
2017-12-18
KVM: Fix stack-out-of-bounds read in write_mmio
Wanpeng Li
1
-4
/
+4
2017-12-15
KVM/x86: Check input paging mode when cs.l is set
Lan Tianyu
1
-0
/
+26
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
Christoffer Dall
1
-6
/
+16
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
Christoffer Dall
1
-2
/
+6
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
Christoffer Dall
1
-2
/
+5
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
Christoffer Dall
1
-1
/
+3
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
Christoffer Dall
1
-0
/
+3
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
Christoffer Dall
1
-3
/
+11
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
Christoffer Dall
1
-0
/
+3
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
Christoffer Dall
1
-3
/
+9
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
Christoffer Dall
1
-0
/
+3
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
Christoffer Dall
1
-0
/
+3
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
Christoffer Dall
1
-0
/
+3
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
Christoffer Dall
1
-1
/
+2
2017-12-14
KVM: Take vcpu->mutex outside vcpu_load
Christoffer Dall
1
-13
/
+7
2017-12-14
KVM: X86: Reduce the overhead when lapic_timer_advance is disabled
Wanpeng Li
1
-1
/
+2
2017-12-14
KVM: x86: Add emulation of MSR_SMI_COUNT
Liran Alon
1
-0
/
+11
2017-12-14
KVM: x86: add support for UMIP
Paolo Bonzini
1
-0
/
+3
2017-12-14
kvm: x86: fix WARN due to uninitialized guest FPU state
Peter Xu
1
-8
/
+4
2017-12-14
KVM: X86: Fix load RFLAGS w/o the fixed bit
Wanpeng Li
1
-1
/
+1
2017-12-06
KVM: x86: fix APIC page invalidation
Radim Krčmář
1
-0
/
+14
2017-12-05
x86,kvm: remove KVM emulator get_fpu / put_fpu
Rik van Riel
1
-10
/
+0
2017-12-05
x86,kvm: move qemu/guest FPU switching out to vcpu_run
Rik van Riel
1
-22
/
+17
2017-12-04
KVM: Introduce KVM_MEMORY_ENCRYPT_{UN,}REG_REGION ioctl
Brijesh Singh
1
-0
/
+24
2017-12-04
KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctl
Brijesh Singh
1
-0
/
+6
2017-11-27
KVM: Let KVM_SET_SIGNAL_MASK work as advertised
Jan H. Schönherr
1
-5
/
+2
2017-11-27
KVM: X86: Fix softlockup when get the current kvmclock
Wanpeng Li
1
-4
/
+7
2017-11-17
KVM: x86: inject exceptions produced by x86_decode_insn
Paolo Bonzini
1
-0
/
+2
2017-11-17
KVM: x86: Allow suppressing prints on RDMSR/WRMSR of unhandled MSRs
Eyal Moscovici
1
-4
/
+13
2017-11-17
KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failure
Liran Alon
1
-1
/
+1
2017-11-17
KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junk
Liran Alon
1
-0
/
+3
2017-10-20
KVM: X86: #GP when guest attempts to write MCi_STATUS register w/o 0
Wanpeng Li
1
-2
/
+7
[prev]
[next]