aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell/spufs/coredump.c
AgeCommit message (Expand)Author
2013-11-09new helper: dump_align()Al Viro
2013-11-09spufs: get rid of dump_emit() wrappersAl Viro
2013-11-09switch elf_coredump_extra_notes_write() to dump_emit()Al Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-09-26switch spufs/coredump to iterate_fd()Al Viro
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-15powerpc: Use helpers for rlimitsJiri Slaby
2009-01-13powerpc: Cleanup from l64 to ll64 change: arch codeStephen Rothwell
2008-05-01[PATCH] split linux/file.hAl Viro
2008-03-28[POWERPC] spufs: fix incorrect file descriptors in SPU coredump note namesGerhard Stenzel
2007-12-21[POWERPC] spufs: make state_mutex interruptibleChristoph Hellwig
2007-09-19[POWERPC] spufs: Respect RLIMIT_CORE in spu coredump codeMichael Ellerman
2007-09-19[POWERPC] spufs: Handle errors in SPU coredump code, and support coredump to ...Michael Ellerman
2007-09-19[POWERPC] spufs: Combine spufs_coredump_calls with spufs_callsMichael Ellerman
2007-09-19[POWERPC] spufs: Get rid of spufs_coredump_num_notes, it's not needed if we N...Michael Ellerman
2007-09-19[POWERPC] spufs: Correctly calculate the size of the local-store to dumpMichael Ellerman
2007-09-19[POWERPC] spufs: Write some SPU coredump values as ASCIIMichael Ellerman
2007-09-19[POWERPC] spufs: Call spu_acquire_saved() before calculating the SPU note sizesMichael Ellerman
2007-09-19[POWERPC] spufs: Remove ctx_info and ctx_info_listMichael Ellerman
2007-09-19[POWERPC] spufs: Extract the file descriptor search logic in SPU coredump codeMichael Ellerman
2007-07-20[CELL] spufs: make sure context are scheduled again after spu_acquire_savedChristoph Hellwig
2007-04-23[POWERPC] spufs: fix memory leak on coredumpArnd Bergmann
2006-12-11[POWERPC] Fix SPU coredump code for max_fdset removalPaul Mackerras
2006-12-04[POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell