index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-31
x86: Use bool function return values of true/false not 1/0
Joe Perches
2
-37
/
+37
2015-03-31
Merge tag 'v4.0-rc6' into timers/core, before applying new patches
Ingo Molnar
7
-28
/
+35
2015-03-30
KVM: remove useless check of "ret" variable prior to returning the same value
Eugene Korenevsky
1
-3
/
+1
2015-03-30
KVM: x86: Remove redundant definitions
Nadav Amit
2
-12
/
+12
2015-03-30
KVM: x86: removing redundant eflags bits definitions
Nadav Amit
1
-59
/
+46
2015-03-30
KVM: x86: BSF and BSR emulation change register unnecassarily
Nadav Amit
1
-1
/
+18
2015-03-30
KVM: x86: POPA emulation may not clear bits [63:32]
Nadav Amit
1
-16
/
+23
2015-03-30
KVM: x86: CMOV emulation on legacy mode is wrong
Nadav Amit
1
-2
/
+1
2015-03-30
kvm: x86: i8259: return initialized data on invalid-size read
Petr Matousek
1
-0
/
+1
2015-03-27
time: Rename timekeeper::tkr to timekeeper::tkr_mono
Peter Zijlstra
1
-7
/
+7
2015-03-26
KVM: nVMX: Add support for rdtscp
Jan Kiszka
1
-2
/
+7
2015-03-26
KVM: x86: remove now unneeded include directory from Makefile
Andre Przywara
1
-1
/
+1
2015-03-26
KVM: move iodev.h from virt/kvm/ to include/kvm
Andre Przywara
4
-4
/
+4
2015-03-26
KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.
Nikolay Nikolaev
6
-24
/
+29
2015-03-23
KVM: x86: inline kvm_ioapic_handles_vector()
Radim Krčmář
2
-8
/
+7
2015-03-23
KVM: x86: call irq notifiers with directed EOI
Radim Krčmář
2
-3
/
+4
2015-03-18
KVM: SVM: Fix confusing message if no exit handlers are installed
Bandan Das
1
-1
/
+1
2015-03-17
KVM: x86: For the symbols used locally only should be static type
Xiubo Li
3
-6
/
+10
2015-03-17
KVM: x86: Avoid using plain integer as NULL pointer warning
Xiubo Li
1
-1
/
+1
2015-03-17
KVM: nVMX: mask unrestricted_guest if disabled on L0
Radim Krčmář
1
-2
/
+5
2015-03-13
KVM: nVMX: Do not emulate #UD while in guest mode
Jan Kiszka
1
-0
/
+4
2015-03-13
KVM: x86: Fix re-execution of patched vmmcall
Jan Kiszka
1
-14
/
+3
2015-03-13
x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITE
David Kaplan
1
-2
/
+5
2015-03-13
KVM: VMX: Set msr bitmap correctly if vcpu is in guest mode
Wincy Van
1
-4
/
+7
2015-03-12
kvm: x86: i8259: return initialized data on invalid-size read
Petr Matousek
1
-0
/
+1
2015-03-10
kvm: move advertising of KVM_CAP_IRQFD to common code
Paolo Bonzini
1
-1
/
+0
2015-03-10
kvm: svm: make wbinvd faster
David Kaplan
1
-1
/
+7
2015-03-10
kvm: x86: make kvm_emulate_* consistant
Joel Schopp
3
-11
/
+23
2015-03-10
KVM: Get rid of kvm_kvfree()
Thomas Huth
1
-4
/
+4
2015-03-10
KVM: ioapic: Record edge-triggered interrupts delivery status
Wincy Van
2
-1
/
+7
2015-03-10
KVM: SVM: use kvm_register_write()/read()
David Kaplan
1
-10
/
+9
2015-03-02
KVM: SVM: fix interrupt injection (apic->isr_count always 0)
Radim Krčmář
2
-8
/
+2
2015-02-23
KVM: emulate: fix CMPXCHG8B on 32-bit hosts
Paolo Bonzini
1
-1
/
+2
2015-02-23
KVM: VMX: fix build without CONFIG_SMP
Radim Krčmář
1
-9
/
+14
2015-02-16
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-6
/
+6
2015-02-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-425
/
+1673
2015-02-10
KVM: x86: fix build with !CONFIG_SMP
Radim Krčmář
1
-0
/
+1
2015-02-09
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2015-02-09
KVM: x86: emulate: correct page fault error code for NoWrite instructions
Paolo Bonzini
1
-1
/
+2
2015-02-06
kvm: add halt_poll_ns module parameter
Paolo Bonzini
1
-0
/
+1
2015-02-04
x86: Store a per-cpu shadow copy of CR4
Andy Lutomirski
2
-4
/
+4
2015-02-04
x86: Clean up cr4 manipulation
Andy Lutomirski
1
-2
/
+2
2015-02-03
KVM: nVMX: Enable nested posted interrupt processing
Wincy Van
3
-7
/
+161
2015-02-03
KVM: nVMX: Enable nested virtual interrupt delivery
Wincy Van
1
-2
/
+65
2015-02-03
KVM: nVMX: Enable nested apic register virtualization
Wincy Van
1
-4
/
+35
2015-02-03
KVM: nVMX: Make nested control MSRs per-cpu
Wincy Van
1
-86
/
+129
2015-02-03
KVM: nVMX: Enable nested virtualize x2apic mode
Wincy Van
1
-2
/
+112
2015-02-03
KVM: nVMX: Prepare for using hardware MSR bitmap
Wincy Van
1
-11
/
+66
2015-02-02
KVM: x86: revert "add method to test PIR bitmap vector"
Marcelo Tosatti
1
-14
/
+0
2015-02-02
KVM: x86: fix lapic_timer_int_injected with APIC-v
Marcelo Tosatti
1
-6
/
+6
[prev]
[next]