summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] spufs: fix mismerge, making context signal{1,2} files readable againJeremy Kerr2007-09-261-2/+2
* [POWERPC] spusched: Fix null pointer dereference in find_victimChristoph Hellwig2007-09-191-2/+2
* [POWERPC] spufs: Don't call spu_run_init from spu_reacquire_runnableAndre Detsch2007-08-301-5/+1
* [POWERPC] spufs: Fix update of mailbox status register during backed wbox writeArnd Bergmann2007-08-301-1/+2
* [POWERPC] spufs: Fix affinity after introduction of node_allowed() callsAndre Detsch2007-08-031-1/+2
* [POWERPC] spusched: Fix initial timeslice calculationChristoph Hellwig2007-07-262-1/+6
* [POWERPC] spufs: Fix incorrect initialization of cbe_spu_info.spusMasato Noguchi2007-07-261-4/+0
* spusched: fix mismerge in spufs.hChristoph Hellwig2007-07-241-4/+1
* Fix ppc64 mismergeAl Viro2007-07-221-14/+0
* spufs: make signal-notification files readonly for NOSCHED contextsJeremy Kerr2007-07-211-2/+16
* [CELL] spufs: rework list management and associated lockingChristoph Hellwig2007-07-201-97/+101
* [CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson2007-07-203-1/+25
* [CELL] oprofile: enable SPU switch notification to detect currently active SP...Bob Nelson2007-07-203-8/+55
* [CELL] spufs: integration of SPE affinity with the schedullerArnd Bergmann2007-07-201-0/+4
* [CELL] cell: add placement computation for scheduling of affinity contextsArnd Bergmann2007-07-203-1/+151
* [CELL] spufs: extension of spu_create to support affinity definitionArnd Bergmann2007-07-205-12/+173
* [CELL] cell: add per BE structure with info about its SPUsArnd Bergmann2007-07-201-0/+5
* [CELL] spufs: use find_first_bit() instead of sched_find_first_bit()Masato Noguchi2007-07-201-2/+1
* [CELL] spufs: remove unused file argument from spufs_run_spu()Jeremy Kerr2007-07-203-5/+3
* [CELL] spufs: change decrementer restore timingMasato Noguchi2007-07-202-20/+20
* [CELL] spufs: dont halt decrementer at restore step 47Masato Noguchi2007-07-201-4/+16
* [CELL] spufs: limit saving MFC_CNTL bitsMasato Noguchi2007-07-201-9/+4
* [CELL] spufs: fix read and write for decr_status fileMasato Noguchi2007-07-201-4/+8
* [CELL] spufs: fix decr_status meaningsMasato Noguchi2007-07-203-222/+262
* [CELL] spufs: remove needless context save/restore codeMasato Noguchi2007-07-201-11/+1
* [CELL] spufs: fix array size of channel indexJeremy Kerr2007-07-201-6/+6
* [CELL] spufs: make sure context are scheduled again after spu_acquire_savedChristoph Hellwig2007-07-204-23/+44
* [CELL] spufs: add spu stats in sysfs and ctx stat file in spufsAndre Detsch2007-07-206-66/+72
* [CELL] spufs: Remove spurious WARN_ON for spu_deactivate for NOSCHED contextsJeremy Kerr2007-07-201-9/+0
* [CELL] spufs: Make signal-notification files readonly for NOSCHED contextsJeremy Kerr2007-07-201-2/+16
* [CELL] spufs: Avoid unexpectedly restaring MFC during context saveKazunori Asayama2007-07-201-1/+2
* [CELL] spufs: remove section mismatch warningSebastian Siewior2007-07-202-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* fix spufs build after ->fault changesChristoph Hellwig2007-07-191-11/+11
* mm: fault feedback #2Nick Piggin2007-07-191-15/+13
* [POWERPC] spufs: Save dma_tagstatus_R in CSAKazunori Asayama2007-07-032-0/+20
* [POWERPC] spufs: Fix lost events in poll/epoll on mfcKazunori Asayama2007-07-031-4/+5
* [POWERPC] spufs: Add spu stats in sysfsChristoph Hellwig2007-07-034-2/+34
* [POWERPC] spusched: Fix runqueue corruptionChristoph Hellwig2007-07-031-9/+28
* [POWERPC] spusched: Disable tick when not neededChristoph Hellwig2007-07-031-8/+10
* [POWERPC] spufs: Fix libassist accountingJeremy Kerr2007-07-031-1/+1
* [POWERPC] spufs: Add stat file to spufsChristoph Hellwig2007-07-036-4/+170
* [POWERPC] spufs: Implement /proc/spu_loadavgChristoph Hellwig2007-07-033-8/+127
* [POWERPC] spufs: Add tid fileChristoph Hellwig2007-07-033-0/+32
* [POWERPC] spufs: Trivial whitespace fixesJeremy Kerr2007-07-035-12/+12
* [POWERPC] spufs: Remove spufs_dir_inode_operationsJeremy Kerr2007-07-031-7/+3
* [POWERPC] spusched: No preemption for nosched contextsChristoph Hellwig2007-07-031-1/+6
* [POWERPC] spusched: Catch nosched contexts in spu_deactivateChristoph Hellwig2007-07-031-0/+9
* [POWERPC] spusched: fix cpu/node bindingChristoph Hellwig2007-07-033-22/+52
* [POWERPC] spusched: Update scheduling paramters on every spu_runChristoph Hellwig2007-07-034-14/+45