summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2003-02-27Avoid memory leak on fork() failure path.Linus Torvalds
2003-02-25[PATCH] Spelling fixes: don'tMichael Hayes
2003-02-25[PATCH] Spelling fixes: doesn'tMichael Hayes
2003-02-20We don't need to wait for task in-activity in release_task() any more,Linus Torvalds
2003-02-20Fix x86 "switch_to()" to properly set the previous task information,Linus Torvalds
2003-02-17[PATCH] POSIX clocks & timersGeorge Anzinger
2003-02-14Fix futex compile breakage introduced by the compat code.Linus Torvalds
2003-02-07Hand mergeDaniel Jacobowitz
2003-02-06Split up "struct signal_struct" into "signal" and "sighand" parts.Linus Torvalds
2003-02-06Hand-merge with Ingo's changesDaniel Jacobowitz
2003-02-06Add PTRACE_O_TRACEVFORKDONE and PTRACE_O_TRACEEXIT facilities.Daniel Jacobowitz
2003-02-05[PATCH] signal-fixes-2.5.59-A4Ingo Molnar
2003-02-04Use force_sig_specific to send SIGSTOP to newly-created CLONE_PTRACE processes.Daniel Jacobowitz
2003-02-03[PATCH] use 64 bit jiffies: 64-bit process start timeTim Schmielau
2003-01-14[PATCH] Create a per-cpu proces counter for /proc reportingAndrew Morton
2003-01-10[PATCH] turn i_shared_lock into a semaphoreAndrew Morton
2003-01-09Fix exec_mmap() to release the MM while we still have it active,Linus Torvalds
2003-01-07[PATCH] AIO exit fixAndrew Morton
2002-12-29[PATCH] remove task_struct.swappableAndrew Morton
2002-12-29[PATCH] Don't cacheline-align vm_area_structAndrew Morton
2002-12-29[PATCH] avoid deprecated module functions in core codeChristoph Hellwig
2002-12-14[PATCH] Don't inherit mm->def_flags across forksAndrew Morton
2002-12-01[PATCH] tcore-fixes-2.5.50-E6Ingo Molnar
2002-11-26LSM: change if statements into something more readable for the kernel.* files.Greg Kroah-Hartman
2002-11-25Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman
2002-11-25[PATCH] shrink task_struct by removing per_cpu utime and stimeAndrew Morton
2002-11-23MergeGreg Kroah-Hartman
2002-11-20[PATCH] threading enhancements, tid-2.5.48-C0Ingo Molnar
2002-11-17[PATCH] dup_mmap tiny optimizationLuca Barbieri
2002-11-16[PATCH] threading fix, tid-2.5.47-A3Ingo Molnar
2002-11-16Make sure we clean user_tid when we've released theLinus Torvalds
2002-11-16[PATCH] fork.c bits for uClinuxChristoph Hellwig
2002-11-05MergeLinus Torvalds
2002-11-05[PATCH] thread-aware coredumps, 2.5.43-C3Ingo Molnar
2002-10-31Merge bk://nevyn.them.org:5000Linus Torvalds
2002-10-31[PATCH] speedup heuristic for get_unmapped_areaAndrew Morton
2002-10-31Merge nevyn.them.org:/nevyn/big/kernel/test/linux-2.5-trace2Daniel Jacobowitz
2002-10-29[PATCH] hot-n-cold pages: bulk page freeingAndrew Morton
2002-10-29Merge nevyn.them.org:/nevyn/big/kernel/test/linux-2.5-trace2Daniel Jacobowitz
2002-10-28Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman
2002-10-28[PATCH] thread-aware oom-killerAndrew Morton
2002-10-26MergeDaniel Jacobowitz
2002-10-17LSM: convert over the remaining security calls to the new format.Greg Kroah-Hartman
2002-10-08[PATCH] tidy for the max_thread stuff from the kernel listAlan Cox
2002-10-06[PATCH] sane minimum proc countAlan Cox
2002-09-29[PATCH] fix uninitialised vma list_headAndrew Morton
2002-09-28[PATCH] atomic-thread-signalsIngo Molnar
2002-09-26[PATCH] virtual => physical page mapping cacheIngo Molnar
2002-09-25[PATCH] prepare_to_wait/finish_wait sleep/wakeup APIAndrew Morton
2002-09-22[PATCH] de-xchg fork.cIngo Molnar