aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAge
* Merge branch 'linux-preempt-rt' into wip-merge-preempt-2.6.33-rtAndrea Bastoni2010-05-31
|\
| * Merge stable/linux-2.6.33.y into rt/2.6.33Thomas Gleixner2010-05-31
| |\
| | * revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2010-05-26
| * | Merge branch 'master' ofThomas Gleixner2010-04-02
| |\|
| | * coredump: suppress uid comparison test if core output files are pipesNeil Horman2010-04-01
| * | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tor...Thomas Gleixner2010-02-23
| |\|
| | * fs/exec.c: fix initial stack reservationMichael Neuling2010-02-22
| * | Forward to 2.6.33-rc8Thomas Gleixner2010-02-21
| |\|
| | * fs/exec.c: restrict initial stack space expansion to rlimitMichael Neuling2010-02-11
| | * Fix 'flush_old_exec()/setup_new_exec()' splitLinus Torvalds2010-02-02
| | * Split 'flush_old_exec' into two functionsLinus Torvalds2010-01-29
| | * mm: introduce coredump parameter structureMasami Hiramatsu2009-12-17
| | * do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov2009-12-17
| | * procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz2009-12-15
| | * Merge branch 'master' into nextJames Morris2009-12-03
| | |\
| | * | LSM: imbed ima calls in the security hooksMimi Zohar2009-10-25
| * | | Merge commit 'v2.6.31' into rt/headThomas Gleixner2009-09-14
| |\ \ \
| * \ \ \ Merge branch 'rt/base' into rt/headThomas Gleixner2009-08-25
| |\ \ \ \
| * | | | | mm: realtime supportIngo Molnar2009-07-29
| * | | | | fs/block: preempt-rt supportIngo Molnar2009-07-29
* | | | | | [ported from 2008.3] Add File Descriptor Attached Shared Objects (FDSO) infra...Andrea Bastoni2010-05-29
| |_|_|_|/ |/| | | |
* | | | | exec: setup_arg_pages() fails to return errorsAnton Blanchard2009-11-12
| |_|_|/ |/| | |
* | | | task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto2009-09-24
* | | | exec: fix set_binfmt() vs sys_delete_module() raceOleg Nesterov2009-09-24
* | | | exec: allow do_coredump() to wait for user space pipe readers to completeNeil Horman2009-09-24
* | | | exec: let do_coredump() limit the number of concurrent dumps to pipesNeil Horman2009-09-24
* | | | exec: make do_coredump() more resilient to recursive crashesNeil Horman2009-09-24
* | | | procfs: provide stack information for threadsStefani Seibold2009-09-23
* | | | getrusage: fill ru_maxrss valueJiri Pirko2009-09-23
* | | | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-21
| |_|/ |/| |
* | | exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov2009-09-05
| |/ |/|
* | kernel_read: redefine offset typeMimi Zohar2009-08-24
|/
* cred_guard_mutex: do not return -EINTR to user-spaceOleg Nesterov2009-07-06
* Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-11
|\
| * Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-18
| |\
| * \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-29
| |\ \
| * | | perf_counter: track task-comm dataPeter Zijlstra2009-04-08
| * | | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-06
| |\ \ \
| * \ \ \ Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar2009-02-11
| |\ \ \ \
| * \ \ \ \ Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar2009-01-21
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar2009-01-10
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2008-12-29
| |\ \ \ \ \ \ \
| * | | | | | | | perfcounters: flush on setuid execIngo Molnar2008-12-16
* | | | | | | | | Merge branch 'master' into nextJames Morris2009-05-22
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Switch open_exec() and sys_uselib() to do_open_filp()Al Viro2009-05-09
| * | | | | | | | Make open_exec() and sys_uselib() use may_open(), instead of duplicating its ...Al Viro2009-05-09
* | | | | | | | | integrity: path_check updateMimi Zohar2009-05-21
* | | | | | | | | CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells2009-05-10
|/ / / / / / / /
* | | | | | | / alpha: binfmt_aout fixIvan Kokshaysky2009-05-02
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/Oleg Nesterov2009-04-24