Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 年之前 |
Guenter Roeck
|
d66492bce1
fs: fix binfmt_aout.c build error
|
9 年之前 |
Linus Torvalds
|
5d22fc25d4
mm: remove more IS_ERR_VALUE abuses
|
9 年之前 |
Michal Hocko
|
864778b154
mm, aout: handle vm_brk failures
|
9 年之前 |
Al Viro
|
a455589f18
assorted conversions to %p[dD]
|
10 年之前 |
Al Viro
|
19d860a140
handle suicide on late failure exits in execve() in search_binary_handler()
|
11 年之前 |
Al Viro
|
9b56d54380
dump_skip(): dump_seek() replacement taking coredump_params
|
12 年之前 |
Al Viro
|
43a5d548eb
aout: switch to dump_emit
|
12 年之前 |
Al Viro
|
72c2d53192
file->f_op is never NULL...
|
12 年之前 |
Michel Lespinasse
|
98d1e64f95
mm: remove free_area_cache
|
12 年之前 |
Linus Torvalds
|
20b4fb4852
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 年之前 |
Oleg Nesterov
|
079148b919
coredump: factor out the setting of PF_DUMPCORE
|
12 年之前 |
Al Viro
|
3dc20cb282
new helper: read_code()
|
12 年之前 |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 年之前 |
Al Viro
|
71613c3b87
get rid of pt_regs argument of ->load_binary()
|
12 年之前 |
Denys Vlasenko
|
5ab1c309b3
coredump: pass siginfo_t* to do_coredump() and below, not merely signr
|
13 年之前 |
Alex Kelly
|
046d662f48
coredump: make core dump functionality optional
|
13 年之前 |
Linus Torvalds
|
6be5ceb02e
VM: add "vm_mmap()" helper function
|
13 年之前 |
Linus Torvalds
|
e4eb1ff61b
VM: add "vm_brk()" helper function
|
13 年之前 |
David Howells
|
9ffc93f203
Remove all #inclusions of asm/system.h
|
13 年之前 |
Al Viro
|
19e5109fef
take removal of PF_FORKNOEXEC to flush_old_exec()
|
13 年之前 |
Al Viro
|
8fc3dc5a3a
__register_binfmt() made void
|
13 年之前 |
Al Viro
|
6414fa6a15
aout: move setup_arg_pages() prior to reading/mapping the binary
|
13 年之前 |
Linus Torvalds
|
0eead9ab41
Don't dump task struct in a.out core-dumps
|
15 年之前 |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 年之前 |
Borislav Petkov
|
7731d9a5d4
fs/binfmt_aout.c: fix pointer warnings
|
15 年之前 |
Daisuke HATAYAMA
|
088e7af73a
coredump: move dump_write() and dump_seek() into a header file
|
15 年之前 |
Daisuke HATAYAMA
|
05f47fda9f
coredump: unify dump_seek() implementations for each binfmt_*.c
|
15 年之前 |
Jiri Slaby
|
d554ed895d
fs: use rlimit helpers
|
15 年之前 |
Linus Torvalds
|
221af7f87b
Split 'flush_old_exec' into two functions
|
15 年之前 |