summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
AgeCommit message (Expand)AuthorLines
2008-10-20coredump: format_corename: don't append .%pid if multi-threadedOleg Nesterov-4/+3
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds-6/+3
2008-10-16pid_ns: de_thread: kill the now unneeded ->child_reaper changeOleg Nesterov-2/+0
2008-10-16alpha: introduce field 'taso' into struct linux_binprmKirill A. Shutemov-1/+1
2008-10-16exec.c, compat.c: fix count(), compat_count() bounds checkingJason Baron-1/+1
2008-10-17remove CONFIG_KMOD from fsJohannes Berg-6/+3
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh-1/+1
2008-07-28exec: include pagemap.h again to fix buildHugh Dickins-0/+1
2008-07-26[PATCH] get rid of __user_path_lookup_openAl Viro-4/+10
2008-07-26[PATCH] take noexec checks to very few callers that careAl Viro-0/+7
2008-07-26Re: [PATCH 3/6] vfs: open_exec cleanupChristoph Hellwig-28/+30
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro-2/+2
2008-07-26tracehook: execRoland McGrath-8/+4
2008-07-25coredump: format_corename: fix the "core_uses_pid" logicOleg Nesterov-8/+5
2008-07-25coredump: kill mm->core_doneOleg Nesterov-3/+22
2008-07-25coredump: construct the list of coredumping threads at startup timeOleg Nesterov-0/+2
2008-07-25coredump: make mm->core_state visible to ->core_dump()Oleg Nesterov-7/+7
2008-07-25coredump: turn core_state->nr_threads into atomic_tOleg Nesterov-1/+1
2008-07-25coredump: simplify core_state->nr_threads calculationOleg Nesterov-17/+16
2008-07-25coredump: move mm->core_waiters into struct core_stateOleg Nesterov-10/+11
2008-07-25coredump: turn mm->core_startup_done into the pointer to struct core_stateOleg Nesterov-4/+4
2008-07-25coredump: zap_threads() must skip kernel threadsOleg Nesterov-2/+3
2008-07-25introduce PF_KTHREAD flagOleg Nesterov-0/+1
2008-07-25coredump: zap_threads: comments && use while_each_thread()Oleg Nesterov-7/+32
2008-07-25exec: remove some includesHugh Dickins-4/+2
2008-07-24mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich-2/+2
2008-07-10exec: fix stack excutability without PT_GNU_STACKHugh Dickins-1/+1
2008-06-16Include <asm/a.out.h> in fs/exec.c only for Alpha.David Woodhouse-2/+6
2008-05-26posix timers: discard SI_TIMER signals on execOleg Nesterov-0/+1
2008-05-16[PATCH] get rid of leak in compat_execve()Al Viro-4/+8
2008-05-13memcg: fix possible panic when CONFIG_MM_OWNER=yKOSAKI Motohiro-1/+1
2008-05-01[PATCH] split linux/file.hAl Viro-0/+1
2008-04-30document de_thread() with exit_notify() connectionOleg Nesterov-1/+1
2008-04-30signals: de_thread: simplify the ->child_reaper switchingOleg Nesterov-13/+2
2008-04-29procfs task exe symlinkMatt Helsley-0/+2
2008-04-29cgroups: add an owner to the mm_structBalbir Singh-0/+1
2008-04-29exec: remove argv_len from struct linux_binprmTetsuo Handa-3/+0
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro-12/+6
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro-16/+18
2008-03-03Allow ARG_MAX execve string space even with a small stack limitLinus Torvalds-1/+9
2008-02-14Introduce path_put()Jan Blunck-2/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck-2/+2
2008-02-08Allow executables larger than 2GBAndi Kleen-2/+3
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells-1/+1
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov-20/+2
2008-02-05exec: rework the group exit and fix the race with killOleg Nesterov-9/+4
2008-02-05get_task_comm(): return the resultAndrew Morton-1/+2
2007-11-28vfs: coredumping fixIngo Molnar-0/+6
2007-11-12core dump: remain dumpableRoland McGrath-2/+4
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov-2/+2