index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: s390: only one external call may be pending at a time
David Hildenbrand
2015-01-23
6
-28
/
+68
*
s390/sclp: introduce check for the SIGP Interpretation Facility
David Hildenbrand
2015-01-23
1
-1
/
+3
*
KVM: s390: SIGP SET PREFIX cleanup
David Hildenbrand
2015-01-23
2
-19
/
+14
*
KVM: s390: a VCPU may only stop when no interrupts are left pending
David Hildenbrand
2015-01-23
4
-5
/
+9
*
KVM: s390: handle stop irqs without action_bits
David Hildenbrand
2015-01-23
7
-92
/
+88
*
KVM: s390: new parameter for SIGP STOP irqs
David Hildenbrand
2015-01-23
2
-1
/
+19
*
KVM: s390: forward hrtimer if guest ckc not pending yet
David Hildenbrand
2015-01-23
1
-2
/
+12
*
KVM: s390: base hrtimer on a monotonic clock
David Hildenbrand
2015-01-23
1
-1
/
+1
*
KVM: s390: prevent sleep duration underflows in handle_wait()
David Hildenbrand
2015-01-23
1
-1
/
+7
*
KVM: s390: Allow userspace to limit guest memory size
Dominik Dingel
2015-01-23
2
-3
/
+63
*
KVM: s390: move vcpu specific initalization to a later point
Dominik Dingel
2015-01-23
1
-9
/
+16
*
KVM: s390: make local function static
Christian Borntraeger
2015-01-23
1
-1
/
+1
*
KVM: remove unneeded return value of vcpu_postcreate
Dominik Dingel
2015-01-23
1
-2
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...
Linus Torvalds
2014-12-21
1
-12
/
+6
|
\
|
*
s390/kvm: REPLACE barrier fixup with READ_ONCE
Christian Borntraeger
2014-12-18
1
-12
/
+6
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2014-12-19
11
-587
/
+1092
|
\
\
|
*
|
KVM: s390: clean up return code handling in irq delivery code
Jens Freimann
2014-12-04
1
-13
/
+13
|
*
|
KVM: s390: use atomic bitops to access pending_irqs bitmap
Jens Freimann
2014-12-04
1
-2
/
+2
|
*
|
KVM: s390: some ext irqs have to clear the ext cpu addr
David Hildenbrand
2014-12-04
1
-0
/
+3
|
*
|
KVM: s390: allow injecting all kinds of machine checks
Jens Freimann
2014-11-28
1
-3
/
+11
|
*
|
KVM: s390: handle pending local interrupts via bitmap
Jens Freimann
2014-11-28
6
-282
/
+380
|
*
|
KVM: s390: add bitmap for handling cpu-local interrupts
Jens Freimann
2014-11-28
1
-0
/
+86
|
*
|
KVM: s390: refactor interrupt delivery code
Jens Freimann
2014-11-28
1
-177
/
+282
|
*
|
KVM: s390: add defines for virtio and pfault interrupt code
Jens Freimann
2014-11-28
1
-2
/
+4
|
*
|
KVM: s390: external param not valid for cpu timer and ckc
David Hildenbrand
2014-11-28
1
-4
/
+2
|
*
|
KVM: s390: refactor interrupt injection code
Jens Freimann
2014-11-28
1
-54
/
+167
|
*
|
KVM: S390: Create helper function get_guest_storage_key
Jason J. Herne
2014-11-28
2
-0
/
+40
|
*
|
KVM: s390: trigger the right CPU exit for floating interrupts
Christian Borntraeger
2014-11-28
1
-1
/
+11
|
*
|
KVM: s390: Fix rewinding of the PSW pointing to an EXECUTE instruction
Thomas Huth
2014-11-28
4
-13
/
+23
|
*
|
KVM: s390: Small fixes for the PFMF handler
Thomas Huth
2014-11-28
1
-4
/
+7
|
*
|
Merge tag 'kvm-s390-next-20141107' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2014-11-07
2
-44
/
+48
|
|
\
\
|
|
*
|
KVM: s390: fix handling of lctl[g]/stctl[g]
Heiko Carstens
2014-11-07
1
-36
/
+32
|
|
*
|
KVM: s390: flush CPU on load control
Christian Borntraeger
2014-11-07
1
-2
/
+2
|
|
|
/
|
|
*
KVM: s390: Fix ipte locking
Christian Borntraeger
2014-11-07
1
-6
/
+14
|
*
|
Merge remote-tracking branch 'origin/master' into HEAD
Paolo Bonzini
2014-11-03
1
-6
/
+0
|
|
\
|
|
*
|
KVM: s390: sigp: split handling of SIGP STOP (AND STORE STATUS)
David Hildenbrand
2014-10-28
1
-7
/
+18
|
*
|
KVM: s390: sigp: inject emergency calls in a separate function
David Hildenbrand
2014-10-28
1
-3
/
+9
|
*
|
KVM: s390: sigp: instruction counters for all sigp orders
David Hildenbrand
2014-10-28
3
-1
/
+21
|
*
|
KVM: s390: sigp: separate preparation handlers
David Hildenbrand
2014-10-28
2
-15
/
+33
|
*
|
KVM: s390: sigp: move target cpu checks into dispatcher
David Hildenbrand
2014-10-28
1
-91
/
+48
|
*
|
KVM: s390: sigp: dispatch orders with one target in a separate function
David Hildenbrand
2014-10-28
1
-31
/
+43
|
*
|
KVM: s390: Fix size of monitor-class number field
Thomas Huth
2014-10-28
1
-1
/
+1
|
*
|
KVM: s390: Cleanup usage of current->mm in set_guest_storage_key
Jason J. Herne
2014-10-28
1
-1
/
+1
|
*
|
KVM: s390: Make the simple ipte mutex specific to a VM instead of global
Thomas Huth
2014-10-28
3
-11
/
+12
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2014-12-17
1
-1
/
+1
|
\
\
\
|
*
|
|
groups: Consolidate the setgroups permission checks
Eric W. Biederman
2014-12-06
1
-1
/
+1
*
|
|
|
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-15
1
-1
/
+0
|
\
\
\
\
|
*
\
\
\
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2014-11-04
1
-1
/
+0
|
|
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
s390: appldata: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2014-12-13
6
-9
/
+9
|
\
\
\
\
\
[next]