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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-14
Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-253
/
+809
2012-12-12
KVM: emulator: fix real mode segment checks in address linearization
Gleb Natapov
1
-2
/
+3
2012-12-12
VMX: remove unneeded enable_unrestricted_guest check
Gleb Natapov
1
-1
/
+1
2012-12-12
KVM: VMX: fix DPL during entry to protected mode
Gleb Natapov
1
-0
/
+1
2012-12-06
KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdump
Zhang Yanfei
1
-0
/
+67
2012-12-06
KVM: MMU: optimize for set_spte
Xiao Guangrong
1
-4
/
+12
2012-12-05
KVM: x86: Make register state after reset conform to specification
Julian Stecklina
4
-16
/
+17
2012-12-05
kvm: don't use bit24 for detecting address-specific invalidation capability
Zhang Xiantao
1
-16
/
+0
2012-12-05
kvm: remove unnecessary bit checking for ept violation
Zhang Xiantao
1
-5
/
+0
2012-12-02
KVM: x86: Fix uninitialized return code
Jan Kiszka
1
-0
/
+1
2012-12-01
KVM: x86: Emulate IA32_TSC_ADJUST MSR
Will Auld
5
-0
/
+49
2012-12-01
KVM: x86: Add code to track call origin for msr assignment
Will Auld
4
-18
/
+47
2012-11-30
KVM: VMX: fix memory order between loading vmcs and clearing vmcs
Xiao Guangrong
1
-0
/
+17
2012-11-29
KVM: VMX: fix invalid cpu passed to smp_call_function_single
Xiao Guangrong
1
-3
/
+5
2012-11-28
KVM: x86: update pvclock area conditionally, on cpu migration
Marcelo Tosatti
1
-1
/
+6
2012-11-28
KVM: x86: require matched TSC offsets for master clock
Marcelo Tosatti
2
-8
/
+88
2012-11-28
KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization
Marcelo Tosatti
3
-3
/
+13
2012-11-28
KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag
Marcelo Tosatti
2
-8
/
+257
2012-11-28
KVM: x86: notifier for clocksource changes
Marcelo Tosatti
1
-1
/
+93
2012-11-28
KVM: x86: pass host_tsc to read_l1_tsc
Marcelo Tosatti
4
-8
/
+8
2012-11-28
KVM: x86: retain pvclock guest stopped bit in guest memory
Marcelo Tosatti
1
-7
/
+13
2012-11-27
x86, kvm: Remove incorrect redundant assembly constraint
H. Peter Anvin
1
-2
/
+1
2012-11-17
KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()
Takashi Iwai
1
-4
/
+7
2012-11-14
KVM: remove unnecessary return value check
Guo Chao
1
-32
/
+0
2012-11-14
KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()
Guo Chao
1
-1
/
+1
2012-11-14
KVM: do not kfree error pointer
Guo Chao
1
-13
/
+6
2012-11-13
KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)
Petr Matousek
2
-0
/
+6
2012-11-01
KVM: x86: fix vcpu->mmio_fragments overflow
Xiao Guangrong
1
-26
/
+34
2012-10-30
KVM: do not treat noslot pfn as a error pfn
Xiao Guangrong
3
-4
/
+4
2012-10-30
Merge remote-tracking branch 'master' into queue
Marcelo Tosatti
2
-3
/
+2
2012-10-23
KVM: Take kvm instead of vcpu to mmu_notifier_retry
Christoffer Dall
2
-3
/
+3
2012-10-22
KVM: apic: fix LDR calculation in x2apic mode
Gleb Natapov
1
-1
/
+1
2012-10-22
KVM: MMU: fix release noslot pfn
Xiao Guangrong
1
-2
/
+1
2012-10-22
KVM: SVM: Cleanup error statements
Borislav Petkov
1
-5
/
+2
2012-10-18
KVM: VMX: report internal error for MMIO #PF due to delivery event
Xiao Guangrong
1
-10
/
+16
2012-10-18
KVM: VMX: report internal error for the unhandleable event
Xiao Guangrong
1
-4
/
+15
2012-10-18
KVM: do not de-cache cr4 bits needlessly
Gleb Natapov
1
-1
/
+1
2012-10-17
KVM: MMU: introduce FNAME(prefetch_gpte)
Xiao Guangrong
1
-31
/
+24
2012-10-17
KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.h
Xiao Guangrong
2
-31
/
+31
2012-10-17
KVM: MMU: cleanup FNAME(page_fault)
Xiao Guangrong
1
-19
/
+13
2012-10-17
KVM: MMU: remove mmu_is_invalid
Xiao Guangrong
2
-7
/
+2
2012-10-08
KVM: x86: Make emulator_fix_hypercall static
Jan Kiszka
1
-2
/
+2
2012-10-08
KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_reset
Jan Kiszka
1
-3
/
+5
2012-10-04
Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
21
-1074
/
+1408
2012-10-01
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-4
/
+9
2012-10-01
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2012-10-01
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-89
/
+0
2012-09-23
KVM: x86: Fix guest debug across vcpu INIT reset
Jan Kiszka
3
-41
/
+22
2012-09-23
KVM: Add resampling irqfds for level triggered interrupts
Alex Williamson
1
-0
/
+4
2012-09-22
x86, kvm: fix kvm's usage of kernel_fpu_begin/end()
Suresh Siddha
2
-5
/
+9
[next]