summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* Memory controller: accounting setupPavel Emelianov2008-02-071-3/+8
* idle_regs() must be __cpuinitAdrian Bunk2008-02-061-1/+1
* use __set_task_state() for TRACED/STOPPED tasksOleg Nesterov2008-02-061-1/+1
* capabilities: introduce per-process capability bounding setSerge E. Hallyn2008-02-051-0/+1
* add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt2008-02-051-1/+1
* clone: prepare to recycle CLONE_STOPPEDAndrew Morton2008-02-051-0/+17
* KVM: Disallow fork() and similar games when using a VMAvi Kivity2008-01-301-0/+1
* kernel: add CLONE_IO to specifically request sharing of IO contextsJens Axboe2008-01-281-4/+10
* io context sharing: preliminary supportJens Axboe2008-01-281-1/+0
* ioprio: move io priority from task_struct to io_contextJens Axboe2008-01-281-5/+27
* sched: latencytop supportArjan van de Ven2008-01-251-0/+1
* sched: rt group schedulingPeter Zijlstra2008-01-251-1/+1
* Preempt-RCU: implementationPaul E. McKenney2008-01-251-0/+4
* sched: add RT-balance cpu-weightGregory Haskins2008-01-251-0/+1
* softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar2008-01-251-0/+5
* fix clone(CLONE_NEWPID)Eric W. Biederman2007-12-051-15/+6
* sched: fix copy_namespace() <-> sched_fork() dependency in do_forkSrivatsa Vaddagiri2007-11-091-3/+3
* sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh2007-10-301-0/+1
* sched: keep utime/stime monotonicPeter Zijlstra2007-10-291-0/+1
* Uninline fork.c/exit.cAlexey Dobriyan2007-10-191-10/+10
* kernel/fork.c: remove unneeded variable initialization in copy_process()Mariusz Kozlowski2007-10-191-1/+1
* Isolate the explicit usage of signal->pgrpPavel Emelyanov2007-10-191-2/+2
* Fix tsk->exit_state usageEugene Teo2007-10-191-1/+1
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-1/+1
* pid namespaces: initialize the namespace's proc_mntPavel Emelyanov2007-10-191-0/+7
* pid namespaces: allow cloning of new namespacePavel Emelyanov2007-10-191-15/+28
* pid namespaces: move alloc_pid() lower in copy_process()Pavel Emelyanov2007-10-191-15/+16
* pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upidPavel Emelyanov2007-10-191-1/+1
* Make access to task's nsproxy lighterPavel Emelyanov2007-10-191-6/+5
* pid namespaces: move alloc_pid() to copy_process()Sukadev Bhattiprolu2007-10-191-6/+13
* pid namespaces: round up the APIPavel Emelianov2007-10-191-2/+2
* Task Control Groups: make cpusets a client of cgroupsPaul Menage2007-10-191-3/+0
* Task Control Groups: shared cgroup subsystem group arraysPaul Menage2007-10-191-0/+1
* Task Control Groups: add fork()/exit() hooksPaul Menage2007-10-191-2/+12
* Add scaled time to taskstats based process accountingMichael Neuling2007-10-181-0/+2
* whitespace fixes: forkDaniel Walker2007-10-181-10/+10
* Remove struct task_struct::io_waitAlexey Dobriyan2007-10-181-1/+0
* freezer: prevent new tasks from inheriting TIF_FREEZE setRafael J. Wysocki2007-10-181-0/+1
* ifdef struct task_struct::securityAlexey Dobriyan2007-10-171-0/+2
* Shrink task_struct if CONFIG_FUTEX=nAlexey Dobriyan2007-10-171-1/+2
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-2/+1
* mm: dirty balancing for tasksPeter Zijlstra2007-10-171-0/+10
* sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fieldsLaurent Vivier2007-10-151-0/+3
* [NET]: Add network namespace clone & unshare support.Eric W. Biederman2007-10-101-1/+2
* signalfd simplificationDavide Libenzi2007-09-201-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-9/+9
* lguest: the host codeRusty Russell2007-07-191-1/+0
* lguest: export symbols for lguest as a moduleRusty Russell2007-07-191-0/+1
* coredump masking: add an interface for core dump filterKawai, Hidehiro2007-07-191-0/+2
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-1/+1
OpenPOWER on IntegriCloud