index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
cell
/
spufs
/
coredump.c
Age
Commit message (
Expand
)
Author
2021-03-08
coredump: don't bother with do_truncate()
Al Viro
2020-12-10
file: Rename fcheck lookup_fd_rcu
Eric W. Biederman
2020-07-23
powerpc/spufs: Fix the type of ret in spufs_arch_write_note
Christoph Hellwig
2020-07-22
powerpc/spufs: Rework fcheck() usage
Michael Ellerman
2020-05-05
powerpc/spufs: simplify spufs core dumping
Christoph Hellwig
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153
Thomas Gleixner
2017-06-01
powerpc/spufs: Fix coredump of SPU contexts
Michael Ellerman
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-06-07
coredump: fix dumping through pipes
Mateusz Guzik
2016-05-12
coredump: get rid of coredump_params->written
Omar Sandoval
2013-11-09
new helper: dump_align()
Al Viro
2013-11-09
spufs: get rid of dump_emit() wrappers
Al Viro
2013-11-09
switch elf_coredump_extra_notes_write() to dump_emit()
Al Viro
2013-02-22
new helper: file_inode(file)
Al Viro
2012-09-26
switch spufs/coredump to iterate_fd()
Al Viro
2012-02-19
Wrap accesses to the fd_sets in struct fdtable
David Howells
2011-10-31
powerpc: remove non-required uses of include <linux/module.h>
Paul Gortmaker
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-01-15
powerpc: Use helpers for rlimits
Jiri Slaby
2009-01-13
powerpc: Cleanup from l64 to ll64 change: arch code
Stephen Rothwell
2008-05-01
[PATCH] split linux/file.h
Al Viro
2008-03-28
[POWERPC] spufs: fix incorrect file descriptors in SPU coredump note names
Gerhard Stenzel
2007-12-21
[POWERPC] spufs: make state_mutex interruptible
Christoph Hellwig
2007-09-19
[POWERPC] spufs: Respect RLIMIT_CORE in spu coredump code
Michael 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_calls
Michael 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 dump
Michael Ellerman
2007-09-19
[POWERPC] spufs: Write some SPU coredump values as ASCII
Michael Ellerman
2007-09-19
[POWERPC] spufs: Call spu_acquire_saved() before calculating the SPU note sizes
Michael Ellerman
2007-09-19
[POWERPC] spufs: Remove ctx_info and ctx_info_list
Michael Ellerman
2007-09-19
[POWERPC] spufs: Extract the file descriptor search logic in SPU coredump code
Michael Ellerman
2007-07-20
[CELL] spufs: make sure context are scheduled again after spu_acquire_saved
Christoph Hellwig
2007-04-23
[POWERPC] spufs: fix memory leak on coredump
Arnd Bergmann
2006-12-11
[POWERPC] Fix SPU coredump code for max_fdset removal
Paul Mackerras
2006-12-04
[POWERPC] coredump: Add SPU elf notes to coredump.
Dwayne Grant McConnell