]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kvm-s390-next-20140910' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 11 Sep 2014 09:09:33 +0000 (11:09 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 11 Sep 2014 09:09:33 +0000 (11:09 +0200)
commit66baa1e3d828fadf614f1324b380017edd3de7ac
tree6cf99e80917ea03591031c6801704a5668fc9310
parentdf2d31a31f3125ca74fdeb28f15c175f6e927c51
parent6d218bca5cbcb38ece585cb44004a7397f85c3ee
Merge tag 'kvm-s390-next-20140910' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next

KVM: s390: Fixes and features for next (3.18)

1. Crypto/CPACF support: To enable the MSA4 instructions we have to
   provide a common control structure for each SIE control block
2. Two cleanups found by a static code checker: one redundant assignment
   and one useless if
3. Fix the page handling of the diag10 ballooning interface. If the
   guest freed the pages at absolute 0 some checks and frees were
   incorrect
4. Limit guests to 16TB
5. Add __must_check to interrupt injection code