index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: use list_for_each_entry_safe
Geliang Tang
2016-02-23
1
-6
/
+3
*
KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault()
Takuya Yoshikawa
2016-02-23
2
-36
/
+22
*
KVM: x86: MMU: Consolidate quickly_check_mmio_pf() and is_mmio_page_fault()
Takuya Yoshikawa
2016-02-23
1
-11
/
+4
*
KVM: x86: pass kvm_get_time_scale arguments in hertz
Paolo Bonzini
2016-02-16
1
-7
/
+7
*
kvm/x86: Hyper-V VMBus hypercall userspace exit
Andrey Smetanin
2016-02-16
3
-7
/
+44
*
kvm/x86: Reject Hyper-V hypercall continuation
Andrey Smetanin
2016-02-16
1
-0
/
+7
*
kvm/x86: Pass return code of kvm_emulate_hypercall
Andrey Smetanin
2016-02-16
3
-5
/
+3
*
drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
Andrey Smetanin
2016-02-16
2
-6
/
+2
*
kvm/x86: Rename Hyper-V long spin wait hypercall
Andrey Smetanin
2016-02-16
2
-2
/
+2
*
KVM: x86: fix missed hardware breakpoints
Paolo Bonzini
2016-02-16
1
-0
/
+1
*
KVM: x86: fix *NULL on invalid low-prio irq
Radim Krčmář
2016-02-16
1
-18
/
+13
*
KVM: x86: rewrite handling of scaled TSC for kvmclock
Paolo Bonzini
2016-02-16
1
-7
/
+8
*
KVM: x86: rename argument to kvm_set_tsc_khz
Paolo Bonzini
2016-02-16
1
-7
/
+7
*
KVM: VMX: Fix guest debugging while in L2
Jan Kiszka
2016-02-16
1
-0
/
+17
*
KVM: VMX: Factor out is_exception_n helper
Jan Kiszka
2016-02-16
1
-8
/
+9
*
KVM: halt_polling: improve grow/shrink settings
Christian Borntraeger
2016-02-16
2
-12
/
+15
*
Merge tag 'kvm-s390-next-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2016-02-16
12
-122
/
+254
|
\
|
*
KVM: s390: bail out early on fatal signal in dirty logging
Christian Borntraeger
2016-02-10
1
-0
/
+2
|
*
KVM: s390: do not block CPU on dirty logging
Christian Borntraeger
2016-02-10
1
-0
/
+1
|
*
KVM: s390: do not take mmap_sem on dirty log query
Christian Borntraeger
2016-02-10
1
-2
/
+0
|
*
KVM: s390: usage hint for adapter mappings
Cornelia Huck
2016-02-10
1
-0
/
+2
|
*
KVM: s390: add documentation of KVM_S390_VM_CRYPTO
David Hildenbrand
2016-02-10
1
-0
/
+33
|
*
KVM: s390: add documentation of KVM_S390_VM_TOD
David Hildenbrand
2016-02-10
1
-0
/
+19
|
*
KVM: s390: remove old fragment of vector registers
David Hildenbrand
2016-02-10
1
-7
/
+1
|
*
KVM: s390: instruction-fetching exceptions on SIE faults
David Hildenbrand
2016-02-10
1
-2
/
+10
|
*
KVM: s390: provide prog irq ilc on SIE faults
David Hildenbrand
2016-02-10
1
-4
/
+8
|
*
KVM: s390: irq delivery should not rely on icptcode
David Hildenbrand
2016-02-10
3
-1
/
+4
|
*
KVM: s390: clean up prog irq injection on prog irq icpts
David Hildenbrand
2016-02-10
1
-21
/
+20
|
*
KVM: s390: read the correct opcode on SIE faults
David Hildenbrand
2016-02-10
1
-2
/
+1
|
*
KVM: s390: gaccess: implement instruction fetching mode
David Hildenbrand
2016-02-10
2
-4
/
+28
|
*
KVM: s390: gaccess: introduce access modes
David Hildenbrand
2016-02-10
5
-35
/
+43
|
*
KVM: s390: migration / injection of prog irq ilc
David Hildenbrand
2016-02-10
2
-2
/
+17
|
*
KVM: s390: PSW forwarding / rewinding / ilc rework
David Hildenbrand
2016-02-10
5
-36
/
+50
|
*
KVM: s390: sync of fp registers via kvm_run
David Hildenbrand
2016-02-10
2
-7
/
+13
|
*
KVM: s390: allow sync of fp registers via vregs
David Hildenbrand
2016-02-10
1
-1
/
+4
|
/
*
KVM: x86: consolidate different ways to test for in-kernel LAPIC
Paolo Bonzini
2016-02-09
5
-29
/
+22
*
KVM: x86: consolidate "has lapic" checks into irq.c
Paolo Bonzini
2016-02-09
2
-8
/
+7
*
KVM: APIC: remove unnecessary double checks on APIC existence
Paolo Bonzini
2016-02-09
1
-16
/
+3
*
KVM/VMX: Add host irq information in trace event when updating IRTE for poste...
Feng Wu
2016-02-09
2
-5
/
+9
*
KVM: x86: Add lowest-priority support for vt-d posted-interrupts
Feng Wu
2016-02-09
1
-7
/
+49
*
KVM: x86: Use vector-hashing to deliver lowest-priority interrupts
Feng Wu
2016-02-09
6
-7
/
+82
*
KVM: Recover IRTE to remapped mode if the interrupt is not single-destination
Feng Wu
2016-02-09
1
-1
/
+14
*
KVM: x86: introduce do_shl32_div32
Paolo Bonzini
2016-02-09
2
-8
/
+17
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-02-08
5
-12
/
+52
|
\
|
*
Merge tag 'kvm-arm-for-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2016-02-08
5
-12
/
+52
|
|
\
|
|
*
arm64: KVM: Fix guest dead loop when register accessor returns false
Shannon Zhao
2016-01-24
1
-3
/
+2
|
|
*
arm64: KVM: Fix comments of the CP handler
Shannon Zhao
2016-01-24
1
-2
/
+2
|
|
*
arm64: KVM: Fix wrong use of the CPSR MODE mask for 32bit guests
Shannon Zhao
2016-01-24
1
-2
/
+6
|
|
*
arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2
Dave Martin
2016-01-24
2
-2
/
+7
|
|
*
arm64: KVM: Fix AArch64 guest userspace exception injection
Marc Zyngier
2016-01-24
1
-3
/
+35
[next]