Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1391165 > unrolled thread

[GIT PULL] Please pull powerpc/linux.git powerpc-4.6-4 tag

Started byMichael Ellerman <mpe@ellerman.id.au>
First post2016-04-29 15:50 +0200
Last post2016-04-29 15:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] Please pull powerpc/linux.git powerpc-4.6-4 tag Michael Ellerman <mpe@ellerman.id.au> - 2016-04-29 15:50 +0200

#1391165 — [GIT PULL] Please pull powerpc/linux.git powerpc-4.6-4 tag

FromMichael Ellerman <mpe@ellerman.id.au>
Date2016-04-29 15:50 +0200
Subject[GIT PULL] Please pull powerpc/linux.git powerpc-4.6-4 tag
Message-ID<rtgXW-6T4-29@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

Hi Linus,

Please pull a few more powerpc fixes for 4.6:

The following changes since commit 4705e02498d6d5a7ab98dfee9595cd5e91db2017:

  powerpc: Update TM user feature bits in scan_features() (2016-04-18 20:10:45 +1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.6-4

for you to fetch changes up to d701cca6744fe0d67c86346dcfc9b128b17b5045:

  powerpc: wire up preadv2 and pwritev2 syscalls (2016-04-27 16:47:55 +1000)

----------------------------------------------------------------
powerpc fixes for 4.6 #3

 - cxl: Keep IRQ mappings on context teardown from Michael Neuling
 - cxl: Poll for outstanding IRQs when detaching a context from Michael Neuling
 - Wire up preadv2 and pwritev2 syscalls from Rui Salvaterra

----------------------------------------------------------------
Michael Neuling (2):
      cxl: Keep IRQ mappings on context teardown
      cxl: Poll for outstanding IRQs when detaching a context

Rui Salvaterra (1):
      powerpc: wire up preadv2 and pwritev2 syscalls

 arch/powerpc/include/asm/systbl.h      |  2 ++
 arch/powerpc/include/asm/unistd.h      |  2 +-
 arch/powerpc/include/uapi/asm/unistd.h |  2 ++
 drivers/misc/cxl/context.c             |  7 +++++++
 drivers/misc/cxl/cxl.h                 |  2 ++
 drivers/misc/cxl/irq.c                 |  1 -
 drivers/misc/cxl/native.c              | 31 +++++++++++++++++++++++++++++++
 7 files changed, 45 insertions(+), 2 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web