index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kvm
/
kvm-s390.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-1
/
+2
2016-03-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-63
/
+172
2016-03-08
s390/mm: split arch/s390/mm/pgtable.c
Martin Schwidefsky
1
-1
/
+2
2016-03-08
s390/mm: uninline ptep_xxx functions from pgtable.h
Martin Schwidefsky
1
-1
/
+1
2016-03-08
KVM: s390: allocate only one DMA page per VM
David Hildenbrand
1
-37
/
+23
2016-03-08
KVM: s390: enable STFLE interpretation only if enabled for the guest
David Hildenbrand
1
-1
/
+2
2016-03-08
KVM: s390: step the VCPU timer while in enabled wait
David Hildenbrand
1
-2
/
+2
2016-03-08
KVM: s390: protect VCPU cpu timer with a seqcount
David Hildenbrand
1
-8
/
+22
2016-03-08
KVM: s390: step VCPU cpu timer during kvm_run ioctl
David Hildenbrand
1
-2
/
+74
2016-03-08
KVM: s390: abstract access to the VCPU cpu timer
David Hildenbrand
1
-8
/
+23
2016-03-08
KVM: s390: store cpu id in vcpu->cpu when scheduled in
David Hildenbrand
1
-0
/
+2
2016-03-08
KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS
David Hildenbrand
1
-1
/
+1
2016-02-10
KVM: s390: bail out early on fatal signal in dirty logging
Christian Borntraeger
1
-0
/
+2
2016-02-10
KVM: s390: do not block CPU on dirty logging
Christian Borntraeger
1
-0
/
+1
2016-02-10
KVM: s390: do not take mmap_sem on dirty log query
Christian Borntraeger
1
-2
/
+0
2016-02-10
KVM: s390: instruction-fetching exceptions on SIE faults
David Hildenbrand
1
-2
/
+10
2016-02-10
KVM: s390: provide prog irq ilc on SIE faults
David Hildenbrand
1
-4
/
+8
2016-02-10
KVM: s390: read the correct opcode on SIE faults
David Hildenbrand
1
-2
/
+1
2016-02-10
KVM: s390: gaccess: introduce access modes
David Hildenbrand
1
-2
/
+4
2016-02-10
KVM: s390: PSW forwarding / rewinding / ilc rework
David Hildenbrand
1
-1
/
+1
2016-02-10
KVM: s390: sync of fp registers via kvm_run
David Hildenbrand
1
-5
/
+7
2016-02-10
KVM: s390: allow sync of fp registers via vregs
David Hildenbrand
1
-1
/
+4
2016-01-26
KVM: s390: fix memory overwrites when vx is disabled
David Hildenbrand
1
-83
/
+43
2016-01-26
KVM: s390: fix guest fprs memory leak
David Hildenbrand
1
-1
/
+4
2016-01-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-15
/
+15
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
1
-4
/
+5
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: Enable up to 248 VCPUs per VM
Eugene (jno) Dvurechenski
1
-1
/
+2
2015-11-30
KVM: s390: Introduce switching code
Eugene (jno) Dvurechenski
1
-2
/
+73
2015-11-30
KVM: s390: Make provisions for ESCA utilization
Eugene (jno) Dvurechenski
1
-12
/
+42
2015-11-30
KVM: s390: Introduce new structures
Eugene (jno) Dvurechenski
1
-7
/
+7
2015-11-30
KVM: s390: Provide SCA-aware helpers for VCPU add/del
Eugene (jno) Dvurechenski
1
-13
/
+31
2015-11-30
KVM: s390: rewrite vcpu_post_run and drop out early
David Hildenbrand
1
-38
/
+21
2015-11-27
s390/kvm: remove dependency on struct save_area definition
Martin Schwidefsky
1
-15
/
+15
2015-11-19
KVM: s390: enable SIMD only when no VCPUs were created
David Hildenbrand
1
-1
/
+5
2015-11-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-31
/
+27
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
[next]