linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* for-2.6.25 branch created in powerpc.git
@ 2007-12-03  4:45 Paul Mackerras
  2007-12-03  5:16 ` Benjamin Herrenschmidt
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Paul Mackerras @ 2007-12-03  4:45 UTC (permalink / raw)
  To: linuxppc-dev

I have created a for-2.6.25 branch in my powerpc.git repository and
added the patches listed below to it.  The master branch points to the
same place as the for-2.6.25 branch.

Paul.

Benjamin Herrenschmidt (2):
      [POWERPC] Cleanup SMT thread handling
      [POWERPC] Add xmon function to dump 44x TLB

Johannes Berg (3):
      [POWERPC] powermac: Fix warning in time.c
      [POWERPC] PMU: Don't lock_kernel()
      [POWERPC] PMU: Remove dead code

Linas Vepstas (3):
      [POWERPC] EEH: Work with device endpoint, always
      [POWERPC] EEH: Be careful when identifying "empty" slots.
      [POWERPC] EEH: Report errors as soon as possible

Nathan Lynch (1):
      [POWERPC] Remove prod_processor()

Stephen Rothwell (5):
      [POWERPC] Make global_phb_number static
      [POWERPC] iSeries: Mark two functions __init
      [POWERPC] iSeries: Declare iSeries_pci_final_fixup in pci.h
      [POWERPC] iSeries: Fix sparse warnings in setup.c
      [POWERPC] Remove redundant declaration of hose_list

joe@perches.com (2):
      [POWERPC] Add missing spaces in printk formats
      [POWERPC] Add missing spaces in printk formats in arch/ppc

 arch/powerpc/kernel/isa-bridge.c                |    4 +
 arch/powerpc/kernel/pci-common.c                |    4 -
 arch/powerpc/kernel/setup-common.c              |   78 +++++++++++++++++++----
 arch/powerpc/mm/fault.c                         |    2 -
 arch/powerpc/platforms/8xx/m8xx_setup.c         |    2 -
 arch/powerpc/platforms/cell/smp.c               |    3 +
 arch/powerpc/platforms/celleb/io-workarounds.c  |    2 -
 arch/powerpc/platforms/celleb/scc_epci.c        |    2 -
 arch/powerpc/platforms/iseries/pci.c            |    4 +
 arch/powerpc/platforms/iseries/pci.h            |    5 +
 arch/powerpc/platforms/iseries/setup.c          |   22 +++---
 arch/powerpc/platforms/iseries/setup.h          |    1 
 arch/powerpc/platforms/powermac/time.c          |    2 +
 arch/powerpc/platforms/pseries/eeh.c            |    3 +
 arch/powerpc/platforms/pseries/eeh_driver.c     |   15 ++--
 arch/powerpc/platforms/pseries/plpar_wrappers.h |    5 -
 arch/powerpc/platforms/pseries/smp.c            |    3 +
 arch/powerpc/sysdev/fsl_pci.c                   |    2 -
 arch/powerpc/xmon/xmon.c                        |   38 +++++++++++
 arch/ppc/platforms/ev64260.c                    |    4 +
 drivers/macintosh/via-pmu.c                     |   45 -------------
 include/asm-powerpc/cputhreads.h                |   71 +++++++++++++++++++++
 include/asm-powerpc/ppc-pci.h                   |    1 
 23 files changed, 218 insertions(+), 100 deletions(-)
 create mode 100644 include/asm-powerpc/cputhreads.h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: for-2.6.25 branch created in powerpc.git
  2007-12-03  4:45 for-2.6.25 branch created in powerpc.git Paul Mackerras
@ 2007-12-03  5:16 ` Benjamin Herrenschmidt
  2007-12-03 15:14   ` Josh Boyer
  2007-12-03 14:24 ` Jon Loeliger
  2007-12-03 14:49 ` Josh Boyer
  2 siblings, 1 reply; 5+ messages in thread
From: Benjamin Herrenschmidt @ 2007-12-03  5:16 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev


On Mon, 2007-12-03 at 15:45 +1100, Paul Mackerras wrote:
>       [POWERPC] Add xmon function to dump 44x TLB

That will go via jwb, there's already some updated versions of that in
my tree.

Ben.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: for-2.6.25 branch created in powerpc.git
  2007-12-03  4:45 for-2.6.25 branch created in powerpc.git Paul Mackerras
  2007-12-03  5:16 ` Benjamin Herrenschmidt
@ 2007-12-03 14:24 ` Jon Loeliger
  2007-12-03 14:49 ` Josh Boyer
  2 siblings, 0 replies; 5+ messages in thread
From: Jon Loeliger @ 2007-12-03 14:24 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

So, like, the other day Paul Mackerras mumbled:
> I have created a for-2.6.25 branch in my powerpc.git repository and
> added the patches listed below to it.  The master branch points to the
> same place as the for-2.6.25 branch.
> 
> Paul.
> 
> Benjamin Herrenschmidt (2):
> Johannes Berg (3):
> Linas Vepstas (3):
> Nathan Lynch (1):
> Stephen Rothwell (5):
> joe@perches.com (2):

Paul,

Could you please add these two:

    http://patchwork.ozlabs.org/linuxppc/patch?id=14713
    http://patchwork.ozlabs.org/linuxppc/patch?id=14714

and possibly this Cell variant:

    http://patchwork.ozlabs.org/linuxppc/patch?id=14712

if Arnd doesn't get to it.   Kumar has picked up the 8xxx
variant already, and Josh has grabbed 4xx version has already
been applied.

Please let me know if rebasing is needed.

Thanks,
jdl

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: for-2.6.25 branch created in powerpc.git
  2007-12-03  4:45 for-2.6.25 branch created in powerpc.git Paul Mackerras
  2007-12-03  5:16 ` Benjamin Herrenschmidt
  2007-12-03 14:24 ` Jon Loeliger
@ 2007-12-03 14:49 ` Josh Boyer
  2 siblings, 0 replies; 5+ messages in thread
From: Josh Boyer @ 2007-12-03 14:49 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

On Mon, 3 Dec 2007 15:45:50 +1100
Paul Mackerras <paulus@samba.org> wrote:

> I have created a for-2.6.25 branch in my powerpc.git repository and
> added the patches listed below to it.  The master branch points to the
> same place as the for-2.6.25 branch.

Are we going to merge DTC into the kernel?  If so, can we get that in
this branch soon-ish, and with a version that supports dts-v1 files?

josh

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: for-2.6.25 branch created in powerpc.git
  2007-12-03  5:16 ` Benjamin Herrenschmidt
@ 2007-12-03 15:14   ` Josh Boyer
  0 siblings, 0 replies; 5+ messages in thread
From: Josh Boyer @ 2007-12-03 15:14 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev, Paul Mackerras

On Mon, 03 Dec 2007 16:16:39 +1100
Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote:

> 
> On Mon, 2007-12-03 at 15:45 +1100, Paul Mackerras wrote:
> >       [POWERPC] Add xmon function to dump 44x TLB
> 
> That will go via jwb, there's already some updated versions of that in
> my tree.

Just send me an incremental version.  If it's already in Paul's tree, I
don't really see a reason to play the revert and reapply game.

josh

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-12-03 15:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-03  4:45 for-2.6.25 branch created in powerpc.git Paul Mackerras
2007-12-03  5:16 ` Benjamin Herrenschmidt
2007-12-03 15:14   ` Josh Boyer
2007-12-03 14:24 ` Jon Loeliger
2007-12-03 14:49 ` Josh Boyer

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).