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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-13
s390/time: remove ETR support
Martin Schwidefsky
1
-1
/
+1
2016-05-13
KVM: halt_polling: provide a way to qualify wakeups during poll
Christian Borntraeger
3
-0
/
+12
2016-05-09
KVM: s390: Populate mask of non-hypervisor managed facility bits
Alexander Yarygin
1
-3
/
+16
2016-05-09
KVM: s390: Enable all facility bits that are known good for passthrough
Alexander Yarygin
1
-2
/
+2
2016-05-09
KVM: s390: force ibc into valid range
David Hildenbrand
1
-1
/
+11
2016-05-09
KVM: s390: cleanup cpuid handling
David Hildenbrand
2
-9
/
+10
2016-05-09
KVM: s390: enable SRS only if enabled for the guest
David Hildenbrand
2
-1
/
+9
2016-05-09
KVM: s390: enable PFMFI only if guest has EDAT1
David Hildenbrand
1
-1
/
+2
2016-05-04
KVM: s390: support NQ only if the facility is enabled for the guest
David Hildenbrand
1
-2
/
+3
2016-05-04
KVM: s390: cmma: don't check entry content
David Hildenbrand
1
-11
/
+3
2016-04-20
KVM: s390: add clear I/O irq operation for FLIC
Halil Pasic
1
-0
/
+25
2016-04-20
KVM: s390: implement has_attr for FLIC
Halil Pasic
1
-0
/
+17
2016-03-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
5
-3
/
+7
2016-03-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-175
/
+369
2016-03-15
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2016-03-08
s390: Fix misspellings in comments
Adam Buchbinder
1
-2
/
+2
2016-03-08
s390/mm: split arch/s390/mm/pgtable.c
Martin Schwidefsky
4
-1
/
+5
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
3
-40
/
+26
2016-03-08
KVM: s390: enable STFLE interpretation only if enabled for the guest
David Hildenbrand
1
-1
/
+2
2016-03-08
KVM: s390: wake up when the VCPU cpu timer expires
David Hildenbrand
1
-13
/
+35
2016-03-08
KVM: s390: step the VCPU timer while in enabled wait
David Hildenbrand
2
-2
/
+7
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
3
-10
/
+28
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-25
KVM: Use simple waitqueue for vcpu->wq
Marcelo Tosatti
1
-2
/
+2
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: irq delivery should not rely on icptcode
David Hildenbrand
2
-1
/
+3
2016-02-10
KVM: s390: clean up prog irq injection on prog irq icpts
David Hildenbrand
1
-21
/
+20
2016-02-10
KVM: s390: read the correct opcode on SIE faults
David Hildenbrand
1
-2
/
+1
2016-02-10
KVM: s390: gaccess: implement instruction fetching mode
David Hildenbrand
2
-4
/
+28
2016-02-10
KVM: s390: gaccess: introduce access modes
David Hildenbrand
5
-35
/
+43
2016-02-10
KVM: s390: migration / injection of prog irq ilc
David Hildenbrand
1
-1
/
+11
2016-02-10
KVM: s390: PSW forwarding / rewinding / ilc rework
David Hildenbrand
5
-36
/
+50
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-30
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-14
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
[next]