linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* 2.6.19-rc6-arnd1 release
@ 2006-11-16 23:34 Arnd Bergmann
  2006-11-17  6:10 ` [Cbe-oss-dev] " Christoph Hellwig
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2006-11-16 23:34 UTC (permalink / raw)
  To: cbe-oss-dev
  Cc: Masato Noguchi, James K Lewis, Kevin Corry, Jeremy Kerr,
	Christoph Hellwig, linuxppc-dev, Christian Krafft,
	Dwayne Grant McConnell

I've uploaded a new kernel tree to the usual location at
http://www.kernel.org/pub/linux/kernel/people/arnd/patches/.

It now contains oprofile support, as well as the updated xmon
patches. Both of these were sent in the last few days.

Changes that are in there for a little longer include
saving SPU contexts in core dumps, and support for the
Playstation 3. The Playstation patches are still last week's
version, I expect an update soon, which can probably go
right into powerpc.git for the most part.

I also tried merging the patches for the Toshiba celleb
platform, but they are still based on an older powerpc.git
version, so I gave up when it got too complicated. I hope
this patch set helps Toshiba do a new version.

Most of what I have in here should eventually make it into
2.6.20, and I'll submit them to Paul Mackerras soon, after
some final cleanup.

	Arnd <><

---

Arnd Bergmann <arnd@arndb.de>
  cell: update defconfig for ps3 and axon support
  clean up spu core dump patch
  [RFC] convert idle_loop to use hard_irq_disable()
  spidernet: Revert 808999c9a4749dc67c39bf52f712d0c27aa00e67
  spufs: add a FIXME
  spufs: always map local store non-guarded
  spufs: replace recycle file with automated method
  spufs: return correct event for data storage interrupt
  spufs: use SPU master control to prevent wild SPU execution

Christian Krafft <krafft@de.ibm.com>
  mm: enables booting a NUMA system where some nodes have no memory
  mm: fix call to alloc_bootmem after bootmem has been freed

Christoph Hellwig <hch@infradead.org>
  spufs: avoid user-triggered oops in ptrace

Dwayne Grant McConnell <decimal@us.ibm.com>
  coredump: Add SPU elf notes to coredump.
  spufs: Remove /spu_tag_mask file
  spufs: add /lslr, /dma_info and /proxydma files
  spufs: Change %llx to 0x%llx.
  spufs: implement /mbox_info, /ibox_info, and /wbox_info.
  spufs: read from signal files only if data is there

Geoff Levand <geoffrey.levand@am.sony.com>
  cell: replace spu.nid with spu.node
  powerpc: abstract spu management routines
  powerpc: add virq_to_hw accessor routine
  powerpc: change ppc_rtas declaration to weak
  ps3: add basic platform support
  ps3: add firmware feature bits
  ps3: add OS area support
  ps3: add repository support
  ps3: add spufs support
  ps3: Adds routines to interface with the ps3pf interrupt services
  ps3: Adds the ps3pf hvcalls.
  ps3: add system bus driver
  ps3: Pagetable management routines
  ps3: use lpar address space

James K Lewis <jklewis@us.ibm.com>
  Spidernet - add net_ratelimit to suppress long output

Jeremy Kerr <jeremy@au1.ibm.com>
  spufs: Add runcntrl read accessors
  spufs: Setup isolated-mode loader in

Kevin Corry <kevcorry@us.ibm.com>
  cell: add routines for managing PMU interrupts
  cell: Move PMU-related stuff to include/asm-powerpc/cell-pmu.h
  cell: PMU register macros
  Oprofile-on-Cell prereqs: Export hrtimer_forward

Masato Noguchi <Masato.Noguchi@jp.sony.com>
  spufs: fix missing stop-and-signal

Maynard Johnson <maynardj@us.ibm.com>
  cell: add oprofile support

Michael Ellerman <michael@ellerman.id.au>
  Add a 'sd' command (spu dump) to xmon to dump spu
  Add spu disassembly to xmon
  Fix sparse warning in xmon Cell code
  Import spu disassembly code into xmon
  Import updated version of ppc disassembly code for
  Make 64-bit cpu features defined on 32-bit
  Make xmon disassembly optional
  Prepare for spu disassembly in xmon
  Show state of spus as they're stopped in Cell xmon

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

* Re: [Cbe-oss-dev] 2.6.19-rc6-arnd1 release
  2006-11-16 23:34 2.6.19-rc6-arnd1 release Arnd Bergmann
@ 2006-11-17  6:10 ` Christoph Hellwig
  2006-11-17  8:10   ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2006-11-17  6:10 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Christoph Hellwig, linuxppc-dev, cbe-oss-dev, Jeremy Kerr,
	Kevin Corry

On Fri, Nov 17, 2006 at 12:34:08AM +0100, Arnd Bergmann wrote:
> I've uploaded a new kernel tree to the usual location at
> http://www.kernel.org/pub/linux/kernel/people/arnd/patches/.
> 
> It now contains oprofile support, as well as the updated xmon
> patches. Both of these were sent in the last few days.
> 
> Changes that are in there for a little longer include
> saving SPU contexts in core dumps, and support for the
> Playstation 3. The Playstation patches are still last week's
> version, I expect an update soon, which can probably go
> right into powerpc.git for the most part.

No they can't.  There's a shitload of braindamage in there, and we
should hold Sony against the same standards as everyone else.

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

* Re: [Cbe-oss-dev] 2.6.19-rc6-arnd1 release
  2006-11-17  6:10 ` [Cbe-oss-dev] " Christoph Hellwig
@ 2006-11-17  8:10   ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 3+ messages in thread
From: Benjamin Herrenschmidt @ 2006-11-17  8:10 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Arnd Bergmann, Kevin Corry, Jeremy Kerr, Christoph Hellwig,
	linuxppc-dev, cbe-oss-dev

On Fri, 2006-11-17 at 07:10 +0100, Christoph Hellwig wrote:
> On Fri, Nov 17, 2006 at 12:34:08AM +0100, Arnd Bergmann wrote:
> > I've uploaded a new kernel tree to the usual location at
> > http://www.kernel.org/pub/linux/kernel/people/arnd/patches/.
> > 
> > It now contains oprofile support, as well as the updated xmon
> > patches. Both of these were sent in the last few days.
> > 
> > Changes that are in there for a little longer include
> > saving SPU contexts in core dumps, and support for the
> > Playstation 3. The Playstation patches are still last week's
> > version, I expect an update soon, which can probably go
> > right into powerpc.git for the most part.
> 
> No they can't.  There's a shitload of braindamage in there, and we
> should hold Sony against the same standards as everyone else.

There is not that much brain damage in there anymore, at least not that
can be fixed (a lot is really the hypervisor being really weird).

Ben.

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

end of thread, other threads:[~2006-11-17  8:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-16 23:34 2.6.19-rc6-arnd1 release Arnd Bergmann
2006-11-17  6:10 ` [Cbe-oss-dev] " Christoph Hellwig
2006-11-17  8:10   ` Benjamin Herrenschmidt

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