]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kvm-s390-20140516' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms39...
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 16 May 2014 21:02:40 +0000 (23:02 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 16 May 2014 21:02:40 +0000 (23:02 +0200)
commit3fe4088ef07a38bd6ee991db68a7d08e1049c4e1
treeb5cbcce14afbe2da194e4b3cb8f1594cea800fb5
parentf56d32bf35babeba232e104ff31cb14672f944ed
parent862c2182606eedef9224a8beaa88ae40d69380ed
Merge tag 'kvm-s390-20140516' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next

1. Correct locking for lazy storage key handling
   A test loop with multiple CPUs triggered a race in the lazy storage
   key handling as introduced by commit ecd5bd668f2f3068bef3f71082aba0
   (KVM: s390: Allow skeys to be enabled for the current process). This
   race should not happen with Linux guests, but let's fix it anyway.
   Patch touches !/kvm/ code, but is from the s390 maintainer.

2. Better handling of broken guests
   If we detect a program check loop we stop the guest instead of
   wasting CPU cycles.

3. Better handling on MVPG emulation
   The move page handling is improved to be architecturally correct.

3. Trace point rework
   Let's rework the kvm trace points to have a common header file (for
   later perf usage) and provided a table based instruction decoder.

4. Interpretive execution of SIGP external call
   Let the hardware handle most cases of SIGP external call (IPI) and
   wire up the fixup code for the corner cases.

5. Initial preparations for the IBC facility
   Prepare the code to handle instruction blocking