index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kvm
/
kvm-s390.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: halt_polling: provide a way to qualify wakeups during poll
Christian Borntraeger
2016-05-13
1
-0
/
+6
*
KVM: s390: Populate mask of non-hypervisor managed facility bits
Alexander Yarygin
2016-05-09
1
-3
/
+16
*
KVM: s390: Enable all facility bits that are known good for passthrough
Alexander Yarygin
2016-05-09
1
-2
/
+2
*
KVM: s390: force ibc into valid range
David Hildenbrand
2016-05-09
1
-1
/
+11
*
KVM: s390: cleanup cpuid handling
David Hildenbrand
2016-05-09
1
-8
/
+9
*
KVM: s390: enable SRS only if enabled for the guest
David Hildenbrand
2016-05-09
1
-1
/
+3
*
KVM: s390: enable PFMFI only if guest has EDAT1
David Hildenbrand
2016-05-09
1
-1
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2016-03-16
1
-1
/
+2
|
\
|
*
s390/mm: split arch/s390/mm/pgtable.c
Martin Schwidefsky
2016-03-08
1
-1
/
+2
|
*
s390/mm: uninline ptep_xxx functions from pgtable.h
Martin Schwidefsky
2016-03-08
1
-1
/
+1
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-03-16
1
-63
/
+172
|
\
\
|
*
|
KVM: s390: allocate only one DMA page per VM
David Hildenbrand
2016-03-08
1
-37
/
+23
|
*
|
KVM: s390: enable STFLE interpretation only if enabled for the guest
David Hildenbrand
2016-03-08
1
-1
/
+2
|
*
|
KVM: s390: step the VCPU timer while in enabled wait
David Hildenbrand
2016-03-08
1
-2
/
+2
|
*
|
KVM: s390: protect VCPU cpu timer with a seqcount
David Hildenbrand
2016-03-08
1
-8
/
+22
|
*
|
KVM: s390: step VCPU cpu timer during kvm_run ioctl
David Hildenbrand
2016-03-08
1
-2
/
+74
|
*
|
KVM: s390: abstract access to the VCPU cpu timer
David Hildenbrand
2016-03-08
1
-8
/
+23
|
*
|
KVM: s390: store cpu id in vcpu->cpu when scheduled in
David Hildenbrand
2016-03-08
1
-0
/
+2
|
*
|
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: 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: read the correct opcode on SIE faults
David Hildenbrand
2016-02-10
1
-2
/
+1
|
*
|
KVM: s390: gaccess: introduce access modes
David Hildenbrand
2016-02-10
1
-2
/
+4
|
*
|
KVM: s390: PSW forwarding / rewinding / ilc rework
David Hildenbrand
2016-02-10
1
-1
/
+1
|
*
|
KVM: s390: sync of fp registers via kvm_run
David Hildenbrand
2016-02-10
1
-5
/
+7
|
*
|
KVM: s390: allow sync of fp registers via vregs
David Hildenbrand
2016-02-10
1
-1
/
+4
|
|
/
*
|
KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS
David Hildenbrand
2016-03-08
1
-1
/
+1
|
/
*
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
[next]