UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / fs / exec.c
2011-03-28 Scott James RemnantUBUNTU: SAUCE: (no-up) trace: add trace events for...
2011-02-03 Namhyung Kimvfs: sparse: add __FMODE_EXEC
2010-12-15 Tavis Ormandyinstall_special_mapping skips security_file_mmap check.
2010-12-01 Oleg Nesterovexec: copy-and-paste the fixes into compat_do_execve...
2010-12-01 Oleg Nesterovexec: make argv/envp memory visible to oom-killer
2010-10-28 KOSAKI Motohiroexec: don't turn PF_KTHREAD off when a target command...
2010-10-28 Xiaotian Fengcore_pattern: fix truncation by core_pattern handler...
2010-10-28 KOSAKI Motohirosignals: move cred_guard_mutex from task_struct to...
2010-10-26 Ying Hanoom: add per-mm oom disable count
2010-10-15 Linus TorvaldsExport dump_{write,seek} to binary loader modules
2010-10-14 Linus TorvaldsUn-inline the core-dump helper functions
2010-09-10 Roland McGrathexecve: make responsive to SIGKILL with large arguments
2010-09-10 Roland McGrathexecve: improve interactivity with large arguments
2010-09-10 Roland McGrathsetup_arg_pages: diagnose excessive argument size
2010-08-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-18 Nick Pigginfs: fs_struct rwlock to spinlock
2010-08-18 David HowellsMake do_execve() take a const filename pointer
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git.infradead.org...
2010-08-08 Linus TorvaldsMerge branch 'bkl/core' of git://git./linux/kernel...
2010-07-28 Eric Parisfsnotify: pass a file instead of an inode to open,...
2010-07-09 Arnd Bergmanndo_coredump: Do not take BKL
2010-06-09 Eric B Munsonperf: Add non-exec mmap() tracking
2010-05-27 Oleg Nesterovexit: avoid sig->count in de_thread/__exit_signal synch...
2010-05-27 Oleg Nesterovcoredump: shift down_write(mmap_sem) into coredump_wait()
2010-05-27 Oleg Nesterovcoredump: factor out put_cred() calls
2010-05-27 Oleg Nesterovcoredump: cleanup "ispipe" code
2010-05-27 Oleg Nesterovcoredump: factor out the not-ispipe file checks
2010-05-27 Neil Hormanexec: replace call_usermodehelper_pipe with use of...
2010-05-25 Mel Gormanmm: migration: avoid race between shift_arg_pages(...
2010-05-12 Robin Holtrevert "procfs: provide stack information for threads...
2010-03-06 Neil Hormancoredump: suppress uid comparison test if core output...
2010-03-06 Oleg Nesterovcoredump: set ->group_exit_code for other CLONE_VM...
2010-03-06 Masami Hiramatsucoredump: pass mm->flags as a coredump parameter for...
2010-03-06 Michael Neulingexec: create initial stack independent of PAGE_SIZE
2010-03-06 Jiri Slabyfs: use rlimit helpers
2010-03-06 Rik van Rielmm: change anon_vma linking to fix multi-process server...
2010-03-06 KAMEZAWA Hiroyukimm: avoid false sharing of mm_counter
2010-02-23 Michael Neulingfs/exec.c: fix initial stack reservation
2010-02-11 Michael Neulingfs/exec.c: restrict initial stack space expansion to...
2010-02-02 Linus TorvaldsFix 'flush_old_exec()/setup_new_exec()' split
2010-01-29 Linus TorvaldsSplit 'flush_old_exec' into two functions
2009-12-17 Masami Hiramatsumm: introduce coredump parameter structure
2009-12-17 Oleg Nesterovdo_wait() optimization: do not place sub-threads on...
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
next