Paolo, the first bunch on s390 change for next:
The following changes since commit cac7f2429872d3733dc3f9915857b1691da2eb2f: Linux 3.18-rc2 (2014-10-26 16:48:41 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-next-20141028 for you to fetch changes up to a6cc3108567e0adc06c4a8031186f84ad1e1e194: KVM: s390: sigp: split handling of SIGP STOP (AND STORE STATUS) (2014-10-28 13:09:14 +0100) ---------------------------------------------------------------- KVM: s390: Fixes and cleanups 1. A small fix regarding program check handling (cc stable as it overwrites the wrong guest memory) 2. Improve the ipte interlock scalability for older hardware 3. current->mm to mm cleanup (currently a no-op) 4. several SIGP rework patches (more to come) ---------------------------------------------------------------- David Hildenbrand (6): KVM: s390: sigp: dispatch orders with one target in a separate function KVM: s390: sigp: move target cpu checks into dispatcher KVM: s390: sigp: separate preparation handlers KVM: s390: sigp: instruction counters for all sigp orders KVM: s390: sigp: inject emergency calls in a separate function KVM: s390: sigp: split handling of SIGP STOP (AND STORE STATUS) Jason J. Herne (1): KVM: s390: Cleanup usage of current->mm in set_guest_storage_key Thomas Huth (2): KVM: s390: Make the simple ipte mutex specific to a VM instead of global KVM: s390: Fix size of monitor-class number field arch/s390/include/asm/kvm_host.h | 9 ++ arch/s390/include/asm/sigp.h | 1 + arch/s390/kvm/gaccess.c | 20 ++- arch/s390/kvm/interrupt.c | 2 +- arch/s390/kvm/kvm-s390.c | 8 ++ arch/s390/kvm/sigp.c | 269 ++++++++++++++++++++------------------- arch/s390/mm/pgtable.c | 2 +- 7 files changed, 168 insertions(+), 143 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html