summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/coredump.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-14/+1Star
* powerpc/spufs: Fix coredump of SPU contextsMichael Ellerman2017-06-011-0/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* coredump: fix dumping through pipesMateusz Guzik2016-06-081-1/+1
* coredump: get rid of coredump_params->writtenOmar Sandoval2016-05-121-2/+3
* new helper: dump_align()Al Viro2013-11-091-1/+1
* spufs: get rid of dump_emit() wrappersAl Viro2013-11-091-49/+20Star
* switch elf_coredump_extra_notes_write() to dump_emit()Al Viro2013-11-091-27/+17Star
* new helper: file_inode(file)Al Viro2013-02-231-2/+2
* switch spufs/coredump to iterate_fd()Al Viro2012-09-271-20/+20
* Wrap accesses to the fd_sets in struct fdtableDavid Howells2012-02-191-1/+1
* powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-11-011-1/+0Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* powerpc: Use helpers for rlimitsJiri Slaby2010-01-151-1/+1
* powerpc: Cleanup from l64 to ll64 change: arch codeStephen Rothwell2009-01-131-1/+1
* [PATCH] split linux/file.hAl Viro2008-05-011-0/+1
* [POWERPC] spufs: fix incorrect file descriptors in SPU coredump note namesGerhard Stenzel2008-03-281-2/+6
* [POWERPC] spufs: make state_mutex interruptibleChristoph Hellwig2007-12-211-2/+6
* [POWERPC] spufs: Respect RLIMIT_CORE in spu coredump codeMichael Ellerman2007-09-191-0/+4
* [POWERPC] spufs: Handle errors in SPU coredump code, and support coredump to ...Michael Ellerman2007-09-191-27/+62
* [POWERPC] spufs: Combine spufs_coredump_calls with spufs_callsMichael Ellerman2007-09-191-8/+2Star
* [POWERPC] spufs: Get rid of spufs_coredump_num_notes, it's not needed if we N...Michael Ellerman2007-09-191-2/+2
* [POWERPC] spufs: Correctly calculate the size of the local-store to dumpMichael Ellerman2007-09-191-14/+2Star
* [POWERPC] spufs: Write some SPU coredump values as ASCIIMichael Ellerman2007-09-191-3/+5
* [POWERPC] spufs: Call spu_acquire_saved() before calculating the SPU note sizesMichael Ellerman2007-09-191-0/+2
* [POWERPC] spufs: Remove ctx_info and ctx_info_listMichael Ellerman2007-09-191-60/+19Star
* [POWERPC] spufs: Extract the file descriptor search logic in SPU coredump codeMichael Ellerman2007-09-191-20/+38
* [CELL] spufs: make sure context are scheduled again after spu_acquire_savedChristoph Hellwig2007-07-201-1/+1
* [POWERPC] spufs: fix memory leak on coredumpArnd Bergmann2007-04-231-9/+10
* [POWERPC] Fix SPU coredump code for max_fdset removalPaul Mackerras2006-12-111-1/+1
* [POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell2006-12-041-0/+238