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
2015-05-20
kvm/fpu: Enable eager restore kvm FPU for MPX
Liang Li
1
-2
/
+14
2015-05-20
kvm: fix crash in kvm_vcpu_reload_apic_access_page
Andrea Arcangeli
1
-0
/
+2
2015-05-11
KVM: MMU: fix SMAP virtualization
Xiao Guangrong
1
-5
/
+3
2015-04-27
kvm: x86: fix kvmclock update protocol
Radim Krčmář
1
-5
/
+28
2015-04-14
KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_save
Nadav Amit
1
-2
/
+8
2015-04-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-7
/
+7
2015-04-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-47
/
+110
2015-04-08
kvm: mmu: lazy collapse small sptes into large sptes
Wanpeng Li
1
-0
/
+17
2015-04-08
KVM: x86: Clear CR2 on VCPU reset
Nadav Amit
1
-0
/
+2
2015-04-08
KVM: x86: DR0-DR3 are not clear on reset
Nadav Amit
1
-0
/
+14
2015-04-08
KVM: x86: BSP in MSR_IA32_APICBASE is writable
Nadav Amit
1
-1
/
+1
2015-04-08
KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpu
Eugene Korenevsky
1
-0
/
+2
2015-04-08
KVM: x86: optimize delivery of TSC deadline timer interrupt
Paolo Bonzini
1
-6
/
+7
2015-04-08
KVM: x86: extract blocking logic from __vcpu_run
Paolo Bonzini
1
-28
/
+34
2015-04-07
Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-6
/
+7
2015-03-31
Merge tag 'v4.0-rc6' into timers/core, before applying new patches
Ingo Molnar
1
-1
/
+0
2015-03-27
time: Rename timekeeper::tkr to timekeeper::tkr_mono
Peter Zijlstra
1
-7
/
+7
2015-03-26
KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.
Nikolay Nikolaev
1
-6
/
+7
2015-03-17
KVM: x86: For the symbols used locally only should be static type
Xiubo Li
1
-4
/
+7
2015-03-17
KVM: x86: Avoid using plain integer as NULL pointer warning
Xiubo Li
1
-1
/
+1
2015-03-10
kvm: move advertising of KVM_CAP_IRQFD to common code
Paolo Bonzini
1
-1
/
+0
2015-03-10
kvm: x86: make kvm_emulate_* consistant
Joel Schopp
1
-3
/
+20
2015-03-10
KVM: Get rid of kvm_kvfree()
Thomas Huth
1
-4
/
+4
2015-02-06
kvm: add halt_poll_ns module parameter
Paolo Bonzini
1
-0
/
+1
2015-01-30
KVM: VMX: Add PML support in VMX
Kai Huang
1
-0
/
+1
2015-01-29
KVM: x86: Add new dirty logging kvm_x86_ops for PML
Kai Huang
1
-8
/
+63
2015-01-29
KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
Kai Huang
1
-3
/
+7
2015-01-26
KVM: x86: 32-bit wraparound read/write not emulated correctly
Nadav Amit
1
-0
/
+2
2015-01-26
KVM: x86: IRET emulation does not clear NMI masking
Nadav Amit
1
-0
/
+6
2015-01-23
Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
1
-7
/
+3
2015-01-23
Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
1
-59
/
+13
2015-01-23
KVM: remove unneeded return value of vcpu_postcreate
Dominik Dingel
1
-7
/
+3
2015-01-20
KVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclock issue
Marcelo Tosatti
1
-1
/
+14
2015-01-20
KVM: fix "Should it be static?" warnings from sparse
Fengguang Wu
1
-4
/
+4
2015-01-16
KVM: x86: switch to kvm_get_dirty_log_protect
Paolo Bonzini
1
-59
/
+13
2015-01-09
KVM: x86: allow TSC deadline timer on all hosts
Radim Krčmář
1
-3
/
+1
2015-01-08
kvm: x86: Remove kvm_make_request from lapic.c
Nicholas Krause
1
-0
/
+9
2015-01-08
KVM: x86: add option to advance tscdeadline hrtimer expiration
Marcelo Tosatti
1
-0
/
+5
2015-01-08
KVM: nVMX: Add nested msr load/restore algorithm
Wincy Van
1
-0
/
+1
2014-12-05
KVM: x86: support XSAVES usage in the host
Paolo Bonzini
1
-7
/
+83
2014-11-24
kvm: x86: avoid warning about potential shift wrapping bug
Paolo Bonzini
1
-1
/
+1
2014-11-24
KVM: x86: move device assignment out of kvm_host.h
Paolo Bonzini
1
-0
/
+1
2014-11-23
kvm: x86: move assigned-dev.c and iommu.c to arch/x86/
Radim Krčmář
1
-1
/
+1
2014-11-21
kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/
Paolo Bonzini
1
-0
/
+1
2014-11-13
kvm: svm: move WARN_ON in svm_adjust_tsc_offset
Chris J Arges
1
-1
/
+1
2014-11-10
KVM: x86: fix warning on 32-bit compilation
Paolo Bonzini
1
-0
/
+2
2014-11-08
kvm: x86: add trace event for pvclock updates
David Matlack
1
-0
/
+2
2014-11-08
kvm: x86: Fix kvm clock versioning.
Owen Hofmann
1
-5
/
+5
2014-11-08
KVM: x86: update masterclock values on TSC writes
Marcelo Tosatti
1
-9
/
+10
2014-11-07
KVM: x86: Do not update EFLAGS on faulting emulation
Nadav Amit
1
-1
/
+3
[next]