index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-08
KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS
David Hildenbrand
1
-1
/
+1
2016-01-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-2
/
+2
2016-01-26
KVM: s390: fix memory overwrites when vx is disabled
David Hildenbrand
1
-83
/
+43
2016-01-26
KVM: s390: Enable the KVM-VFIO device
Dong Jia Shi
2
-1
/
+2
2016-01-26
KVM: s390: fix guest fprs memory leak
David Hildenbrand
1
-1
/
+4
2016-01-19
s390: remove all usages of PSW_ADDR_INSN
Heiko Carstens
1
-2
/
+2
2016-01-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
3
-18
/
+18
2016-01-11
s390: rename struct _lowcore to struct lowcore
Heiko Carstens
2
-3
/
+3
2016-01-07
KVM: s390: implement the RI support of guest
Fan Zhang
1
-0
/
+22
2016-01-07
kvm/s390: drop unpaired smp_mb
Michael S. Tsirkin
1
-1
/
+0
2015-12-15
KVM: s390: consider system MHA for guest storage
Guenther Hutzl
1
-1
/
+5
2015-12-15
KVM: s390: fix mismatch between user and in-kernel guest limit
Dominik Dingel
1
-5
/
+20
2015-12-15
KVM: s390: obey kptr_restrict in traces
Christian Borntraeger
2
-7
/
+8
2015-12-15
KVM: s390: use assignment instead of memcpy
Christian Borntraeger
1
-2
/
+4
2015-11-30
KVM: s390: remove redudant assigment of error code
Christian Borntraeger
1
-3
/
+1
2015-11-30
KVM: s390: remove pointless test_facility(2) check
Heiko Carstens
1
-1
/
+1
2015-11-30
KVM: s390: don't load kvm without virtualization support
David Hildenbrand
1
-0
/
+5
2015-11-30
KVM: s390: don't switch to ESCA for ucontrol
David Hildenbrand
1
-1
/
+1
2015-11-30
KVM: s390: cleanup sca_add_vcpu
David Hildenbrand
1
-12
/
+11
2015-11-30
KVM: s390: always set/clear the SCA sda field
David Hildenbrand
1
-8
/
+4
2015-11-30
KVM: s390: fix SCA related races and double use
David Hildenbrand
1
-6
/
+5
2015-11-30
KVM: s390: we always have a SCA
David Hildenbrand
1
-6
/
+1
2015-11-30
KVM: s390: fast path for sca_ext_call_pending
David Hildenbrand
1
-2
/
+4
2015-11-30
KVM: s390: Enable up to 248 VCPUs per VM
Eugene (jno) Dvurechenski
1
-1
/
+2
2015-11-30
KVM: s390: Introduce switching code
Eugene (jno) Dvurechenski
3
-9
/
+102
2015-11-30
KVM: s390: Make provisions for ESCA utilization
Eugene (jno) Dvurechenski
2
-28
/
+104
2015-11-30
KVM: s390: Introduce new structures
Eugene (jno) Dvurechenski
3
-20
/
+29
2015-11-30
KVM: s390: Provide SCA-aware helpers for VCPU add/del
Eugene (jno) Dvurechenski
1
-13
/
+31
2015-11-30
KVM: s390: Generalize access to SIGP controls
Eugene (jno) Dvurechenski
1
-27
/
+45
2015-11-30
KVM: s390: Generalize access to IPTE controls
Eugene (jno) Dvurechenski
2
-5
/
+10
2015-11-30
KVM: s390: rewrite vcpu_post_run and drop out early
David Hildenbrand
2
-42
/
+24
2015-11-30
KVM: Use common function for VCPU lookup by id
David Hildenbrand
1
-8
/
+3
2015-11-27
s390/kvm: remove dependency on struct save_area definition
Martin Schwidefsky
1
-15
/
+15
2015-11-19
KVM: s390: fix wrong lookup of VCPUs by array index
David Hildenbrand
2
-8
/
+3
2015-11-19
KVM: s390: avoid memory overwrites on emergency signal injection
David Hildenbrand
1
-0
/
+4
2015-11-19
KVM: s390: fix pfmf intercept handler
Heiko Carstens
1
-1
/
+1
2015-11-19
KVM: s390: enable SIMD only when no VCPUs were created
David Hildenbrand
1
-1
/
+5
2015-11-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-145
/
+125
2015-10-29
KVM: s390: use simple switch statement as multiplexer
Christian Borntraeger
1
-21
/
+21
2015-10-29
KVM: s390: drop useless newline in debugging data
Christian Borntraeger
1
-4
/
+4
2015-10-29
KVM: s390: SCA must not cross page boundaries
David Hildenbrand
1
-1
/
+3
2015-10-14
s390/fpu: always enable the vector facility if it is available
Hendrik Brueckner
1
-6
/
+0
2015-10-13
KVM: s390: factor out reading of the guest TOD clock
David Hildenbrand
3
-15
/
+14
2015-10-13
KVM: s390: factor out and fix setting of guest TOD clock
David Hildenbrand
3
-23
/
+21
2015-10-13
KVM: s390: switch to get_tod_clock() and fix STP sync races
David Hildenbrand
2
-20
/
+6
2015-10-13
KVM: s390: correctly handle injection of pgm irqs and per events
David Hildenbrand
1
-1
/
+20
2015-10-13
KVM: s390: simplify in-kernel program irq injection
David Hildenbrand
2
-32
/
+20
2015-10-13
KVM: s390: drop out early in kvm_s390_has_irq()
David Hildenbrand
1
-11
/
+9
2015-10-13
KVM: s390: kvm_arch_vcpu_runnable already cares about timer interrupts
David Hildenbrand
1
-1
/
+1
2015-10-13
KVM: s390: set interception requests for all floating irqs
David Hildenbrand
1
-12
/
+7
[next]