mbox

[PULL,3.15,0/4] 3.15 patch queue 2014-05-12

Message ID 1399926366-19538-1-git-send-email-agraf@suse.de
State New, archived
Headers show

Pull-request

git://github.com/agraf/linux-2.6.git tags/signed-for-3.15

Message

Alexander Graf May 12, 2014, 8:26 p.m. UTC
Hi Paolo / Marcelo,

This is my current patch queue for 3.15.  Please pull.

Alex


The following changes since commit 0f689a33ad17845363acdc6d52783befd6ad116c:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2014-04-16 11:28:25 -0700)

are available in the git repository at:


  git://github.com/agraf/linux-2.6.git tags/signed-for-3.15

for you to fetch changes up to b18db0b80867931f4e3a844400a3c22a4fd2ff57:

  KVM guest: Make pv trampoline code executable (2014-04-29 12:36:09 +0200)

----------------------------------------------------------------
Patch queue for 3.15 - 2014-05-12

This request includes a few bug fixes that really shouldn't wait for the next
release.

It fixes KVM on 32bit PowerPC when built as module. It also fixes the PV KVM
acceleration when NX gets honored by the host. Furthermore we fix transactional
memory support and numa support on HV KVM.

----------------------------------------------------------------
Alexander Graf (2):
      KVM: PPC: Book3S: ifdef on CONFIG_KVM_BOOK3S_32_HANDLER for 32bit
      KVM guest: Make pv trampoline code executable

Paul Mackerras (1):
      KVM: PPC: Book3S HV: Add missing code for transaction reclaim on guest exit

pingfank@linux.vnet.ibm.com (1):
      KVM: PPC: Book3S: HV: make _PAGE_NUMA take effect

 arch/powerpc/include/asm/sections.h     |  11 ++++
 arch/powerpc/kernel/kvm.c               |   2 +-
 arch/powerpc/kvm/book3s.c               |   6 +-
 arch/powerpc/kvm/book3s_hv_rm_mmu.c     |   2 +-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S | 104 ++++++++++++++++++++++++++++++++
 arch/powerpc/kvm/book3s_pr.c            |   6 +-
 arch/powerpc/mm/hash_utils_64.c         |   4 ++
 7 files changed, 127 insertions(+), 8 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Paolo Bonzini May 13, 2014, 4:15 p.m. UTC | #1
Il 12/05/2014 22:26, Alexander Graf ha scritto:
> Hi Paolo / Marcelo,
>
> This is my current patch queue for 3.15.  Please pull.
>
> Alex
>
>
> The following changes since commit 0f689a33ad17845363acdc6d52783befd6ad116c:
>
>   Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2014-04-16 11:28:25 -0700)
>
> are available in the git repository at:
>
>
>   git://github.com/agraf/linux-2.6.git tags/signed-for-3.15
>
> for you to fetch changes up to b18db0b80867931f4e3a844400a3c22a4fd2ff57:
>
>   KVM guest: Make pv trampoline code executable (2014-04-29 12:36:09 +0200)
>
> ----------------------------------------------------------------
> Patch queue for 3.15 - 2014-05-12
>
> This request includes a few bug fixes that really shouldn't wait for the next
> release.
>
> It fixes KVM on 32bit PowerPC when built as module. It also fixes the PV KVM
> acceleration when NX gets honored by the host. Furthermore we fix transactional
> memory support and numa support on HV KVM.

Pulled, I'll send it to Linus in a day or two.

Paolo

--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html