aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/coredump.c
AgeCommit message (Expand)Author
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner
2021-03-08coredump: don't bother with do_truncate()Al Viro
2020-12-10file: Rename fcheck lookup_fd_rcuEric W. Biederman
2020-07-23powerpc/spufs: Fix the type of ret in spufs_arch_write_noteChristoph Hellwig
2020-07-22powerpc/spufs: Rework fcheck() usageMichael Ellerman
2020-05-05powerpc/spufs: simplify spufs core dumpingChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner
2017-06-01powerpc/spufs: Fix coredump of SPU contextsMichael Ellerman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-06-07coredump: fix dumping through pipesMateusz Guzik
2016-05-12coredump: get rid of coredump_params->writtenOmar Sandoval
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