From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linuxppc-dev list <linuxppc-dev@ozlabs.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: [git pull] Please pull mpe.git for-linus branch (for powerpc)
Date: Mon, 20 Oct 2014 20:15:58 +1100 [thread overview]
Message-ID: <1413796558.8828.5.camel@concordia> (raw)
[-- Attachment #1: Type: text/plain, Size: 4480 bytes --]
Hi Linus,
Here's some more updates for powerpc for 3.18.
They are a bit late I know, though must are actually bug fixes. In my defence I
nearly cut the top of my finger off last weekend in a gruesome bike maintenance
accident, so I spent a good part of the week waiting around for doctors. True
story, I can send photos if you like :)
Probably the most interesting fix is the sys_call_table one, which enables
syscall tracing for powerpc. There's a fix for HMI handling for old firmware,
more endian fixes for firmware interfaces, more EEH fixes, Anton fixed our
routine that gets the current stack pointer, and a few other misc bits.
The following changes since commit d53ba6b3bba33432cc37b7101a86f8f3392c46e7:
cxl: Fix afu_read() not doing finish_wait() on signal or non-blocking (2014-10-09 11:29:57 +1100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux.git for-linus
for you to fetch changes up to e89dafb5ca5022d3bc63602018adfc766c73bc2b:
powerpc: Only do dynamic DMA zone limits on platforms that need it (2014-10-17 09:21:44 +1100)
----------------------------------------------------------------
Anton Blanchard (5):
powerpc: Reimplement __get_SP() as a function not a define
powerpc: Rename __get_SP() to current_stack_pointer()
powerpc/pseries: Use dump_stack instead of show_stack
powerpc: Add printk levels to setup_system output
powerpc: sync pseries_le_defconfig with pseries_defconfig
Bharata B Rao (1):
powerpc/pseries: Make CPU hotplug path endian safe
Gavin Shan (7):
powerpc/eeh: Fix condition for isolated state
powerpc/eeh: Rename flag EEH_PE_RESET to EEH_PE_CFG_BLOCKED
powerpc/powernv: Drop config requests in EEH accessors
powerpc/pseries: Drop config requests in EEH accessors
powerpc/eeh: Block PCI config access upon frozen PE
powerpc/eeh: Don't collect logs on PE with blocked config space
powerpc/eeh: Block CFG upon frozen Shiner adapter
Greg Kurz (1):
powerpc/vphn: NUMA node code expects big-endian
Mahesh Salgaonkar (2):
powerpc/book3s: Don't clear MSR_RI in hmi handler.
powerpc/powernv: Fallback to old HMI handling behavior for old firmware
Michael Ellerman (3):
powerpc/msi: Fix the msi bitmap alignment tests
powerpc/msi: Use WARN_ON() in msi bitmap selftests
powerpc: Only do dynamic DMA zone limits on platforms that need it
Nishanth Aravamudan (2):
powerpc/numa: check error return from proc_create
powerpc/numa: Add ability to disable and debug topology updates
Romeo Cane (1):
powerpc: Fix sys_call_table declaration to enable syscall tracing
Documentation/kernel-parameters.txt | 6 +++
arch/powerpc/configs/pseries_le_defconfig | 7 ++-
arch/powerpc/include/asm/eeh.h | 3 +-
arch/powerpc/include/asm/perf_event.h | 2 +-
arch/powerpc/include/asm/reg.h | 3 +-
arch/powerpc/include/asm/syscall.h | 2 +-
arch/powerpc/kernel/dma.c | 8 ++++
arch/powerpc/kernel/eeh.c | 19 +++++---
arch/powerpc/kernel/eeh_driver.c | 12 ++---
arch/powerpc/kernel/eeh_pe.c | 10 ++++-
arch/powerpc/kernel/exceptions-64s.S | 5 ---
arch/powerpc/kernel/irq.c | 2 +-
arch/powerpc/kernel/misc.S | 4 ++
arch/powerpc/kernel/ppc_ksyms.c | 2 +
arch/powerpc/kernel/process.c | 2 +-
arch/powerpc/kernel/rtas_pci.c | 30 +++++--------
arch/powerpc/kernel/setup_64.c | 32 +++++++-------
arch/powerpc/kernel/stacktrace.c | 2 +-
arch/powerpc/mm/numa.c | 41 ++++++++++++++++-
arch/powerpc/platforms/powernv/eeh-ioda.c | 2 +-
arch/powerpc/platforms/powernv/eeh-powernv.c | 57 +++++++++++++++++++++++-
arch/powerpc/platforms/powernv/opal.c | 21 +++++++++
arch/powerpc/platforms/powernv/pci.c | 2 +-
arch/powerpc/platforms/pseries/dlpar.c | 22 +++++-----
arch/powerpc/platforms/pseries/hotplug-cpu.c | 4 +-
arch/powerpc/platforms/pseries/iommu.c | 11 +++--
arch/powerpc/platforms/pseries/pseries.h | 3 +-
arch/powerpc/sysdev/msi_bitmap.c | 66 +++++++++++++++-------------
28 files changed, 261 insertions(+), 119 deletions(-)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next reply other threads:[~2014-10-20 9:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-20 9:15 Michael Ellerman [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-11-27 5:53 [git pull] Please pull mpe.git for-linus branch (for powerpc) Michael Ellerman
2014-11-19 5:21 Michael Ellerman
2014-11-04 4:40 Michael Ellerman
2014-10-29 8:52 Michael Ellerman
2014-10-16 6:13 Michael Ellerman
2014-10-10 22:46 Michael Ellerman
2014-09-11 4:42 Michael Ellerman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1413796558.8828.5.camel@concordia \
--to=mpe@ellerman.id.au \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).