]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 Feb 2017 17:17:02 +0000 (18:17 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 Feb 2017 17:17:46 +0000 (18:17 +0100)
commit42d4b49ab2c9f1ebe7d4c9c835ffd5c96877163f
tree639d54920b0c30647c69db45275413f8adc974f6
parenta0d46a7ba99e5afdd6cf6d848361e2ba877d1a15
parent7bb77005eb5a3e90bb3ec8d68f6afba238142405
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD

The big feature this time is support for POWER9 using the radix-tree
MMU for host and guest.  This required some changes to arch/powerpc
code, so I talked with Michael Ellerman and he created a topic branch
with this patchset, which I merged into kvm-ppc-next and which Michael
will pull into his tree.  Michael also put in some patches from Nick
Piggin which fix bugs in the interrupt vector code in relocatable
kernels when coming from a KVM guest.

Other notable changes include:

* Add the ability to change the size of the hashed page table,
  from David Gibson.

* XICS (interrupt controller) emulation fixes and improvements,
  from Li Zhong.

* Bug fixes from myself and Thomas Huth.

These patches define some new KVM capabilities and ioctls, but there
should be no conflicts with anything else currently upstream, as far
as I am aware.