aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-10[POWERPC] Fix spu SLB invalidationsBenjamin Herrenschmidt3-82/+74
2007-03-10[POWERPC] avoid SPU_ACTIVATE_NOWAKE optimizationChristoph Hellwig3-11/+6
2007-03-10[POWERPC] spufs: fix possible memory corruption is spufs_mem_writeArnd Bergmann1-10/+14
2007-02-13[POWERPC] cell: PPU Oprofile cleanup patchCarl Love1-10/+4
2007-02-13[POWERPC] spufs: avoid accessing kernel memory through mmapped /mem nodeMasato Noguchi1-0/+3
2007-02-13[POWERPC] spu sched: static timeslicing for SCHED_RR contextsChristoph Hellwig4-3/+56
2007-02-13[POWERPC] spu sched: use DECLARE_BITMAPChristoph Hellwig1-2/+1
2007-02-13[POWERPC] spu sched: forced preemption at executionChristoph Hellwig3-0/+76
2007-02-13[POWERPC] spu sched: update some commentsChristoph Hellwig1-8/+8
2007-02-13[POWERPC] spu sched: simplity spu_remove_from_active_listChristoph Hellwig1-29/+15
2007-02-13[POWERPC] spufs: optimize spu_runChristoph Hellwig5-12/+23
2007-02-13[POWERPC] spufs: runqueue simplificationChristoph Hellwig2-67/+93
2007-02-13[POWERPC] spufs: move prio to spu_contextChristoph Hellwig3-7/+6
2007-02-13[POWERPC] spufs: state_mutex cleanupChristoph Hellwig3-53/+64
2007-02-13[POWERPC] spufs: simplify state_mutexChristoph Hellwig3-30/+17
2007-02-13[POWERPC] spufs: sched.c cleanupsChristoph Hellwig1-37/+61
2007-02-13[POWERPC] spufs: bind_context sets SPU_STATE_RUNNABLEChristoph Hellwig2-2/+2
2007-02-13[POWERPC] spufs: remove superfluous SPU_STATE_SAVED assignmentsChristoph Hellwig2-4/+1
2007-02-13[POWERPC] spufs: remove empty last line in run.cChristoph Hellwig1-1/+0
2007-02-13[POWERPC] spufs: remove SPU_CONTEXT_PREEMPTChristoph Hellwig1-3/+0
2007-02-13[POWERPC] spufs: Fix bitrot of the SPU mmap facilityBenjamin Herrenschmidt3-8/+22
2007-02-13[POWERPC] spufs: remove need for struct page for SPEsBenjamin Herrenschmidt2-144/+79
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven1-1/+1
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven2-22/+22
2007-02-09[PATCH] arch/powerpc trivial annotationsAl Viro1-2/+3
2007-02-07[POWERPC] Celleb: consolidate spu management opsIshizaki Kou3-401/+448
2007-01-24[POWERPC] spufs: Add SPU register lockIshizaki Kou1-0/+3
2006-12-19[POWERPC] spufs: fix assignment of node numbersArnd Bergmann1-18/+12
2006-12-19[POWERPC] cell: Fix spufs with "new style" device-treeBenjamin Herrenschmidt1-25/+42
2006-12-19[POWERPC] cell: Enable spider workarounds on all PCI busesJens Osterkamp1-1/+1
2006-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds3-2/+7
2006-12-11[POWERPC] Fix SPU coredump code for max_fdset removalPaul Mackerras1-1/+1
2006-12-08[PATCH] struct path: convert powerpcJosef Sipek2-3/+3
2006-12-08[POWERPC] cbe_thermal: Fix initialization of sysfs attribute_groupChristian Krafft1-0/+2
2006-12-08[POWERPC] Fix cell pmu initialisationStephen Rothwell1-1/+4
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-04[POWERPC] spufs: we should only execute init_spu_base on cellStephen Rothwell1-0/+3
2006-12-04[POWERPC] spufs: always send sigtrap on breakpointArnd Bergmann1-6/+4
2006-12-04[POWERPC] spufs: return an error in spu_create is isolated create isnt supportedJeremy Kerr1-0/+4
2006-12-04[POWERPC] cell: abstract spu management routinesGeoff Levand5-338/+454
2006-12-04[POWERPC] cell: hard disable interrupts in power_save()Benjamin Herrenschmidt1-0/+9
2006-12-04[POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell7-87/+580
2006-12-04[POWERPC] cell: Add oprofile supportMaynard Johnson2-2/+33
2006-12-04[POWERPC] cell: Add routines for managing PMU interruptsKevin Corry4-0/+96
2006-12-04[POWERPC] cell: Move PMU-related stuff to include/asm-powerpc/cell-pmu.hKevin Corry3-87/+2
2006-12-04[POWERPC] cell: PMU register macrosKevin Corry1-1/+22
2006-12-04[POWERPC] cell: Add symbol exports for oprofileArnd Bergmann1-0/+13
2006-12-04[POWERPC] spufs: Load isolation kernel from spu_runJeremy Kerr4-148/+113