index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kvm
/
kvm-s390.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: s390: fix memory overwrites when vx is disabled
David Hildenbrand
2016-01-26
1
-83
/
+43
*
KVM: s390: fix guest fprs memory leak
David Hildenbrand
2016-01-26
1
-1
/
+4
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2016-01-13
1
-15
/
+15
|
\
|
*
s390/kvm: remove dependency on struct save_area definition
Martin Schwidefsky
2015-11-27
1
-15
/
+15
*
|
KVM: s390: implement the RI support of guest
Fan Zhang
2016-01-07
1
-0
/
+22
*
|
kvm/s390: drop unpaired smp_mb
Michael S. Tsirkin
2016-01-07
1
-1
/
+0
*
|
KVM: s390: consider system MHA for guest storage
Guenther Hutzl
2015-12-15
1
-1
/
+5
*
|
KVM: s390: fix mismatch between user and in-kernel guest limit
Dominik Dingel
2015-12-15
1
-5
/
+20
*
|
KVM: s390: obey kptr_restrict in traces
Christian Borntraeger
2015-12-15
1
-4
/
+5
*
|
KVM: s390: use assignment instead of memcpy
Christian Borntraeger
2015-12-15
1
-2
/
+4
*
|
KVM: s390: remove redudant assigment of error code
Christian Borntraeger
2015-11-30
1
-3
/
+1
*
|
KVM: s390: remove pointless test_facility(2) check
Heiko Carstens
2015-11-30
1
-1
/
+1
*
|
KVM: s390: don't load kvm without virtualization support
David Hildenbrand
2015-11-30
1
-0
/
+5
*
|
KVM: s390: don't switch to ESCA for ucontrol
David Hildenbrand
2015-11-30
1
-1
/
+1
*
|
KVM: s390: cleanup sca_add_vcpu
David Hildenbrand
2015-11-30
1
-12
/
+11
*
|
KVM: s390: always set/clear the SCA sda field
David Hildenbrand
2015-11-30
1
-8
/
+4
*
|
KVM: s390: fix SCA related races and double use
David Hildenbrand
2015-11-30
1
-6
/
+5
*
|
KVM: s390: we always have a SCA
David Hildenbrand
2015-11-30
1
-6
/
+1
*
|
KVM: s390: Enable up to 248 VCPUs per VM
Eugene (jno) Dvurechenski
2015-11-30
1
-1
/
+2
*
|
KVM: s390: Introduce switching code
Eugene (jno) Dvurechenski
2015-11-30
1
-2
/
+73
*
|
KVM: s390: Make provisions for ESCA utilization
Eugene (jno) Dvurechenski
2015-11-30
1
-12
/
+42
*
|
KVM: s390: Introduce new structures
Eugene (jno) Dvurechenski
2015-11-30
1
-7
/
+7
*
|
KVM: s390: Provide SCA-aware helpers for VCPU add/del
Eugene (jno) Dvurechenski
2015-11-30
1
-13
/
+31
*
|
KVM: s390: rewrite vcpu_post_run and drop out early
David Hildenbrand
2015-11-30
1
-38
/
+21
|
/
*
KVM: s390: enable SIMD only when no VCPUs were created
David Hildenbrand
2015-11-19
1
-1
/
+5
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-11-05
1
-31
/
+27
|
\
|
*
KVM: s390: drop useless newline in debugging data
Christian Borntraeger
2015-10-29
1
-4
/
+4
|
*
KVM: s390: SCA must not cross page boundaries
David Hildenbrand
2015-10-29
1
-1
/
+3
|
*
KVM: s390: factor out reading of the guest TOD clock
David Hildenbrand
2015-10-13
1
-3
/
+1
|
*
KVM: s390: factor out and fix setting of guest TOD clock
David Hildenbrand
2015-10-13
1
-11
/
+17
|
*
KVM: s390: switch to get_tod_clock() and fix STP sync races
David Hildenbrand
2015-10-13
1
-14
/
+4
*
|
s390/fpu: always enable the vector facility if it is available
Hendrik Brueckner
2015-10-14
1
-6
/
+0
|
/
*
KVM: s390: Replace incorrect atomic_or with atomic_andnot
Jason J. Herne
2015-09-16
1
-1
/
+1
*
KVM: add halt_attempted_poll to VCPU stats
Paolo Bonzini
2015-09-16
1
-0
/
+1
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2015-09-03
1
-16
/
+16
|
\
|
*
atomic: Replace atomic_{set,clear}_mask() usage
Peter Zijlstra
2015-07-27
1
-16
/
+16
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2015-08-31
1
-33
/
+97
|
\
\
|
*
|
s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT instead
Hendrik Brueckner
2015-08-03
1
-5
/
+5
|
*
|
s390/kernel: lazy restore fpu registers
Hendrik Brueckner
2015-07-22
1
-37
/
+95
|
*
|
s390/kvm: validate the floating-point control before restoring it
Hendrik Brueckner
2015-07-22
1
-2
/
+8
|
|
/
*
|
Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-08-31
1
-19
/
+95
|
\
\
|
*
|
KVM: s390: Fix assumption that kvm_set_irq_routing is always run successfully
Nicholas Krause
2015-08-07
1
-2
/
+1
|
*
|
KVM: s390: host STP toleration for VMs
Fan Zhang
2015-08-04
1
-0
/
+38
|
*
|
KVM: s390: log capability enablement and vm attribute changes
Christian Borntraeger
2015-07-29
1
-0
/
+19
|
*
|
KVM: s390: Provide global debug log
Christian Borntraeger
2015-07-29
1
-1
/
+19
|
*
|
KVM: s390: improve debug feature usage
Christian Borntraeger
2015-07-29
1
-1
/
+1
|
*
|
KVM: s390: add kvm stat counter for all diagnoses
Christian Borntraeger
2015-07-29
1
-0
/
+3
|
*
|
KVM: s390: only reset CMMA state if it was enabled before
Dominik Dingel
2015-07-29
1
-0
/
+4
|
*
|
KVM: s390: clean up cmma_enable check
Dominik Dingel
2015-07-29
1
-14
/
+7
|
*
|
KVM: s390: propagate error from enable storage key
Dominik Dingel
2015-07-29
1
-1
/
+3
|
|
/
[next]