string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / fs / exec.c
2009-12-15 john stultzprocfs: allow threads to rename siblings via /proc...
2009-12-03 James MorrisMerge branch 'master' into next
2009-11-12 Anton Blanchardexec: setup_arg_pages() fails to return errors
2009-10-25 Mimi ZoharLSM: imbed ima calls in the security hooks
2009-09-24 Hiroshi Shimamototask_struct cleanup: move binfmt field to mm_struct
2009-09-24 Oleg Nesterovexec: fix set_binfmt() vs sys_delete_module() race
2009-09-24 Neil Hormanexec: allow do_coredump() to wait for user space pipe...
2009-09-24 Neil Hormanexec: let do_coredump() limit the number of concurrent...
2009-09-24 Neil Hormanexec: make do_coredump() more resilient to recursive...
2009-09-23 Stefani Seiboldprocfs: provide stack information for threads
2009-09-23 Jiri Pirkogetrusage: fill ru_maxrss value
2009-09-21 Ingo Molnarperf: Do the big rename: Performance Counters -> Perfor...
2009-09-05 Oleg Nesterovexec: do not sleep in TASK_TRACED under ->cred_guard_mutex
2009-08-24 Mimi Zoharkernel_read: redefine offset type
2009-07-06 Oleg Nesterovcred_guard_mutex: do not return -EINTR to user-space
2009-06-11 Linus TorvaldsMerge branch 'perfcounters-for-linus' of git://git...
2009-05-22 James MorrisMerge branch 'master' into next
2009-05-21 Mimi Zoharintegrity: path_check update
2009-05-18 Ingo MolnarMerge commit 'v2.6.30-rc6' into perfcounters/core
2009-05-10 David HowellsCRED: Rename cred_exec_mutex to reflect that it's a...
2009-05-09 Al ViroSwitch open_exec() and sys_uselib() to do_open_filp()
2009-05-09 Al ViroMake open_exec() and sys_uselib() use may_open(), inste...
2009-05-02 Ivan Kokshayskyalpha: binfmt_aout fix
2009-04-29 Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-04-24 Oleg Nesterovcheck_unsafe_exec: s/lock_task_sighand/rcu_read_lock/
2009-04-24 Oleg Nesterovdo_execve() must not clear fs->in_exec if it was set...
2009-04-08 Peter Zijlstraperf_counter: track task-comm data
2009-04-06 Ingo MolnarMerge branch 'linus' into perfcounters/core-v2
2009-04-01 Al ViroGet rid of indirect include of fs_struct.h
2009-04-01 Al Virocheck_unsafe_exec() doesn't care about signal handlers...
2009-04-01 Al ViroNew locking/refcounting for fs_struct
2009-03-29 Hugh Dickinsfix setuid sometimes doesn't
2009-03-23 James MorrisMerge branch 'master' into next
2009-02-12 Kentaro TakedaAdd in_execve flag into task_struct.
2009-02-11 Ingo MolnarMerge commit 'v2.6.29-rc4' into perfcounters/core
2009-02-06 David HowellsCRED: Fix SUID exec regression
2009-02-06 James MorrisMerge branch 'master' into next
2009-02-05 Mimi Zoharintegrity: IMA hooks
2009-01-21 Ingo MolnarMerge commit 'v2.6.29-rc2' into perfcounters/core
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 27
2009-01-11 Ingo MolnarMerge commit 'v2.6.29-rc1' into perfcounters/core
2009-01-06 WANG Congfs/exec.c: make do_coredump() void
2009-01-06 Tetsuo Handado_coredump(): check return from argv_split()
2009-01-06 Luiz Fernando N... fs/exec.c:__bprm_mm_init(): clean up error handling
2009-01-05 Eric Parissys_execve and sys_uselib do not call into fsnotify
2009-01-03 Al Viroget rid of special-casing the /sbin/loader on alpha
2008-12-31 Christoph Hellwigkill vfs_permission
2008-12-31 Linus TorvaldsMerge branch 'timers-core-for-linus' of git://git....
2008-12-29 Ingo MolnarMerge branch 'linus' into timers/hrtimers
2008-12-29 Ingo MolnarMerge branch 'linus' into perfcounters/core
2008-12-25 James MorrisMerge branch 'next' into for-linus
2008-12-16 Ingo Molnarperfcounters: flush on setuid exec
2008-12-12 Oleg Nesterovposix-timers: simplify de_thread()->exit_itimers()...
2008-12-10 Roland McGrathtracehook: exec double-reporting fix
2008-11-13 David HowellsCRED: Make execve() take advantage of copy-on-write...
2008-11-13 David HowellsCRED: Inaugurate COW credentials
2008-11-13 David HowellsCRED: Wrap current->cred and a few other accessors
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-11-13 David HowellsCRED: Wrap task credential accesses in the filesystem...
2008-10-20 Oleg Nesterovcoredump: format_corename: don't append .%pid if multi...
2008-10-16 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2008-10-16 Oleg Nesterovpid_ns: de_thread: kill the now unneeded ->child_reaper...
2008-10-16 Kirill A. Shutemovalpha: introduce field 'taso' into struct linux_binprm
2008-10-16 Jason Baronexec.c, compat.c: fix count(), compat_count() bounds...
2008-10-16 Johannes Bergremove CONFIG_KMOD from fs
2008-09-29 Balbir Singhmm owner: fix race between swapoff and exit
2008-07-28 Hugh Dickinsexec: include pagemap.h again to fix build
2008-07-27 Al Viro[PATCH] get rid of __user_path_lookup_open
2008-07-27 Al Viro[PATCH] take noexec checks to very few callers that...
2008-07-27 Christoph HellwigRe: [PATCH 3/6] vfs: open_exec cleanup
2008-07-27 Al Viro[PATCH] pass MAY_OPEN to vfs_permission() explicitly
2008-07-26 Roland McGrathtracehook: exec
2008-07-25 Oleg Nesterovcoredump: format_corename: fix the "core_uses_pid"...
2008-07-25 Oleg Nesterovcoredump: kill mm->core_done
2008-07-25 Oleg Nesterovcoredump: construct the list of coredumping threads...
2008-07-25 Oleg Nesterovcoredump: make mm->core_state visible to ->core_dump()
2008-07-25 Oleg Nesterovcoredump: turn core_state->nr_threads into atomic_t
2008-07-25 Oleg Nesterovcoredump: simplify core_state->nr_threads calculation
2008-07-25 Oleg Nesterovcoredump: move mm->core_waiters into struct core_state
2008-07-25 Oleg Nesterovcoredump: turn mm->core_startup_done into the pointer...
2008-07-25 Oleg Nesterovcoredump: zap_threads() must skip kernel threads
2008-07-25 Oleg Nesterovintroduce PF_KTHREAD flag
2008-07-25 Oleg Nesterovcoredump: zap_threads: comments && use while_each_thread()
2008-07-25 Hugh Dickinsexec: remove some includes
2008-07-24 Jan Beulichmm: remove double indirection on tlb parameter to free_...
2008-07-10 Hugh Dickinsexec: fix stack excutability without PT_GNU_STACK
2008-06-16 David WoodhouseInclude <asm/a.out.h> in fs/exec.c only for Alpha.
2008-05-26 Oleg Nesterovposix timers: discard SI_TIMER signals on exec
2008-05-16 Al Viro[PATCH] get rid of leak in compat_execve()
2008-05-13 KOSAKI Motohiromemcg: fix possible panic when CONFIG_MM_OWNER=y
2008-05-01 Al Viro[PATCH] split linux/file.h
2008-04-30 Oleg Nesterovdocument de_thread() with exit_notify() connection
2008-04-30 Oleg Nesterovsignals: de_thread: simplify the ->child_reaper switching
2008-04-29 Matt Helsleyprocfs task exe symlink
2008-04-29 Balbir Singhcgroups: add an owner to the mm_struct
2008-04-29 Tetsuo Handaexec: remove argv_len from struct linux_binprm
2008-04-25 Al Viro[PATCH] sanitize unshare_files/reset_files_struct
2008-04-25 Al Viro[PATCH] sanitize handling of shared descriptor tables...
2008-03-03 Linus TorvaldsAllow ARG_MAX execve string space even with a small...
2008-02-15 Jan BlunckIntroduce path_put()
next