index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-29
KVM: x86: use guest maxphyaddr to check MTRR values
Paolo Bonzini
1
-3
/
+2
2014-08-29
KVM: remove garbage arg to *hardware_{en,dis}able
Radim Krčmář
1
-6
/
+6
2014-08-26
x86: Replace __get_cpu_var uses
Christoph Lameter
1
-1
/
+1
2014-08-21
KVM: trace kvm_ple_window grow/shrink
Radim Krčmář
1
-0
/
+1
2014-08-21
KVM: x86: introduce sched_in to kvm_x86_ops
Radim Krčmář
1
-0
/
+1
2014-08-21
KVM: add kvm_arch_sched_in
Radim Krčmář
1
-0
/
+4
2014-08-20
KVM: emulate: warn on invalid or uninitialized exception numbers
Paolo Bonzini
1
-0
/
+1
2014-08-19
KVM: x86: #GP when attempts to write reserved bits of Variable Range MTRRs
Wanpeng Li
1
-3
/
+15
2014-08-19
KVM: x86: fix check legal type of Variable Range MTRRs
Wanpeng Li
1
-1
/
+7
2014-08-19
KVM: SVM: add rdmsr support for AMD event registers
Wei Huang
1
-0
/
+6
2014-08-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2014-08-05
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-41
/
+21
2014-08-05
Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm
Paolo Bonzini
1
-1
/
+1
2014-08-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-48
/
+123
2014-07-28
KVM: Rename and add argument to check_extension
Alexander Graf
1
-1
/
+1
2014-07-24
KVM: x86: Assertions to check no overrun in MSR lists
Nadav Amit
1
-0
/
+1
2014-07-24
KVM: x86: set rflags.rf during fault injection
Nadav Amit
1
-0
/
+30
2014-07-23
timekeeping: Create struct tk_read_base and use it in struct timekeeper
Thomas Gleixner
1
-7
/
+7
2014-07-23
clocksource: Get rid of cycle_last
Thomas Gleixner
1
-1
/
+1
2014-07-23
x86: kvm: Make kvm_get_time_and_clockread() nanoseconds based
Thomas Gleixner
1
-30
/
+14
2014-07-23
x86: kvm: Use ktime_get_boot_ns()
Thomas Gleixner
1
-5
/
+1
2014-07-21
KVM: x86: DR6/7.RTM cannot be written
Nadav Amit
1
-6
/
+16
2014-07-21
KVM: x86: emulator injects #DB when RFLAGS.RF is set
Nadav Amit
1
-1
/
+2
2014-07-21
KVM: x86: Clearing rflags.rf upon skipped emulated instruction
Nadav Amit
1
-0
/
+2
2014-07-11
KVM: x86: use kvm_read_guest_page for emulator accesses
Paolo Bonzini
1
-4
/
+19
2014-07-11
KVM: emulate: move init_decode_cache to emulate.c
Bandan Das
1
-13
/
+0
2014-07-11
KVM: x86: avoid useless set of KVM_REQ_EVENT after emulation
Paolo Bonzini
1
-10
/
+26
2014-07-11
KVM: x86: return all bits from get_interrupt_shadow
Paolo Bonzini
1
-5
/
+5
2014-07-11
KVM: svm: writes to MSR_K7_HWCR generates GPE in guest
Matthias Lange
1
-0
/
+1
2014-07-11
KVM: x86: Pending interrupt may be delivered after INIT
Nadav Amit
1
-0
/
+2
2014-07-09
KVM: x86: fix TSC matching
Tomasz Grabiec
1
-4
/
+7
2014-07-08
KVM: x86: Check for nested events if there is an injectable interrupt
Bandan Das
1
-0
/
+12
2014-06-30
arch: x86: kvm: x86.c: Cleaning up variable is set more than once
Rickard Strandqvist
1
-1
/
+0
2014-06-19
kvm: fix wrong address when writing Hyper-V tsc page
Xiaoming Gao
1
-1
/
+1
2014-06-19
KVM: x86: Hypercall handling does not considers opsize correctly
Nadav Amit
1
-5
/
+6
2014-06-18
KVM: x86: rdpmc emulation checks the counter incorrectly
Nadav Amit
1
-0
/
+7
2014-06-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next
Linus Torvalds
1
-32
/
+29
2014-05-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+5
2014-05-22
KVM: x86: drop set_rflags callback
Paolo Bonzini
1
-6
/
+0
2014-05-14
KVM: x86: disable master clock if TSC is reset during suspend
Marcelo Tosatti
1
-1
/
+5
2014-05-12
KVM: x86: Fix CR3 reserved bits check in long mode
Jan Kiszka
1
-4
/
+5
2014-05-07
kvm/x86: implement hv EOI assist
Michael S. Tsirkin
1
-0
/
+4
2014-05-05
asmlinkage, x86: Add explicit __visible to arch/x86/*
Andi Kleen
1
-1
/
+1
2014-05-05
KVM: x86: improve the usability of the 'kvm_pio' tracepoint
Ulrich Obergfell
1
-2
/
+2
2014-04-23
KVM: MMU: flush tlb out of mmu lock when write-protect the sptes
Xiao Guangrong
1
-2
/
+10
2014-04-23
KVM: MMU: lazily drop large spte
Xiao Guangrong
1
-2
/
+6
2014-04-23
KVM: x86: Processor mode may be determined incorrectly
Nadav Amit
1
-1
/
+1
2014-04-23
KVM: x86: Fix CR3 reserved bits
Nadav Amit
1
-20
/
+5
2014-04-17
KVM: support any-length wildcard ioeventfd
Michael S. Tsirkin
1
-0
/
+1
2014-04-14
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+8
[prev]
[next]