Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2f0d6f20ec4cc157ba092e008ed20a99590142c4
/
fs
/
exec.c
8796699
KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring
by David Howells
· 13 years ago
13fca64
Revert "fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP"
by Linus Torvalds
· 13 years ago
7f81c88
fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP
by Michal Hocko
· 13 years ago
dac853a
exec: delay address limit change until point of no return
by Mathias Krause
· 13 years ago
57cc083
coredump: add support for exe_file in core name
by Jiri Slaby
· 13 years ago
3864601
mm: extract exe_file handling from procfs
by Jiri Slaby
· 13 years ago
d16dfc5
mm: mmu_gather rework
by Peter Zijlstra
· 13 years ago
d05f316
mm: make expand_downwards() symmetrical with expand_upwards()
by Michal Hocko
· 13 years ago
99dff58
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 13 years ago
4d9dec4
Merge branch 'exec_rm_compat' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
by Linus Torvalds
· 13 years ago
7d74f49
export kernel call get_task_comm().
by J Freyensee
· 14 years ago
ae6b585
exec: document acct_arg_size()
by Oleg Nesterov
· 14 years ago
0e02846
exec: unify do_execve/compat_do_execve code
by Oleg Nesterov
· 14 years ago
ba2d0162
exec: introduce struct user_arg_ptr
by Oleg Nesterov
· 14 years ago
1d1dbf8
exec: introduce get_user_arg_ptr() helper
by Oleg Nesterov
· 14 years ago
39efa3e
signal: Use GROUP_STOP_PENDING to stop once for a single group stop
by Tejun Heo
· 14 years ago
1bef829
Small typo fix...
by Holger Hans Peter Freyther
· 14 years ago
47c805d
switch do_filp_open() to struct open_flags
by Al Viro
· 14 years ago
3cd90ea
vfs: sparse: add __FMODE_EXEC
by Namhyung Kim
· 14 years ago
462e635e
install_special_mapping skips security_file_mmap check.
by Tavis Ormandy
· 14 years ago
114279b
exec: copy-and-paste the fixes into compat_do_execve() paths
by Oleg Nesterov
· 14 years ago
3c77f84
exec: make argv/envp memory visible to oom-killer
by Oleg Nesterov
· 14 years ago
98391cf
exec: don't turn PF_KTHREAD off when a target command was not found
by KOSAKI Motohiro
· 14 years ago
1b0d300
core_pattern: fix truncation by core_pattern handler with long parameters
by Xiaotian Feng
· 14 years ago
9b1bf12
signals: move cred_guard_mutex from task_struct to signal_struct
by KOSAKI Motohiro
· 14 years ago
3d5992d
oom: add per-mm oom disable count
by Ying Han
· 14 years ago
8fd01d6
Export dump_{write,seek} to binary loader modules
by Linus Torvalds
· 14 years ago
3aa0ce8
Un-inline the core-dump helper functions
by Linus Torvalds
· 14 years ago
9aea5a6
execve: make responsive to SIGKILL with large arguments
by Roland McGrath
· 14 years ago
7993bc1
execve: improve interactivity with large arguments
by Roland McGrath
· 14 years ago
1b52818
setup_arg_pages: diagnose excessive argument size
by Roland McGrath
· 14 years ago
145c3ae46
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
2a4419b
fs: fs_struct rwlock to spinlock
by Nick Piggin
· 14 years ago
d762746
Make do_execve() take a const filename pointer
by David Howells
· 14 years ago
8c8946f
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
by Linus Torvalds
· 14 years ago
7841733
Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing
by Linus Torvalds
· 14 years ago
2a12a9d
fsnotify: pass a file instead of an inode to open, read, and write
by Eric Paris
· 15 years ago
5f202bd
do_coredump: Do not take BKL
by Arnd Bergmann
· 14 years ago
3af9e85
perf: Add non-exec mmap() tracking
by Eric B Munson
· 14 years ago
d344193
exit: avoid sig->count in de_thread/__exit_signal synchronization
by Oleg Nesterov
· 14 years ago
269b005
coredump: shift down_write(mmap_sem) into coredump_wait()
by Oleg Nesterov
· 14 years ago
5e43aef5
coredump: factor out put_cred() calls
by Oleg Nesterov
· 14 years ago
d5bf4c4
coredump: cleanup "ispipe" code
by Oleg Nesterov
· 14 years ago
c713541
coredump: factor out the not-ispipe file checks
by Oleg Nesterov
· 14 years ago
898b374
exec: replace call_usermodehelper_pipe with use of umh init function and resolve limit
by Neil Horman
· 14 years ago
a8bef8ff
mm: migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks
by Mel Gorman
· 14 years ago
3444142
revert "procfs: provide stack information for threads" and its fixup commits
by Robin Holt
· 14 years ago
76595f7
coredump: suppress uid comparison test if core output files are pipes
by Neil Horman
· 15 years ago
5c99cbf
coredump: set ->group_exit_code for other CLONE_VM tasks too
by Oleg Nesterov
· 15 years ago
30736a4
coredump: pass mm->flags as a coredump parameter for consistency
by Masami Hiramatsu
· 15 years ago
5ef097d
exec: create initial stack independent of PAGE_SIZE
by Michael Neuling
· 15 years ago
d554ed89
fs: use rlimit helpers
by Jiri Slaby
· 15 years ago
5beb493
mm: change anon_vma linking to fix multi-process server scalability issue
by Rik van Riel
· 15 years ago
34e5523
mm: avoid false sharing of mm_counter
by KAMEZAWA Hiroyuki
· 15 years ago
a17e187
fs/exec.c: fix initial stack reservation
by Michael Neuling
· 15 years ago
803bf5e
fs/exec.c: restrict initial stack space expansion to rlimit
by Michael Neuling
· 15 years ago
7ab02af
Fix 'flush_old_exec()/setup_new_exec()' split
by Linus Torvalds
· 15 years ago
221af7f
Split 'flush_old_exec' into two functions
by Linus Torvalds
· 15 years ago
f6151df
mm: introduce coredump parameter structure
by Masami Hiramatsu
· 15 years ago
9cd80bb
do_wait() optimization: do not place sub-threads on task_struct->children list
by Oleg Nesterov
· 15 years ago
4614a696b
procfs: allow threads to rename siblings via /proc/pid/tasks/tid/comm
by john stultz
· 15 years ago
c84d6ef
Merge branch 'master' into next
by James Morris
· 15 years ago
fc63cf2
exec: setup_arg_pages() fails to return errors
by Anton Blanchard
· 15 years ago
6c21a7f
LSM: imbed ima calls in the security hooks
by Mimi Zohar
· 15 years ago
801460d
task_struct cleanup: move binfmt field to mm_struct
by Hiroshi Shimamoto
· 15 years ago
964ee7d
exec: fix set_binfmt() vs sys_delete_module() race
by Oleg Nesterov
· 15 years ago
61be228
exec: allow do_coredump() to wait for user space pipe readers to complete
by Neil Horman
· 15 years ago
a293980
exec: let do_coredump() limit the number of concurrent dumps to pipes
by Neil Horman
· 15 years ago
725eae3
exec: make do_coredump() more resilient to recursive crashes
by Neil Horman
· 15 years ago
d899bf7
procfs: provide stack information for threads
by Stefani Seibold
· 15 years ago
1f10206
getrusage: fill ru_maxrss value
by Jiri Pirko
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
a2a8474
exec: do not sleep in TASK_TRACED under ->cred_guard_mutex
by Oleg Nesterov
· 15 years ago
6777d77
kernel_read: redefine offset type
by Mimi Zohar
· 15 years ago
793285f
cred_guard_mutex: do not return -EINTR to user-space
by Oleg Nesterov
· 15 years ago
8a1ca8c
Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
2c9e703
Merge branch 'master' into next
by James Morris
· 15 years ago
b9fc745
integrity: path_check update
by Mimi Zohar
· 15 years ago
dc3f81b
Merge commit 'v2.6.30-rc6' into perfcounters/core
by Ingo Molnar
· 15 years ago
5e751e9
CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace
by David Howells
· 15 years ago
6e8341a
Switch open_exec() and sys_uselib() to do_open_filp()
by Al Viro
· 16 years ago
a44ddbb
Make open_exec() and sys_uselib() use may_open(), instead of duplicating its parts
by Al Viro
· 16 years ago
74641f5
alpha: binfmt_aout fix
by Ivan Kokshaysky
· 16 years ago
e7fd5d4
Merge branch 'linus' into perfcounters/core
by Ingo Molnar
· 16 years ago
437f7fd
check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/
by Oleg Nesterov
· 16 years ago
8c652f9
do_execve() must not clear fs->in_exec if it was set by another thread
by Oleg Nesterov
· 16 years ago
8d1b2d9
perf_counter: track task-comm data
by Peter Zijlstra
· 16 years ago
f541ae3
Merge branch 'linus' into perfcounters/core-v2
by Ingo Molnar
· 16 years ago
5ad4e53
Get rid of indirect include of fs_struct.h
by Al Viro
· 16 years ago
f1191b5
check_unsafe_exec() doesn't care about signal handlers sharing
by Al Viro
· 16 years ago
498052b
New locking/refcounting for fs_struct
by Al Viro
· 16 years ago
e426b64
fix setuid sometimes doesn't
by Hugh Dickins
· 16 years ago
703a3cd
Merge branch 'master' into next
by James Morris
· 16 years ago
f9ce1f1
Add in_execve flag into task_struct.
by Kentaro Takeda
· 16 years ago
95fd484
Merge commit 'v2.6.29-rc4' into perfcounters/core
by Ingo Molnar
· 16 years ago
0bf2f3a
CRED: Fix SUID exec regression
by David Howells
· 16 years ago
cb5629b
Merge branch 'master' into next
by James Morris
· 16 years ago
6146f0d
integrity: IMA hooks
by Mimi Zohar
· 16 years ago
7783549
Merge commit 'v2.6.29-rc2' into perfcounters/core
by Ingo Molnar
· 16 years ago
1e7bfb2
[CVE-2009-0029] System call wrappers part 27
by Heiko Carstens
· 16 years ago
Next »