summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] spufs: Fix context destroy vs /spu readdir raceJeremy Kerr2007-11-201-0/+1
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* [POWERPC] spufs: Combine spufs_coredump_calls with spufs_callsMichael Ellerman2007-09-191-6/+0
* [POWERPC] spufs: Make isolated loader properly alignedSebastian Siewior2007-09-191-3/+6
* [CELL] spufs: extension of spu_create to support affinity definitionArnd Bergmann2007-07-201-6/+126
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [POWERPC] spufs: Remove spufs_dir_inode_operationsJeremy Kerr2007-07-031-7/+3
* [POWERPC] spufs: Fix error handling in spufs_fill_dir()Sebastian Siewior2007-06-071-2/+15
* [POWERPC] spufs: Free mm if spufs_fill_dir() failedSebastian Siewior2007-06-071-0/+1
* [POWERPC] spufs: Fix gang destroy leaksJeremy Kerr2007-06-071-35/+5
* [POWERPC] spufs: Refuse to load the module when not running on cellArnd Bergmann2007-06-071-0/+4
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-3/+1
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [POWERPC] spu_base: fix initialisation on systems with no SPEsJeremy Kerr2007-04-231-0/+5
* [POWERPC] spufs: add mode= mount optionJeremy Kerr2007-04-231-4/+10
* [POWERPC] spufs: fix memory leak on spufs reloadingAkinobu Mita2007-04-231-0/+6
* [POWERPC] spufs: fix missing error handling in module_init()Akinobu Mita2007-04-231-6/+10
* [POWERPC] spufs: clear mapping pointers after last closeChristoph Hellwig2007-04-231-0/+1
* [POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell2007-04-131-1/+1
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-1/+1
* [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-121-2/+2
* [PATCH] struct path: convert powerpcJosef Sipek2006-12-081-2/+2
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [POWERPC] spufs: return an error in spu_create is isolated create isnt supportedJeremy Kerr2006-12-041-0/+4
* [POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell2006-12-041-0/+7
* [POWERPC] spufs: Load isolation kernel from spu_runJeremy Kerr2006-12-041-108/+1
* [POWERPC] spufs: Use SPU master control to prevent wild SPU executionArnd Bergmann2006-12-041-3/+12
* [POWERPC] spufs: Add isolated-mode SPE recycling supportJeremy Kerr2006-10-251-8/+15
* [POWERPC] spufs: allow isolated mode apps by starting the SPE loaderarnd@arndb.de2006-10-251-0/+117
* [POWERPC] spufs: add support for nonschedulable contextsMark Nutter2006-10-251-1/+16
* [POWERPC] spufs: Add infrastructure needed for gang schedulingArnd Bergmann2006-10-051-36/+189
* [POWERPC] spufs: implement error event delivery to user spaceArnd Bergmann2006-10-051-3/+6
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-1/+1
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+3
* [POWERPC] spufs: fail spu_create with invalid flagsarnd@arndb.de2006-06-211-0/+4
* [POWERPC] spufs: fix deadlock in spu_create error pathMichael Ellerman2006-06-211-11/+15
* Merge ../linux-2.6Paul Mackerras2006-03-291-1/+1
|\
| * [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-1/+1
* | [PATCH] spufs: fix __init/__exit annotationsArnd Bergmann2006-03-281-2/+2
* | [PATCH] spufs: enable SPE problem state MMIO access.Mark Nutter2006-03-271-1/+1
|/
* [PATCH] spufs: fix for recent "shrink dentry_struct" patchAndrew Morton2006-01-101-1/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-6/+6
* [PATCH] spufs: fix sparse warningsArnd Bergmann2006-01-091-3/+2
* [PATCH] spufs: fix spufs_fill_dir error pathArnd Bergmann2006-01-091-35/+38
* [PATCH] spufs: dont leak directories in failed spu_createArnd Bergmann2006-01-091-17/+37
* [PATCH] spufs: check for proper file pointer in sys_spu_runArnd Bergmann2006-01-091-2/+2
* [PATCH] spufs: dont hold root->isem in spu_forgetArnd Bergmann2006-01-091-10/+10
* [PATCH] spufs: cooperative scheduler supportArnd Bergmann2006-01-091-34/+28