aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-29mm owner: fix race between swapoff and exitGravatar Balbir Singh 1-1/+1
2008-07-28exec: include pagemap.h again to fix buildGravatar Hugh Dickins 1-0/+1
2008-07-26[PATCH] get rid of __user_path_lookup_openGravatar Al Viro 1-4/+10
2008-07-26[PATCH] take noexec checks to very few callers that careGravatar Al Viro 1-0/+7
2008-07-26Re: [PATCH 3/6] vfs: open_exec cleanupGravatar Christoph Hellwig 1-28/+30
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyGravatar Al Viro 1-2/+2
2008-07-26tracehook: execGravatar Roland McGrath 1-8/+4
2008-07-25coredump: format_corename: fix the "core_uses_pid" logicGravatar Oleg Nesterov 1-8/+5
2008-07-25coredump: kill mm->core_doneGravatar Oleg Nesterov 1-3/+22
2008-07-25coredump: construct the list of coredumping threads at startup timeGravatar Oleg Nesterov 1-0/+2
2008-07-25coredump: make mm->core_state visible to ->core_dump()Gravatar Oleg Nesterov 1-7/+7
2008-07-25coredump: turn core_state->nr_threads into atomic_tGravatar Oleg Nesterov 1-1/+1
2008-07-25coredump: simplify core_state->nr_threads calculationGravatar Oleg Nesterov 1-17/+16
2008-07-25coredump: move mm->core_waiters into struct core_stateGravatar Oleg Nesterov 1-10/+11
2008-07-25coredump: turn mm->core_startup_done into the pointer to struct core_stateGravatar Oleg Nesterov 1-4/+4
2008-07-25coredump: zap_threads() must skip kernel threadsGravatar Oleg Nesterov 1-2/+3
2008-07-25introduce PF_KTHREAD flagGravatar Oleg Nesterov 1-0/+1
2008-07-25coredump: zap_threads: comments && use while_each_thread()Gravatar Oleg Nesterov 1-7/+32
2008-07-25exec: remove some includesGravatar Hugh Dickins 1-4/+2
2008-07-24mm: remove double indirection on tlb parameter to free_pgd_range() & CoGravatar Jan Beulich 1-2/+2
2008-07-10exec: fix stack excutability without PT_GNU_STACKGravatar Hugh Dickins 1-1/+1
2008-06-16Include <asm/a.out.h> in fs/exec.c only for Alpha.Gravatar David Woodhouse 1-2/+6
2008-05-26posix timers: discard SI_TIMER signals on execGravatar Oleg Nesterov 1-0/+1
2008-05-16[PATCH] get rid of leak in compat_execve()Gravatar Al Viro 1-4/+8
2008-05-13memcg: fix possible panic when CONFIG_MM_OWNER=yGravatar KOSAKI Motohiro 1-1/+1
2008-05-01[PATCH] split linux/file.hGravatar Al Viro 1-0/+1
2008-04-30document de_thread() with exit_notify() connectionGravatar Oleg Nesterov 1-1/+1
2008-04-30signals: de_thread: simplify the ->child_reaper switchingGravatar Oleg Nesterov 1-13/+2
2008-04-29procfs task exe symlinkGravatar Matt Helsley 1-0/+2
2008-04-29cgroups: add an owner to the mm_structGravatar Balbir Singh 1-0/+1
2008-04-29exec: remove argv_len from struct linux_binprmGravatar Tetsuo Handa 1-3/+0
2008-04-25[PATCH] sanitize unshare_files/reset_files_structGravatar Al Viro 1-12/+6
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Gravatar Al Viro 1-16/+18
2008-03-03Allow ARG_MAX execve string space even with a small stack limitGravatar Linus Torvalds 1-1/+9
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-2/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-2/+2
2008-02-08Allow executables larger than 2GBGravatar Andi Kleen 1-2/+3
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTGravatar David Howells 1-1/+1
2008-02-08ITIMER_REAL: convert to use struct pidGravatar Oleg Nesterov 1-20/+2
2008-02-05exec: rework the group exit and fix the race with killGravatar Oleg Nesterov 1-9/+4
2008-02-05get_task_comm(): return the resultGravatar Andrew Morton 1-1/+2
2007-11-28vfs: coredumping fixGravatar Ingo Molnar 1-0/+6
2007-11-12core dump: remain dumpableGravatar Roland McGrath 1-2/+4
2007-10-19Isolate some explicit usage of task->tgidGravatar Pavel Emelyanov 1-2/+2
2007-10-19pid namespaces: changes to show virtual ids to userGravatar Pavel Emelyanov 1-2/+2
2007-10-19pid namespaces: use task_pid() to find leader's pidGravatar Sukadev Bhattiprolu 1-1/+1
2007-10-19pid namespaces: rename child_reaper() functionGravatar Sukadev Bhattiprolu 1-1/+1
2007-10-19pid namespaces: define and use task_active_pid_ns() wrapperGravatar Sukadev Bhattiprolu 1-1/+1
2007-10-19setup vma->vm_page_prot by vm_get_page_prot()Gravatar Coly Li 1-1/+1
2007-10-17security/ cleanupsGravatar Adrian Bunk 1-2/+0