mbox

[GIT,PULL] Please pull powerpc/linux.git powerpc-4.5-2 tag

Message ID 1454059885.7560.1.camel@ellerman.id.au (mailing list archive)
State Not Applicable
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.5-2

Message

Michael Ellerman Jan. 29, 2016, 9:31 a.m. UTC
Hi Linus,

Please pull powerpc fixes for 4.5:

The following changes since commit 9fa686068a32ddf256df03982b3e3967c18654a8:

  Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma (2016-01-20 10:15:21 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.5-2

for you to fetch changes up to 2d19fc639516dc7b4184450b315c931d38549e61:

  powerpc/mm: Fixup _HPAGE_CHG_MASK (2016-01-28 23:49:43 +1100)

----------------------------------------------------------------
powerpc fixes for 4.5

 - Wire up copy_file_range() syscall from Chandan Rajendra
 - Simplify module TOC handling from Alan Modra
 - Remove newly added extra definition of pmd_dirty from Stephen Rothwell
 - Allow user space to map rtas_rmo_buf from Vasant Hegde
 - Fix PE location code from Gavin Shan
 - Remove PPMU_HAS_SSLOT flag for Power8 from Madhavan Srinivasan
 - Fixup _HPAGE_CHG_MASK from Aneesh Kumar K.V

----------------------------------------------------------------
Alan Modra (1):
      powerpc: Simplify module TOC handling

Aneesh Kumar K.V (1):
      powerpc/mm: Fixup _HPAGE_CHG_MASK

Chandan Rajendra (1):
      powerpc: Wire up copy_file_range() syscall

Gavin Shan (1):
      powerpc/eeh: Fix PE location code

Madhavan Srinivasan (1):
      powerpc/perf: Remove PPMU_HAS_SSLOT flag for Power8

Stephen Rothwell (1):
      powerpc: Remove newly added extra definition of pmd_dirty

Vasant Hegde (1):
      powerpc/mm: Allow user space to map rtas_rmo_buf

 arch/powerpc/include/asm/book3s/64/hash.h    |  4 +++-
 arch/powerpc/include/asm/book3s/64/pgtable.h |  1 -
 arch/powerpc/include/asm/systbl.h            |  1 +
 arch/powerpc/include/asm/unistd.h            |  2 +-
 arch/powerpc/include/uapi/asm/unistd.h       |  1 +
 arch/powerpc/kernel/eeh_pe.c                 | 33 +++++++++++++---------------
 arch/powerpc/kernel/misc_64.S                | 28 -----------------------
 arch/powerpc/kernel/module_64.c              | 12 +++++++---
 arch/powerpc/mm/mem.c                        |  4 ++--
 arch/powerpc/perf/power8-pmu.c               |  2 +-
 scripts/mod/modpost.c                        |  3 ++-
 11 files changed, 35 insertions(+), 56 deletions(-)