summaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)Author
2002-12-29[PATCH] more obsolete module API fixesChristoph Hellwig
2002-12-29[PATCH] avoid deprecated module functions in core codeChristoph Hellwig
2002-12-14[PATCH] threaded coredumps, tcore-fixes-2.5.51-A0Ingo Molnar
2002-12-05[PATCH] setup_arg_pages. ARCH_STACK_GROWSUPRusty Russell
2002-12-01[PATCH] tcore-fixes-2.5.50-E6Ingo Molnar
2002-11-26LSM: change if statements into something more readable for the fs/* files.Greg Kroah-Hartman
2002-11-23MergeGreg Kroah-Hartman
2002-11-17[PATCH] dcache usage cleanupsManeesh Soni
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig
2002-11-07[PATCH] exec.c uClinux bitsChristoph Hellwig
2002-11-07[PATCH] CONFIG_STACK_GROWSUPMatthew Wilcox
2002-11-05MergeLinus Torvalds
2002-11-05[PATCH] thread-aware coredumps, 2.5.43-C3Ingo Molnar
2002-10-31[PATCH] start anon pages on the active list (properly this time)Andrew Morton
2002-10-17LSM: change all security bprm related calls to the new format.Greg Kroah-Hartman
2002-10-16LSM: add #include <linux/security.h> to a lot of files as they all have secur...Greg Kroah-Hartman
2002-10-12"tv_sec" is unsigned long.Linus Torvalds
2002-10-12[PATCH] configurable corenameAlan Cox
2002-10-03Merge toomuch.toronto.redhat.com:/md0/linus-2.5Benjamin LaHaise
2002-09-29[PATCH] fix uninitialised vma list_headAndrew Morton
2002-09-28[PATCH] atomic-thread-signalsIngo Molnar
2002-09-24Merge toomuch.toronto.redhat.com:/md0/linux-2.5Benjamin LaHaise
2002-09-24several updates for testing aio_{read,write}Benjamin LaHaise
2002-09-22[PATCH] pidhash cleanups, tgid-2.5.38-F3Ingo Molnar
2002-09-19[PATCH] generic-pidhash-2.5.36-J2, BK-currIngo Molnar
2002-09-15[PATCH] thread-exec-fix-2.5.35-A5, BK-currIngo Molnar
2002-09-15[PATCH] thread exec fix, BK-currIngo Molnar
2002-09-14Use CLONE_KERNEL for the common kernel thread flags.Linus Torvalds
2002-09-14[PATCH] thread-exec-2.5.34-B1, BK-currIngo Molnar
2002-09-12[PATCH] sys_exit() threading improvements, BK-currIngo Molnar
2002-09-10[PATCH] sys_exit_group(), threading, 2.5.34Ingo Molnar
2002-09-08[PATCH] Re: pinpointed: PANIC caused by dequeue_signal() in current LinusIngo Molnar
2002-09-07[PATCH] shared thread signalsIngo Molnar
2002-08-27[PATCH] More support for upward growing stacksMatthew Wilcox
2002-08-13[PATCH] random fixesAndrew Morton
2002-08-10[PATCH] copy_strings speedupAndrew Morton
2002-07-28[PATCH] strict overcommitAndrew Morton
2002-07-19LSM: Enable the security framework. This includes basic task control hooks.Greg Kroah-Hartman
2002-07-18[PATCH] minimal rmapAndrew Morton
2002-05-28Allocate new mm_struct for execve() early, so that we haveLinus Torvalds
2002-05-28Remove re-use of "struct mm_struct" at execve() time.Linus Torvalds
2002-05-28[PATCH] TLB shootdown infrastructure in 2.5Anton Blanchard
2002-05-21[PATCH] split namei.h out of fs.hChristoph Hellwig
2002-04-21[PATCH] clean up fs_exec.cRusty Russell
2002-03-10Merge bk://lia64.bkbits.net/to-linus-2.5Linus Torvalds
2002-03-08Fix two typos in comments.David Mosberger
2002-03-07[PATCH] execve TGID dethreading bug fixDavid Howells
2002-03-01[PATCH] path_lookup()Alexander Viro
2002-03-01[PATCH] removal of LOOKUP_POSITIVEAlexander Viro
2002-02-19adds simple support for atomically-mapped PTEs. On highmem systems this enabl...Ingo Molnar