aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2008-01-30KVM: Disallow fork() and similar games when using a VMAvi Kivity
2008-01-28kernel: add CLONE_IO to specifically request sharing of IO contextsJens Axboe
2008-01-28io context sharing: preliminary supportJens Axboe
2008-01-28ioprio: move io priority from task_struct to io_contextJens Axboe
2008-01-25sched: latencytop supportArjan van de Ven
2008-01-25sched: rt group schedulingPeter Zijlstra
2008-01-25Preempt-RCU: implementationPaul E. McKenney
2008-01-25sched: add RT-balance cpu-weightGregory Haskins
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar
2007-12-05fix clone(CLONE_NEWPID)Eric W. Biederman
2007-11-09sched: fix copy_namespace() <-> sched_fork() dependency in do_forkSrivatsa Vaddagiri
2007-10-30sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh
2007-10-29sched: keep utime/stime monotonicPeter Zijlstra
2007-10-19Uninline fork.c/exit.cAlexey Dobriyan
2007-10-19kernel/fork.c: remove unneeded variable initialization in copy_process()Mariusz Kozlowski
2007-10-19Isolate the explicit usage of signal->pgrpPavel Emelyanov
2007-10-19Fix tsk->exit_state usageEugene Teo
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov
2007-10-19pid namespaces: initialize the namespace's proc_mntPavel Emelyanov
2007-10-19pid namespaces: allow cloning of new namespacePavel Emelyanov
2007-10-19pid namespaces: move alloc_pid() lower in copy_process()Pavel Emelyanov
2007-10-19pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upidPavel Emelyanov
2007-10-19Make access to task's nsproxy lighterPavel Emelyanov
2007-10-19pid namespaces: move alloc_pid() to copy_process()Sukadev Bhattiprolu
2007-10-19pid namespaces: round up the APIPavel Emelianov
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage
2007-10-19Task Control Groups: shared cgroup subsystem group arraysPaul Menage
2007-10-19Task Control Groups: add fork()/exit() hooksPaul Menage
2007-10-18Add scaled time to taskstats based process accountingMichael Neuling
2007-10-18whitespace fixes: forkDaniel Walker
2007-10-18Remove struct task_struct::io_waitAlexey Dobriyan
2007-10-18freezer: prevent new tasks from inheriting TIF_FREEZE setRafael J. Wysocki
2007-10-17ifdef struct task_struct::securityAlexey Dobriyan
2007-10-17Shrink task_struct if CONFIG_FUTEX=nAlexey Dobriyan
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-17mm: dirty balancing for tasksPeter Zijlstra
2007-10-15sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fieldsLaurent Vivier
2007-10-10[NET]: Add network namespace clone & unshare support.Eric W. Biederman
2007-09-20signalfd simplificationDavide Libenzi
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19lguest: the host codeRusty Russell
2007-07-19lguest: export symbols for lguest as a moduleRusty Russell
2007-07-19coredump masking: add an interface for core dump filterKawai, Hidehiro
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-07-16user namespace: add unshareSerge E. Hallyn
2007-07-16user namespace: add the frameworkCedric Le Goater
2007-07-16Audit: add TTY input auditingMiloslav Trmac
2007-07-16Use boot based time for process start time and boot time in /procTomas Janousek
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh
2007-05-23freezer: fix vfork problemRafael J. Wysocki