aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25sched: add RT-balance cpu-weightGregory Haskins1-0/+1
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar1-0/+5
2007-12-05fix clone(CLONE_NEWPID)Eric W. Biederman1-15/+6
2007-11-09sched: fix copy_namespace() <-> sched_fork() dependency in do_forkSrivatsa Vaddagiri1-3/+3
2007-10-30sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh1-0/+1
2007-10-29sched: keep utime/stime monotonicPeter Zijlstra1-0/+1
2007-10-19Uninline fork.c/exit.cAlexey Dobriyan1-10/+10
2007-10-19kernel/fork.c: remove unneeded variable initialization in copy_process()Mariusz Kozlowski1-1/+1
2007-10-19Isolate the explicit usage of signal->pgrpPavel Emelyanov1-2/+2
2007-10-19Fix tsk->exit_state usageEugene Teo1-1/+1
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-1/+1
2007-10-19pid namespaces: initialize the namespace's proc_mntPavel Emelyanov1-0/+7
2007-10-19pid namespaces: allow cloning of new namespacePavel Emelyanov1-15/+28
2007-10-19pid namespaces: move alloc_pid() lower in copy_process()Pavel Emelyanov1-15/+16
2007-10-19pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upidPavel Emelyanov1-1/+1
2007-10-19Make access to task's nsproxy lighterPavel Emelyanov1-6/+5
2007-10-19pid namespaces: move alloc_pid() to copy_process()Sukadev Bhattiprolu1-6/+13
2007-10-19pid namespaces: round up the APIPavel Emelianov1-2/+2
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage1-3/+0
2007-10-19Task Control Groups: shared cgroup subsystem group arraysPaul Menage1-0/+1
2007-10-19Task Control Groups: add fork()/exit() hooksPaul Menage1-2/+12
2007-10-18Add scaled time to taskstats based process accountingMichael Neuling1-0/+2
2007-10-18whitespace fixes: forkDaniel Walker1-10/+10
2007-10-18Remove struct task_struct::io_waitAlexey Dobriyan1-1/+0
2007-10-18freezer: prevent new tasks from inheriting TIF_FREEZE setRafael J. Wysocki1-0/+1
2007-10-17ifdef struct task_struct::securityAlexey Dobriyan1-0/+2
2007-10-17Shrink task_struct if CONFIG_FUTEX=nAlexey Dobriyan1-1/+2
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+1
2007-10-17mm: dirty balancing for tasksPeter Zijlstra1-0/+10
2007-10-15sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fieldsLaurent Vivier1-0/+3
2007-10-10[NET]: Add network namespace clone & unshare support.Eric W. Biederman1-1/+2
2007-09-20signalfd simplificationDavide Libenzi1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-9/+9
2007-07-19lguest: the host codeRusty Russell1-1/+0
2007-07-19lguest: export symbols for lguest as a moduleRusty Russell1-0/+1
2007-07-19coredump masking: add an interface for core dump filterKawai, Hidehiro1-0/+2
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-1/+1
2007-07-16user namespace: add unshareSerge E. Hallyn1-1/+1
2007-07-16user namespace: add the frameworkCedric Le Goater1-1/+1
2007-07-16Audit: add TTY input auditingMiloslav Trmac1-0/+3
2007-07-16Use boot based time for process start time and boot time in /procTomas Janousek1-0/+2
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh1-2/+2
2007-05-23freezer: fix vfork problemRafael J. Wysocki1-0/+3
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-4/+2
2007-05-11signal/timer/event: signalfd coreDavide Libenzi1-3/+5
2007-05-11Use task_pgrp() task_session() in copy_process()Sukadev Bhattiprolu1-6/+3
2007-05-11Use struct pid parameter in copy_process()Sukadev Bhattiprolu1-5/+6
2007-05-11attach_pid() with struct pid parameterSukadev Bhattiprolu1-4/+7
2007-05-11getrusage(): fill ru_inblock and ru_oublock fields if possibleEric Dumazet1-0/+1
2007-05-09rename thread_info to stackRoman Zippel1-2/+2