aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/coredump.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-14/+1
2017-06-01powerpc/spufs: Fix coredump of SPU contextsMichael Ellerman1-0/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-06-07coredump: fix dumping through pipesMateusz Guzik1-1/+1
2016-05-12coredump: get rid of coredump_params->writtenOmar Sandoval1-2/+3
2013-11-09new helper: dump_align()Al Viro1-1/+1
2013-11-09spufs: get rid of dump_emit() wrappersAl Viro1-49/+20
2013-11-09switch elf_coredump_extra_notes_write() to dump_emit()Al Viro1-27/+17
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-09-26switch spufs/coredump to iterate_fd()Al Viro1-20/+20
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells1-1/+1
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-15powerpc: Use helpers for rlimitsJiri Slaby1-1/+1
2009-01-13powerpc: Cleanup from l64 to ll64 change: arch codeStephen Rothwell1-1/+1
2008-05-01[PATCH] split linux/file.hAl Viro1-0/+1
2008-03-28[POWERPC] spufs: fix incorrect file descriptors in SPU coredump note namesGerhard Stenzel1-2/+6
2007-12-21[POWERPC] spufs: make state_mutex interruptibleChristoph Hellwig1-2/+6
2007-09-19[POWERPC] spufs: Respect RLIMIT_CORE in spu coredump codeMichael Ellerman1-0/+4
2007-09-19[POWERPC] spufs: Handle errors in SPU coredump code, and support coredump to a pipeMichael Ellerman1-27/+62
2007-09-19[POWERPC] spufs: Combine spufs_coredump_calls with spufs_callsMichael Ellerman1-8/+2
2007-09-19[POWERPC] spufs: Get rid of spufs_coredump_num_notes, it's not needed if we NULL terminateMichael Ellerman1-2/+2
2007-09-19[POWERPC] spufs: Correctly calculate the size of the local-store to dumpMichael Ellerman1-14/+2
2007-09-19[POWERPC] spufs: Write some SPU coredump values as ASCIIMichael Ellerman1-3/+5
2007-09-19[POWERPC] spufs: Call spu_acquire_saved() before calculating the SPU note sizesMichael Ellerman1-0/+2
2007-09-19[POWERPC] spufs: Remove ctx_info and ctx_info_listMichael Ellerman1-60/+19
2007-09-19[POWERPC] spufs: Extract the file descriptor search logic in SPU coredump codeMichael Ellerman1-20/+38
2007-07-20[CELL] spufs: make sure context are scheduled again after spu_acquire_savedChristoph Hellwig1-1/+1
2007-04-23[POWERPC] spufs: fix memory leak on coredumpArnd Bergmann1-9/+10
2006-12-11[POWERPC] Fix SPU coredump code for max_fdset removalPaul Mackerras1-1/+1
2006-12-04[POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell1-0/+238