index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: s390: Avoid endless loops of specification exceptions
Thomas Huth
2014-05-16
1
-1
/
+9
*
KVM: s390: Improve is_valid_psw()
Thomas Huth
2014-05-16
2
-1
/
+5
*
KVM: s390: correct locking for s390_enable_skey
Martin Schwidefsky
2014-05-16
1
-15
/
+7
*
KVM: x86: Fix CR3 reserved bits check in long mode
Jan Kiszka
2014-05-12
1
-4
/
+5
*
kvm: x86: emulate monitor and mwait instructions as nop
Gabriel L. Somlo
2014-05-08
3
-12
/
+38
*
kvm/x86: implement hv EOI assist
Michael S. Tsirkin
2014-05-07
1
-0
/
+4
*
KVM: x86: Mark bit 7 in long-mode PDPTE according to 1GB pages support
Nadav Amit
2014-05-07
2
-2
/
+13
*
KVM: vmx: handle_dr does not handle RSP correctly
Nadav Amit
2014-05-07
1
-1
/
+1
*
KVM: nVMX: move vmclear and vmptrld pre-checks to nested_vmx_check_vmptr
Bandan Das
2014-05-06
1
-46
/
+37
*
KVM: nVMX: fail on invalid vmclear/vmptrld pointer
Bandan Das
2014-05-06
1
-0
/
+12
*
KVM: nVMX: additional checks on vmxon region
Bandan Das
2014-05-06
2
-0
/
+68
*
KVM: nVMX: rearrange get_vmx_mem_address
Bandan Das
2014-05-06
1
-53
/
+53
*
Merge tag 'kvm-s390-20140506' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
2014-05-06
6
-7
/
+88
|
\
|
*
KVM: s390: Fix external interrupt interception
Thomas Huth
2014-05-06
2
-5
/
+49
|
*
KVM: s390: Add clock comparator and CPU timer IRQ injection
Thomas Huth
2014-05-06
3
-0
/
+36
|
*
KVM: s390: return -EFAULT if copy_from_user() fails
Dan Carpenter
2014-05-06
1
-2
/
+3
*
|
KVM: x86: improve the usability of the 'kvm_pio' tracepoint
Ulrich Obergfell
2014-05-05
2
-6
/
+18
*
|
kvm/irqchip: Speed up KVM_SET_GSI_ROUTING
Christian Borntraeger
2014-05-05
5
-39
/
+51
|
/
*
Merge tag 'kvm-s390-20140429' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
2014-04-30
11
-13
/
+287
|
\
|
*
KVM: s390: enable IBS for single running VCPUs
David Hildenbrand
2014-04-29
4
-2
/
+147
|
*
KVM: s390: introduce kvm_s390_vcpu_{start,stop}
David Hildenbrand
2014-04-29
6
-6
/
+40
|
*
KVM: s390: Add low-address protection to TEST BLOCK
Thomas Huth
2014-04-29
1
-0
/
+3
|
*
KVM: s390: Fixes for PFMF
Thomas Huth
2014-04-29
1
-4
/
+14
|
*
KVM: s390: Add a function for checking the low-address protection
Thomas Huth
2014-04-29
2
-0
/
+29
|
*
KVM: s390: Handle MVPG partial execution interception
Thomas Huth
2014-04-29
1
-1
/
+54
*
|
KVM: x86: expose invariant tsc cpuid bit (v2)
Marcelo Tosatti
2014-04-29
1
-1
/
+7
*
|
KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL)
Oleg Nesterov
2014-04-28
1
-1
/
+1
*
|
KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute()
Oleg Nesterov
2014-04-28
1
-2
/
+0
|
/
*
KVM: MMU: flush tlb out of mmu lock when write-protect the sptes
Xiao Guangrong
2014-04-23
3
-6
/
+64
*
KVM: MMU: flush tlb if the spte can be locklessly modified
Xiao Guangrong
2014-04-23
1
-1
/
+2
*
KVM: MMU: lazily drop large spte
Xiao Guangrong
2014-04-23
2
-18
/
+24
*
KVM: MMU: properly check last spte in fast_page_fault()
Xiao Guangrong
2014-04-23
1
-4
/
+6
*
Revert "KVM: Simplify kvm->tlbs_dirty handling"
Xiao Guangrong
2014-04-23
3
-8
/
+8
*
KVM: x86: Processor mode may be determined incorrectly
Nadav Amit
2014-04-23
1
-1
/
+1
*
KVM: x86: IN instruction emulation should ignore REP-prefix
Nadav Amit
2014-04-23
1
-1
/
+2
*
KVM: x86: Fix CR3 reserved bits
Nadav Amit
2014-04-23
3
-29
/
+6
*
KVM: x86: Fix wrong/stuck PMU when guest does not use PMI
Nadav Amit
2014-04-23
1
-2
/
+5
*
KVM: nVMX: Advertise support for interrupt acknowledgement
Bandan Das
2014-04-22
1
-2
/
+3
*
KVM: nVMX: Ack and write vector info to intr_info if L1 asks us to
Bandan Das
2014-04-22
2
-0
/
+19
*
KVM: nVMX: Don't advertise single context invalidation for invept
Bandan Das
2014-04-22
1
-10
/
+5
*
KVM: VMX: Advance rip to after an ICEBP instruction
Huw Davies
2014-04-22
1
-0
/
+3
*
Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Marcelo Tosatti
2014-04-22
33
-501
/
+2831
|
\
|
*
KVM: s390: Factor out handle_itdb to handle TX aborts
Michael Mueller
2014-04-22
1
-12
/
+26
|
*
KVM: s390: replace TDB_ADDR by __LC_PGM_TDB
Michael Mueller
2014-04-22
2
-2
/
+2
|
*
KVM: s390: Drop pending interrupts on guest exit
Christian Borntraeger
2014-04-22
3
-2
/
+5
|
*
KVM: s390: no timer interrupts when single-stepping a guest
David Hildenbrand
2014-04-22
2
-0
/
+5
|
*
KVM: s390: move timer interrupt checks into own functions
David Hildenbrand
2014-04-22
1
-18
/
+20
|
*
KVM: s390: add documentation for diag 501
David Hildenbrand
2014-04-22
1
-0
/
+2
|
*
KVM: s390: hardware support for guest debugging
David Hildenbrand
2014-04-22
8
-8
/
+607
|
*
KVM: s390: kernel header addition for guest debugging
David Hildenbrand
2014-04-22
1
-0
/
+20
[next]