summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* powerpc/cell: Fix compilation with CONFIG_COREDUMP=nMichael Ellerman2014-07-111-2/+4
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton2012-12-201-1/+1
* new helper: done_path_create()Al Viro2012-07-291-3/+1
* pull unlock+dput() out into do_spu_create()Al Viro2012-07-291-0/+2
* powerpc/spufs: Fix double unlocksBenjamin Herrenschmidt2012-03-211-2/+0
* switch spufs guts to umode_tAl Viro2012-01-031-1/+1
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-10-311-1/+1
* switch do_spufs_create() to user_path_create(), fix double-unlockAl Viro2011-07-201-13/+9
* kill path_lookup()Al Viro2011-03-141-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [PATCH] don't pass bogus flags to LOOKUP_PARENT lookup in spufsAl Viro2008-10-231-2/+2
* Introduce path_put()Jan Blunck2008-02-141-1/+1
* [POWERPC] Oprofile: Remove dependency on spufs moduleBob Nelson2007-12-281-0/+1
* [POWERPC] spufs: Combine spufs_coredump_calls with spufs_callsMichael Ellerman2007-09-191-0/+2
* [POWERPC] cell: Unify spufs syscall pathJeremy Kerr2007-09-191-42/+0
* [POWERPC] spufs: Remove asmlinkage from do_spu_createJeremy Kerr2007-09-191-2/+2
* [POWERPC] spufs: Make file-internal functions & variables staticSebastian Siewior2007-09-191-2/+2
* [CELL] spufs: extension of spu_create to support affinity definitionArnd Bergmann2007-07-201-4/+28
* [CELL] spufs: remove unused file argument from spufs_run_spu()Jeremy Kerr2007-07-201-1/+1
* [PATCH] struct path: convert powerpcJosef Sipek2006-12-081-1/+1
* [POWERPC] spufs: Add infrastructure needed for gang schedulingArnd Bergmann2006-10-051-1/+1
* [POWERPC] spufs: implement error event delivery to user spaceArnd Bergmann2006-10-051-2/+5
* [PATCH] powerpc: cell namespace cleanupArnd Bergmann2006-01-121-1/+3
* [PATCH] spufs: fix sparse warningsArnd Bergmann2006-01-091-1/+1
* [PATCH] spufs: check for proper file pointer in sys_spu_runArnd Bergmann2006-01-091-1/+2
* [PATCH] spufs: cooperative scheduler supportArnd Bergmann2006-01-091-8/+2
* [PATCH] spufs: The SPU file system, baseArnd Bergmann2006-01-091-0/+106
OpenPOWER on IntegriCloud