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
/
s390
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-06
kvm: add halt_poll_ns module parameter
Paolo Bonzini
1
-0
/
+1
2015-01-23
KVM: s390: remove redundant setting of interrupt type
Jens Freimann
1
-1
/
+0
2015-01-23
KVM: s390: fix bug in interrupt parameter check
Jens Freimann
1
-2
/
+2
2015-01-23
KVM: s390: avoid memory leaks if __inject_vm() fails
David Hildenbrand
1
-1
/
+5
2015-01-23
KVM: s390/cpacf: Enable/disable protected key functions for kvm guest
Tony Krowiak
1
-0
/
+75
2015-01-23
KVM: s390: Provide guest TOD Clock Get/Set Controls
Jason J. Herne
1
-0
/
+128
2015-01-23
KVM: s390: trace correct values for set prefix and machine checks
Jens Freimann
1
-4
/
+4
2015-01-23
KVM: s390: fix bug in sigp emergency signal injection
Jens Freimann
1
-3
/
+2
2015-01-23
KVM: s390: Take addressing mode into account for MVPG interception
Thomas Huth
1
-6
/
+8
2015-01-23
KVM: s390: no need to hold the kvm->mutex for floating interrupts
Christian Borntraeger
1
-8
/
+0
2015-01-23
KVM: s390: forward most SIGP orders to user space
David Hildenbrand
2
-0
/
+54
2015-01-23
KVM: s390: clear the pfault queue if user space sets the invalid token
David Hildenbrand
1
-0
/
+4
2015-01-23
KVM: s390: only one external call may be pending at a time
David Hildenbrand
5
-25
/
+63
2015-01-23
KVM: s390: SIGP SET PREFIX cleanup
David Hildenbrand
2
-19
/
+14
2015-01-23
KVM: s390: a VCPU may only stop when no interrupts are left pending
David Hildenbrand
4
-5
/
+9
2015-01-23
KVM: s390: handle stop irqs without action_bits
David Hildenbrand
6
-87
/
+88
2015-01-23
KVM: s390: new parameter for SIGP STOP irqs
David Hildenbrand
1
-1
/
+17
2015-01-23
KVM: s390: forward hrtimer if guest ckc not pending yet
David Hildenbrand
1
-2
/
+12
2015-01-23
KVM: s390: base hrtimer on a monotonic clock
David Hildenbrand
1
-1
/
+1
2015-01-23
KVM: s390: prevent sleep duration underflows in handle_wait()
David Hildenbrand
1
-1
/
+7
2015-01-23
KVM: s390: Allow userspace to limit guest memory size
Dominik Dingel
1
-3
/
+62
2015-01-23
KVM: s390: move vcpu specific initalization to a later point
Dominik Dingel
1
-9
/
+16
2015-01-23
KVM: s390: make local function static
Christian Borntraeger
1
-1
/
+1
2015-01-23
KVM: remove unneeded return value of vcpu_postcreate
Dominik Dingel
1
-2
/
+1
2015-01-06
rcu: Make SRCU optional by using CONFIG_SRCU
Pranith Kumar
1
-0
/
+1
2014-12-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...
Linus Torvalds
1
-12
/
+6
2014-12-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-583
/
+954
2014-12-18
s390/kvm: REPLACE barrier fixup with READ_ONCE
Christian Borntraeger
1
-12
/
+6
2014-12-04
KVM: s390: clean up return code handling in irq delivery code
Jens Freimann
1
-13
/
+13
2014-12-04
KVM: s390: use atomic bitops to access pending_irqs bitmap
Jens Freimann
1
-2
/
+2
2014-12-04
KVM: s390: some ext irqs have to clear the ext cpu addr
David Hildenbrand
1
-0
/
+3
2014-11-28
KVM: s390: allow injecting all kinds of machine checks
Jens Freimann
1
-3
/
+11
2014-11-28
KVM: s390: handle pending local interrupts via bitmap
Jens Freimann
5
-280
/
+380
2014-11-28
KVM: s390: refactor interrupt delivery code
Jens Freimann
1
-177
/
+282
2014-11-28
KVM: s390: add defines for virtio and pfault interrupt code
Jens Freimann
1
-2
/
+4
2014-11-28
KVM: s390: external param not valid for cpu timer and ckc
David Hildenbrand
1
-4
/
+2
2014-11-28
KVM: s390: refactor interrupt injection code
Jens Freimann
1
-54
/
+167
2014-11-28
KVM: s390: trigger the right CPU exit for floating interrupts
Christian Borntraeger
1
-1
/
+11
2014-11-28
KVM: s390: Fix rewinding of the PSW pointing to an EXECUTE instruction
Thomas Huth
3
-12
/
+22
2014-11-28
KVM: s390: Small fixes for the PFMF handler
Thomas Huth
1
-4
/
+7
2014-11-07
Merge tag 'kvm-s390-next-20141107' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2
-44
/
+48
2014-11-07
KVM: s390: fix handling of lctl[g]/stctl[g]
Heiko Carstens
1
-36
/
+32
2014-11-07
KVM: s390: flush CPU on load control
Christian Borntraeger
1
-2
/
+2
2014-11-07
KVM: s390: Fix ipte locking
Christian Borntraeger
1
-6
/
+14
2014-10-28
KVM: s390: sigp: split handling of SIGP STOP (AND STORE STATUS)
David Hildenbrand
1
-7
/
+18
2014-10-28
KVM: s390: sigp: inject emergency calls in a separate function
David Hildenbrand
1
-3
/
+9
2014-10-28
KVM: s390: sigp: instruction counters for all sigp orders
David Hildenbrand
2
-1
/
+14
2014-10-28
KVM: s390: sigp: separate preparation handlers
David Hildenbrand
1
-15
/
+32
2014-10-28
KVM: s390: sigp: move target cpu checks into dispatcher
David Hildenbrand
1
-91
/
+48
2014-10-28
KVM: s390: sigp: dispatch orders with one target in a separate function
David Hildenbrand
1
-31
/
+43
[prev]
[next]