summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-181-2/+2
|\
| * fs: fs_struct rwlock to spinlockNick Piggin2010-08-181-2/+2
* | Make do_execve() take a const filename pointerDavid Howells2010-08-171-10/+11
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-101-2/+2
|\
| * fsnotify: pass a file instead of an inode to open, read, and writeEric Paris2010-07-281-2/+2
* | Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds2010-08-071-7/+0
|\ \
| * | do_coredump: Do not take BKLArnd Bergmann2010-07-101-7/+0
| |/
* | perf: Add non-exec mmap() trackingEric B Munson2010-06-091-0/+1
|/
* exit: avoid sig->count in de_thread/__exit_signal synchronizationOleg Nesterov2010-05-271-6/+5
* coredump: shift down_write(mmap_sem) into coredump_wait()Oleg Nesterov2010-05-271-12/+7
* coredump: factor out put_cred() callsOleg Nesterov2010-05-271-10/+6
* coredump: cleanup "ispipe" codeOleg Nesterov2010-05-271-22/+17
* coredump: factor out the not-ispipe file checksOleg Nesterov2010-05-271-32/+31
* exec: replace call_usermodehelper_pipe with use of umh init function and reso...Neil Horman2010-05-271-7/+56
* mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Mel Gorman2010-05-251-1/+6
* revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2010-05-111-2/+0
* coredump: suppress uid comparison test if core output files are pipesNeil Horman2010-03-061-1/+2
* coredump: set ->group_exit_code for other CLONE_VM tasks tooOleg Nesterov2010-03-061-4/+4
* coredump: pass mm->flags as a coredump parameter for consistencyMasami Hiramatsu2010-03-061-4/+16
* exec: create initial stack independent of PAGE_SIZEMichael Neuling2010-03-061-3/+1
* fs: use rlimit helpersJiri Slaby2010-03-061-4/+4
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-061-2/+4
* mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki2010-03-061-0/+1
* fs/exec.c: fix initial stack reservationMichael Neuling2010-02-221-1/+0
* fs/exec.c: restrict initial stack space expansion to rlimitMichael Neuling2010-02-111-2/+19
* Fix 'flush_old_exec()/setup_new_exec()' splitLinus Torvalds2010-02-021-5/+5
* Split 'flush_old_exec' into two functionsLinus Torvalds2010-01-291-10/+16
* mm: introduce coredump parameter structureMasami Hiramatsu2009-12-171-17/+21
* do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov2009-12-171-0/+2
* procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz2009-12-151-0/+9
* Merge branch 'master' into nextJames Morris2009-12-031-5/+3
|\
| * exec: setup_arg_pages() fails to return errorsAnton Blanchard2009-11-121-5/+3
* | LSM: imbed ima calls in the security hooksMimi Zohar2009-10-251-4/+0
|/
* task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto2009-09-241-4/+6
* exec: fix set_binfmt() vs sys_delete_module() raceOleg Nesterov2009-09-241-9/+5
* exec: allow do_coredump() to wait for user space pipe readers to completeNeil Horman2009-09-241-0/+26
* exec: let do_coredump() limit the number of concurrent dumps to pipesNeil Horman2009-09-241-5/+18
* exec: make do_coredump() more resilient to recursive crashesNeil Horman2009-09-241-22/+23
* procfs: provide stack information for threadsStefani Seibold2009-09-231-0/+2
* getrusage: fill ru_maxrss valueJiri Pirko2009-09-231-0/+3
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-3/+3
* exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov2009-09-051-25/+38
* kernel_read: redefine offset typeMimi Zohar2009-08-241-2/+2
* cred_guard_mutex: do not return -EINTR to user-spaceOleg Nesterov2009-07-061-2/+2
* Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-111-0/+9
|\
| * Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-181-57/+29
| |\
| * \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-291-13/+12
| |\ \
| * | | perf_counter: track task-comm dataPeter Zijlstra2009-04-081-0/+1
| * | | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-061-12/+40
| |\ \ \
| * \ \ \ Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar2009-02-111-6/+22
| |\ \ \ \
OpenPOWER on IntegriCloud