aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] cell: PPU Oprofile cleanup patchCarl Love2007-02-131-10/+4
* [POWERPC] spufs: avoid accessing kernel memory through mmapped /mem nodeMasato Noguchi2007-02-131-0/+3
* [POWERPC] spu sched: static timeslicing for SCHED_RR contextsChristoph Hellwig2007-02-134-3/+56
* [POWERPC] spu sched: use DECLARE_BITMAPChristoph Hellwig2007-02-131-2/+1
* [POWERPC] spu sched: forced preemption at executionChristoph Hellwig2007-02-133-0/+76
* [POWERPC] spu sched: update some commentsChristoph Hellwig2007-02-131-8/+8
* [POWERPC] spu sched: simplity spu_remove_from_active_listChristoph Hellwig2007-02-131-29/+15
* [POWERPC] spufs: optimize spu_runChristoph Hellwig2007-02-135-12/+23
* [POWERPC] spufs: runqueue simplificationChristoph Hellwig2007-02-132-67/+93
* [POWERPC] spufs: move prio to spu_contextChristoph Hellwig2007-02-133-7/+6
* [POWERPC] spufs: state_mutex cleanupChristoph Hellwig2007-02-133-53/+64
* [POWERPC] spufs: simplify state_mutexChristoph Hellwig2007-02-133-30/+17
* [POWERPC] spufs: sched.c cleanupsChristoph Hellwig2007-02-131-37/+61
* [POWERPC] spufs: bind_context sets SPU_STATE_RUNNABLEChristoph Hellwig2007-02-132-2/+2
* [POWERPC] spufs: remove superfluous SPU_STATE_SAVED assignmentsChristoph Hellwig2007-02-132-4/+1
* [POWERPC] spufs: remove empty last line in run.cChristoph Hellwig2007-02-131-1/+0
* [POWERPC] spufs: remove SPU_CONTEXT_PREEMPTChristoph Hellwig2007-02-131-3/+0
* [POWERPC] spufs: Fix bitrot of the SPU mmap facilityBenjamin Herrenschmidt2007-02-133-8/+22
* [POWERPC] spufs: remove need for struct page for SPEsBenjamin Herrenschmidt2007-02-132-144/+79
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-1/+1
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-121-1/+1
* [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-122-22/+22
* [PATCH] arch/powerpc trivial annotationsAl Viro2007-02-091-2/+3
* [POWERPC] Celleb: consolidate spu management opsIshizaki Kou2007-02-073-401/+448
* [POWERPC] spufs: Add SPU register lockIshizaki Kou2007-01-241-0/+3
* [POWERPC] spufs: fix assignment of node numbersArnd Bergmann2006-12-191-18/+12
* [POWERPC] cell: Fix spufs with "new style" device-treeBenjamin Herrenschmidt2006-12-191-25/+42
* [POWERPC] cell: Enable spider workarounds on all PCI busesJens Osterkamp2006-12-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-12-113-2/+7
|\
| * [POWERPC] Fix SPU coredump code for max_fdset removalPaul Mackerras2006-12-111-1/+1
| * [POWERPC] cbe_thermal: Fix initialization of sysfs attribute_groupChristian Krafft2006-12-081-0/+2
| * [POWERPC] Fix cell pmu initialisationStephen Rothwell2006-12-081-1/+4
* | [PATCH] struct path: convert powerpcJosef Sipek2006-12-082-3/+3
|/
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [POWERPC] spufs: we should only execute init_spu_base on cellStephen Rothwell2006-12-041-0/+3
* [POWERPC] spufs: always send sigtrap on breakpointArnd Bergmann2006-12-041-6/+4
* [POWERPC] spufs: return an error in spu_create is isolated create isnt supportedJeremy Kerr2006-12-041-0/+4
* [POWERPC] cell: abstract spu management routinesGeoff Levand2006-12-045-338/+454
* [POWERPC] cell: hard disable interrupts in power_save()Benjamin Herrenschmidt2006-12-041-0/+9
* [POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell2006-12-047-87/+580
* [POWERPC] cell: Add oprofile supportMaynard Johnson2006-12-042-2/+33
* [POWERPC] cell: Add routines for managing PMU interruptsKevin Corry2006-12-044-0/+96
* [POWERPC] cell: Move PMU-related stuff to include/asm-powerpc/cell-pmu.hKevin Corry2006-12-043-87/+2
* [POWERPC] cell: PMU register macrosKevin Corry2006-12-041-1/+22
* [POWERPC] cell: Add symbol exports for oprofileArnd Bergmann2006-12-041-0/+13
* [POWERPC] spufs: Load isolation kernel from spu_runJeremy Kerr2006-12-044-148/+113
* [POWERPC] spufs: Add runcntrl read accessorsJeremy Kerr2006-12-043-0/+13
* [POWERPC] spufs: Use SPU master control to prevent wild SPU executionArnd Bergmann2006-12-046-36/+79
* [POWERPC] spufs: Fix return value of spufs_mfc_writeMasato Noguchi2006-12-041-0/+1