]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kvm-s390-20140130' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms39...
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 4 Feb 2014 03:23:37 +0000 (04:23 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 4 Feb 2014 03:23:37 +0000 (04:23 +0100)
commit2fead7788306023d7378345a1ae5b0d952f571a0
tree7236a244a09fa76d73105df476d2f20a19066d70
parent25dac8f582a22d1c2a3acce4f4a52317dd7177b2
parent9c167c2d347f876e0e624a3060b5bbbaa57e70b7
Merge tag 'kvm-s390-20140130' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD

Two new features are added by this patch set:
- The floating interrupt controller (flic) that allows us to inject,
  clear and inspect non-vcpu local interrupts. This also gives us an
  opportunity to fix deficiencies in our existing interrupt definitions.
- Support for asynchronous page faults via the pfault mechanism. Testing
  show significant guest performance improvements under host swap.