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
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-22
/
+137
2015-11-10
KVM: x86: rename update_db_bp_intercept to update_bp_intercept
Paolo Bonzini
1
-1
/
+1
2015-11-10
KVM: x86: Use the correct vcpu's TSC rate to compute time scale
Haozhong Zhang
1
-2
/
+4
2015-11-10
KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()
Haozhong Zhang
1
-3
/
+8
2015-11-10
KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()
Haozhong Zhang
1
-0
/
+14
2015-11-10
KVM: x86: Replace call-back compute_tsc_offset() with a common function
Haozhong Zhang
1
-3
/
+12
2015-11-10
KVM: x86: Replace call-back set_tsc_khz() with a common function
Haozhong Zhang
1
-5
/
+41
2015-11-10
KVM: x86: Add a common TSC scaling function
Haozhong Zhang
1
-1
/
+39
2015-11-10
KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch
Haozhong Zhang
1
-1
/
+8
2015-11-10
KVM: x86: Collect information for setting TSC scaling ratio
Haozhong Zhang
1
-0
/
+4
2015-11-10
KVM: x86: declare a few variables as __read_mostly
Paolo Bonzini
1
-7
/
+7
2015-11-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-59
/
+197
2015-11-04
KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0()
Laszlo Ersek
1
-1
/
+3
2015-11-04
KVM: x86: add read_phys to x86_emulate_ops
Radim Krčmář
1
-0
/
+10
2015-11-04
KVM: x86: removing unused variable
Saurabh Sengar
1
-11
/
+5
2015-11-04
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-13
/
+14
2015-10-16
KVM: x86: move steal time initialization to vcpu entry time
Marcelo Tosatti
1
-7
/
+2
2015-10-14
KVM: x86: fix edge EOI and IOAPIC reconfig race
Radim Krčmář
1
-1
/
+3
2015-10-14
Merge branch 'kvm-master' into HEAD
Paolo Bonzini
1
-1
/
+1
2015-10-14
KVM: x86: fix previous commit for 32-bit
Paolo Bonzini
1
-1
/
+1
2015-10-13
Merge branch 'kvm-master' into HEAD
Paolo Bonzini
1
-60
/
+75
2015-10-13
KVM: x86: fix SMI to halted VCPU
Paolo Bonzini
1
-0
/
+3
2015-10-13
KVM: x86: clean up kvm_arch_vcpu_runnable
Paolo Bonzini
1
-10
/
+29
2015-10-13
KVM: x86: map/unmap private slots in __x86_set_memory_region
Paolo Bonzini
1
-32
/
+30
2015-10-13
KVM: x86: build kvm_userspace_memory_region in x86_set_memory_region
Paolo Bonzini
1
-18
/
+13
2015-10-01
KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
Feng Wu
1
-10
/
+24
2015-10-01
KVM: x86: select IRQ_BYPASS_MANAGER
Feng Wu
1
-0
/
+53
2015-10-01
KVM: x86: Update IRTE for posted-interrupts
Feng Wu
1
-0
/
+2
2015-10-01
kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support
Andrey Smetanin
1
-0
/
+1
2015-10-01
kvm/x86: Hyper-V HV_X64_MSR_VP_INDEX export for QEMU.
Andrey Smetanin
1
-0
/
+1
2015-10-01
kvm/x86: Hyper-V HV_X64_MSR_RESET msr
Andrey Smetanin
1
-0
/
+7
2015-10-01
kvm: add tracepoint for fast mmio
Jason Wang
1
-0
/
+1
2015-10-01
KVM: x86: Add support for local interrupt requests from userspace
Steve Rutherford
1
-9
/
+33
2015-10-01
KVM: x86: Add EOI exit bitmap inference
Steve Rutherford
1
-1
/
+8
2015-10-01
KVM: x86: Add KVM exit for IOAPIC EOIs
Steve Rutherford
1
-0
/
+11
2015-10-01
KVM: x86: Split the APIC from the rest of IRQCHIP.
Steve Rutherford
1
-2
/
+21
2015-10-01
KVM: x86: unify handling of interrupt window
Paolo Bonzini
1
-2
/
+2
2015-10-01
KVM: x86: introduce lapic_in_kernel
Paolo Bonzini
1
-9
/
+9
2015-10-01
KVM: x86: store IOAPIC-handled vectors in each VCPU
Paolo Bonzini
1
-5
/
+3
2015-10-01
KVM: x86: set TMR when the interrupt is accepted
Paolo Bonzini
1
-4
/
+1
2015-09-28
Revert "KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system...
Radim Krčmář
1
-4
/
+0
2015-09-21
KVM: x86: trap AMD MSRs for the TSeg base and mask
Paolo Bonzini
1
-0
/
+2
2015-09-16
KVM: add halt_attempted_poll to VCPU stats
Paolo Bonzini
1
-0
/
+1
2015-09-14
x86/fpu: Rename XSAVE macros
Dave Hansen
1
-13
/
+14
2015-09-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+2
2015-09-06
kvm: compile process_smi_save_seg_64() only for x86_64
Alexander Kuleshov
1
-0
/
+2
2015-09-01
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-19
/
+7
2015-08-31
Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-276
/
+47
2015-08-18
Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes
Ingo Molnar
1
-1
/
+6
2015-08-07
KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUST
Haozhong Zhang
1
-1
/
+1
[next]