linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linuxppc-dev list <linuxppc-dev@ozlabs.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Kernel list <linux-kernel@vger.kernel.org>
Subject: [git pull] Please pull powerpc.git next branch
Date: Wed, 28 Mar 2012 14:31:21 +1100	[thread overview]
Message-ID: <1332905481.2882.70.camel@pasglop> (raw)

Hi Linus !

Here's a few more things for powerpc this time around:

 - Anton's did some recent improvements to EPOW event reporting
on pSeries (power supply failures and such). The patches are self
contained enough and replace really nasty code so I felt it should
still go in

 - I did the vio driver registration change Greg requested, I
don't see the point of leaving that til the next merge window

 - The remaining EEH changes I said were still pending to get
rid of the EEH references from the generic struct device_node

 - A few more iSeries removal bits

 - A perf bug fix on 970

Cheers,
Ben.

The following changes since commit e22057c8599373e5caef0bc42bdb95d2a361ab0d:

  Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen (2012-03-24 12:20:25 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next

for you to fetch changes up to 1ce447b90f3e71c81ae59e0062bc305ef267668b:

  powerpc/perf: Fix instruction address sampling on 970 and Power4 (2012-03-28 11:33:24 +1100)

----------------------------------------------------------------
Anton Blanchard (6):
      powerpc: Make function that parses RTAS error logs global
      powerpc/pseries: Parse and handle EPOW interrupts
      powerpc/pseries: Use rtas_get_sensor in RAS code
      powerpc/pseries: Remove RTAS_POWERMGM_EVENTS
      powerpc/pseries: Clean up ras_error_interrupt code
      powerpc/pseries: Cut down on enthusiastic use of defines in RAS code

Benjamin Herrenschmidt (2):
      powerpc+sparc/vio: Modernize driver registration
      powerpc/perf: Fix instruction address sampling on 970 and Power4

Gavin Shan (3):
      powerpc/eeh: Remove eeh device from OF node
      powerpc/eeh: Remove eeh information from pci_dn
      powerpc/eeh: Retrieve PHB from global list

Stephen Rothwell (2):
      powerpc: Remove NO_IRQ_IGNORE
      powerpc: Random little legacy iSeries removal tidy ups

 arch/powerpc/boot/.gitignore                  |    1 -
 arch/powerpc/include/asm/iommu.h              |    1 -
 arch/powerpc/include/asm/irq.h                |    6 -
 arch/powerpc/include/asm/machdep.h            |    4 +-
 arch/powerpc/include/asm/mmu-hash64.h         |   12 --
 arch/powerpc/include/asm/pci-bridge.h         |   16 +-
 arch/powerpc/include/asm/perf_event_server.h  |    2 +
 arch/powerpc/include/asm/rtas.h               |   34 ++++-
 arch/powerpc/include/asm/smp.h                |    1 -
 arch/powerpc/include/asm/udbg.h               |    1 -
 arch/powerpc/include/asm/vio.h                |   10 +-
 arch/powerpc/kernel/irq.c                     |    8 +-
 arch/powerpc/kernel/prom_init.c               |    2 +-
 arch/powerpc/kernel/rtas.c                    |   34 +++++
 arch/powerpc/kernel/udbg.c                    |    3 -
 arch/powerpc/kernel/vdso.c                    |    4 +-
 arch/powerpc/kernel/vio.c                     |   12 +-
 arch/powerpc/perf/core-book3s.c               |   46 +++++-
 arch/powerpc/perf/power4-pmu.c                |    1 +
 arch/powerpc/perf/ppc970-pmu.c                |    1 +
 arch/powerpc/platforms/cell/beat_htab.c       |    2 -
 arch/powerpc/platforms/pseries/eeh.c          |   19 +--
 arch/powerpc/platforms/pseries/eeh_dev.c      |    2 +-
 arch/powerpc/platforms/pseries/io_event_irq.c |   68 +---------
 arch/powerpc/platforms/pseries/iommu.c        |   29 ++--
 arch/powerpc/platforms/pseries/ras.c          |  195 ++++++++++++++++---------
 arch/sparc/include/asm/vio.h                  |    9 +-
 arch/sparc/kernel/ds.c                        |    5 +-
 arch/sparc/kernel/vio.c                       |    8 +-
 drivers/block/sunvdc.c                        |    5 +-
 drivers/net/ethernet/ibm/ibmveth.c            |    7 +-
 drivers/net/ethernet/sun/sunvnet.c            |    5 +-
 drivers/scsi/ibmvscsi/ibmvfc.c                |    7 +-
 drivers/scsi/ibmvscsi/ibmvscsi.c              |    7 +-
 drivers/scsi/ibmvscsi/ibmvstgt.c              |    5 +-
 drivers/tty/hvc/hvc_vio.c                     |    7 +-
 drivers/tty/hvc/hvcs.c                        |    5 +-
 include/linux/of.h                            |   10 --
 38 files changed, 321 insertions(+), 273 deletions(-)



             reply	other threads:[~2012-03-28  3:31 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-28  3:31 Benjamin Herrenschmidt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-14  6:16 [git pull] Please pull powerpc.git next branch Benjamin Herrenschmidt
2014-08-14  6:18 ` Benjamin Herrenschmidt
2014-08-07  5:08 Benjamin Herrenschmidt
2014-06-13  0:55 Benjamin Herrenschmidt
2014-06-13  0:56 ` Benjamin Herrenschmidt
2014-06-07  4:34 Benjamin Herrenschmidt
2014-04-01 23:34 Benjamin Herrenschmidt
2014-01-30  2:55 Benjamin Herrenschmidt
2014-01-28  4:35 Benjamin Herrenschmidt
2014-01-28  9:16 ` Olaf Hering
2014-01-28 15:03   ` Olaf Hering
2014-01-28 20:19     ` Benjamin Herrenschmidt
     [not found]       ` <4555187.D5eRSF5r8x@mexican>
2014-01-29  8:41         ` Olaf Hering
2014-02-03  3:00         ` Michael Ellerman
2013-11-12  0:31 Benjamin Herrenschmidt
2013-09-06  2:24 Benjamin Herrenschmidt
2013-09-06 17:56 ` Linus Torvalds
2013-09-07  7:12   ` Benjamin Herrenschmidt
2013-07-03 22:43 Benjamin Herrenschmidt
2013-05-02  7:35 Benjamin Herrenschmidt
2013-02-23 17:45 Benjamin Herrenschmidt
2012-12-14 20:44 Benjamin Herrenschmidt
2012-12-16 22:24 ` Benjamin Herrenschmidt
2012-12-17  8:30 ` Anatolij Gustschin
2012-12-17 10:06   ` Benjamin Herrenschmidt
2012-12-17 10:15     ` Anatolij Gustschin
2012-12-17 23:31 ` Benjamin Herrenschmidt
2012-12-18 18:02   ` Linus Torvalds
2012-12-19 23:10     ` Benjamin Herrenschmidt
2012-07-23  4:46 Benjamin Herrenschmidt
2012-05-23  3:40 Benjamin Herrenschmidt
2012-03-22  0:46 Benjamin Herrenschmidt
2012-03-22  2:02 ` Linus Torvalds
2012-03-22  2:44   ` Benjamin Herrenschmidt
2012-03-22  3:01   ` Tony Breeds
2012-03-22  4:13   ` Kyle Moffett
2012-03-22  5:33   ` Benjamin Herrenschmidt
2012-01-06  3:42 Benjamin Herrenschmidt
2011-11-06 23:35 Benjamin Herrenschmidt
2011-07-26  4:17 Benjamin Herrenschmidt
2011-03-18  5:44 Benjamin Herrenschmidt
2011-03-18 13:34 ` Linus Torvalds
2011-03-18 21:48   ` Benjamin Herrenschmidt
2010-10-22  3:51 Benjamin Herrenschmidt
2010-10-22  4:23 ` Linus Torvalds
2010-08-09  4:11 Benjamin Herrenschmidt
2010-08-09  4:39 ` Benjamin Herrenschmidt
2010-08-09  5:18 ` Grant Likely
2010-08-09 11:25   ` Benjamin Herrenschmidt
2018-06-19 22:58 ` Linus Torvalds
2018-06-20  0:02   ` Benjamin Herrenschmidt
2018-06-20 10:31     ` Jiri Kosina
2010-08-05  1:46 Benjamin Herrenschmidt
2010-06-15  6:29 Benjamin Herrenschmidt
2010-05-21  9:11 Benjamin Herrenschmidt
2010-05-21 13:04 ` Wolfram Sang
2010-05-21 22:38   ` Benjamin Herrenschmidt
2010-02-27  3:56 Benjamin Herrenschmidt
2009-12-12 21:51 Benjamin Herrenschmidt
2009-09-11  7:17 Benjamin Herrenschmidt
2009-09-15  7:30 ` Benjamin Herrenschmidt
2009-09-15 16:53   ` Linus Torvalds
2009-09-15 21:51     ` Benjamin Herrenschmidt
2009-09-15 22:29       ` Michel Dänzer
2009-01-08  5:39 Benjamin Herrenschmidt
2008-12-29  0:05 Paul Mackerras

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=1332905481.2882.70.camel@pasglop \
    --to=benh@kernel.crashing.org \
    --cc=akpm@linux-foundation.org \
    --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).