summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2004-06-12[PATCH] dup_mmap() memory accounting fixAndrew Morton
2004-06-08[PATCH] dup_mmap() double memory accountingOleg Nesterov
2004-06-03[PATCH] Add the sixth arg to the sys_futex() prototype.Andrew Morton
2004-05-23[PATCH] pa-risc: kernel/fork.c broken by the new rmapJames Bottomley
2004-05-22[PATCH] rmap 39 add anon_vma rmapAndrew Morton
2004-05-22[PATCH] rmap 38 remove anonmm rmapAndrew Morton
2004-05-22[PATCH] rmap 22 flush_dcache_mmap_lockAndrew Morton
2004-05-22[PATCH] rmap 16: pretend prio_treeAndrew Morton
2004-05-22[PATCH] small numa api fixupsAndrew Morton
2004-05-22[PATCH] numa api: Add VMA hooks for policyAndrew Morton
2004-05-22[PATCH] Convert i_shared_sem back to a spinlockAndrew Morton
2004-05-22[PATCH] rmap 10 add anonmm rmapAndrew Morton
2004-05-22[PATCH] slab: consolidate panic codeAndrew Morton
2004-05-14[PATCH] Revisited: ia64-cpu-hotplug-cpu_present.patchAndrew Morton
2004-05-14[PATCH] filtered wakeupsAndrew Morton
2004-05-09[PATCH] Move migrate_all_tasks to CPU_DEAD handlingAndrew Morton
2004-05-09[PATCH] sched: balance-on-cloneAndrew Morton
2004-04-30[PATCH] task_struct alignment fixAndrew Morton
2004-04-12[PATCH] do_fork() error path memory leakAndrew Morton
2004-04-11[PATCH] fix posix-timers to have proper per-process scopeAndrew Morton
2004-04-11[PATCH] Light-weight Auditing FrameworkAndrew Morton
2004-04-11[PATCH] fork vma ordering during forkAndrew Morton
2004-04-11[PATCH] eliminate nswap and cnswapAndrew Morton
2004-04-11[PATCH] slab: updates for per-arch alignmentsAndrew Morton
2004-04-11[PATCH] move job control fields from task_struct to signal_structAndrew Morton
2004-04-11[PATCH] posix message queues: code moveAndrew Morton
2004-03-07[PATCH] vma corruption fixAndrew Morton
2004-03-06[PATCH] fastcall / regparm fixesAndrew Morton
2004-02-24[PATCH] add syscalls.hAndrew Morton
2004-02-18[PATCH] NGROUPS 2.6.2rc2 + fixupsAndrew Morton
2004-02-03[PATCH] Fix more gcc 3.4 warningsAndrew Morton
2004-01-19[PATCH] Remove CLONE_DETACHEDAndrew Morton
2004-01-18[PATCH] Use for_each_cpu() Where It's Meant To BeAndrew Morton
2004-01-18[PATCH] CPU scheduler cleanupAndrew Morton
2004-01-18[PATCH] bdev: move i_mapping -> f_mapping conversionsAndrew Morton
2004-01-07Fix subtle fork() race that Ingo noticed.Linus Torvalds
2003-12-29[PATCH] unshare_filesAndrew Morton
2003-12-13More subtle SMP bugs in prepare_to_wait()/finish_wait(). Linus Torvalds
2003-12-11Fix subtle bug in "finish_wait()", which can cause kernel stackLinus Torvalds
2003-11-24Fix error return on concurrent fork() with threaded exit()Linus Torvalds
2003-10-09Revert the process group accessor functions. They are buggy, andLinus Torvalds
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo
2003-10-04[PATCH] move job control fields from task_struct toAndrew Morton
2003-09-21[PATCH] shared signals require shared VMAlbert Cahalan
2003-09-21[PATCH] Handle init_new_context failuresAndrew Morton
2003-09-21[PATCH] scheduler infrastructureAndrew Morton
2003-09-21[PATCH] Fix setpgid and threadsAndrew Morton
2003-08-31[PATCH] add context switch countersAndrew Morton
2003-08-20[PATCH] fix /proc mm_struct refcounting bugAndrew Morton
2003-08-18[PATCH] cpumask_t: allow more than BITS_PER_LONG CPUsAndrew Morton