Commit Graph

256 Commits (433c9c67c53cc42b2824532d3abb7ac62970d3fb)

Author SHA1 Message Date
Holger Hans Peter Freyther 1bef82917c Small typo fix... 14 years ago
Al Viro 47c805dc2d switch do_filp_open() to struct open_flags 14 years ago
Namhyung Kim 3cd90ea42f vfs: sparse: add __FMODE_EXEC 14 years ago
Tavis Ormandy 462e635e5b install_special_mapping skips security_file_mmap check. 14 years ago
Oleg Nesterov 114279be21 exec: copy-and-paste the fixes into compat_do_execve() paths 14 years ago
Oleg Nesterov 3c77f84572 exec: make argv/envp memory visible to oom-killer 14 years ago
KOSAKI Motohiro 98391cf4dc exec: don't turn PF_KTHREAD off when a target command was not found 14 years ago
Xiaotian Feng 1b0d300bd0 core_pattern: fix truncation by core_pattern handler with long parameters 14 years ago
KOSAKI Motohiro 9b1bf12d5d signals: move cred_guard_mutex from task_struct to signal_struct 14 years ago
Ying Han 3d5992d2ac oom: add per-mm oom disable count 14 years ago
Linus Torvalds 8fd01d6cfb Export dump_{write,seek} to binary loader modules 15 years ago
Linus Torvalds 3aa0ce825a Un-inline the core-dump helper functions 15 years ago
Roland McGrath 9aea5a65aa execve: make responsive to SIGKILL with large arguments 15 years ago
Roland McGrath 7993bc1f46 execve: improve interactivity with large arguments 15 years ago
Roland McGrath 1b528181b2 setup_arg_pages: diagnose excessive argument size 15 years ago
Nick Piggin 2a4419b5b2 fs: fs_struct rwlock to spinlock 15 years ago
David Howells d7627467b7 Make do_execve() take a const filename pointer 15 years ago
Eric Paris 2a12a9d781 fsnotify: pass a file instead of an inode to open, read, and write 15 years ago
Arnd Bergmann 5f202bd5ca do_coredump: Do not take BKL 15 years ago
Eric B Munson 3af9e85928 perf: Add non-exec mmap() tracking 15 years ago
Oleg Nesterov d344193a05 exit: avoid sig->count in de_thread/__exit_signal synchronization 15 years ago
Oleg Nesterov 269b005a28 coredump: shift down_write(mmap_sem) into coredump_wait() 15 years ago
Oleg Nesterov 5e43aef530 coredump: factor out put_cred() calls 15 years ago
Oleg Nesterov d5bf4c4f5f coredump: cleanup "ispipe" code 15 years ago
Oleg Nesterov c713541125 coredump: factor out the not-ispipe file checks 15 years ago
Neil Horman 898b374af6 exec: replace call_usermodehelper_pipe with use of umh init function and resolve limit 15 years ago
Mel Gorman a8bef8ff6e mm: migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks 15 years ago
Robin Holt 34441427aa revert "procfs: provide stack information for threads" and its fixup commits 15 years ago
Neil Horman 76595f79d7 coredump: suppress uid comparison test if core output files are pipes 15 years ago
Oleg Nesterov 5c99cbf49a coredump: set ->group_exit_code for other CLONE_VM tasks too 15 years ago
Masami Hiramatsu 30736a4d43 coredump: pass mm->flags as a coredump parameter for consistency 15 years ago
Michael Neuling 5ef097dd7b exec: create initial stack independent of PAGE_SIZE 15 years ago
Jiri Slaby d554ed895d fs: use rlimit helpers 15 years ago
Rik van Riel 5beb493052 mm: change anon_vma linking to fix multi-process server scalability issue 15 years ago
KAMEZAWA Hiroyuki 34e55232e5 mm: avoid false sharing of mm_counter 15 years ago
Michael Neuling a17e18790a fs/exec.c: fix initial stack reservation 15 years ago
Michael Neuling 803bf5ec25 fs/exec.c: restrict initial stack space expansion to rlimit 15 years ago
Linus Torvalds 7ab02af428 Fix 'flush_old_exec()/setup_new_exec()' split 15 years ago
Linus Torvalds 221af7f87b Split 'flush_old_exec' into two functions 15 years ago
Masami Hiramatsu f6151dfea2 mm: introduce coredump parameter structure 15 years ago
Oleg Nesterov 9cd80bbb07 do_wait() optimization: do not place sub-threads on task_struct->children list 15 years ago
john stultz 4614a696bd procfs: allow threads to rename siblings via /proc/pid/tasks/tid/comm 15 years ago
Anton Blanchard fc63cf2370 exec: setup_arg_pages() fails to return errors 15 years ago
Mimi Zohar 6c21a7fb49 LSM: imbed ima calls in the security hooks 16 years ago
Hiroshi Shimamoto 801460d0cf task_struct cleanup: move binfmt field to mm_struct 16 years ago
Oleg Nesterov 964ee7df90 exec: fix set_binfmt() vs sys_delete_module() race 16 years ago
Neil Horman 61be228a06 exec: allow do_coredump() to wait for user space pipe readers to complete 16 years ago
Neil Horman a293980c2e exec: let do_coredump() limit the number of concurrent dumps to pipes 16 years ago
Neil Horman 725eae32df exec: make do_coredump() more resilient to recursive crashes 16 years ago
Stefani Seibold d899bf7b55 procfs: provide stack information for threads 16 years ago