summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorLines
2007-10-19pid namespaces: move alloc_pid() to copy_process()Sukadev Bhattiprolu-6/+13
2007-10-19pid namespaces: round up the APIPavel Emelianov-2/+2
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage-3/+0
2007-10-19Task Control Groups: shared cgroup subsystem group arraysPaul Menage-0/+1
2007-10-19Task Control Groups: add fork()/exit() hooksPaul Menage-2/+12
2007-10-18Add scaled time to taskstats based process accountingMichael Neuling-0/+2
2007-10-18whitespace fixes: forkDaniel Walker-10/+10
2007-10-18Remove struct task_struct::io_waitAlexey Dobriyan-1/+0
2007-10-18freezer: prevent new tasks from inheriting TIF_FREEZE setRafael J. Wysocki-0/+1
2007-10-17ifdef struct task_struct::securityAlexey Dobriyan-0/+2
2007-10-17Shrink task_struct if CONFIG_FUTEX=nAlexey Dobriyan-1/+2
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter-2/+1
2007-10-17mm: dirty balancing for tasksPeter Zijlstra-0/+10
2007-10-15sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fieldsLaurent Vivier-0/+3
2007-10-10[NET]: Add network namespace clone & unshare support.Eric W. Biederman-1/+2
2007-09-20signalfd simplificationDavide Libenzi-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-9/+9
2007-07-19lguest: the host codeRusty Russell-1/+0
2007-07-19lguest: export symbols for lguest as a moduleRusty Russell-0/+1
2007-07-19coredump masking: add an interface for core dump filterKawai, Hidehiro-0/+2
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki-1/+1
2007-07-16user namespace: add unshareSerge E. Hallyn-1/+1
2007-07-16user namespace: add the frameworkCedric Le Goater-1/+1
2007-07-16Audit: add TTY input auditingMiloslav Trmac-0/+3
2007-07-16Use boot based time for process start time and boot time in /procTomas Janousek-0/+2
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh-2/+2
2007-05-23freezer: fix vfork problemRafael J. Wysocki-0/+3
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter-4/+2
2007-05-11signal/timer/event: signalfd coreDavide Libenzi-3/+5
2007-05-11Use task_pgrp() task_session() in copy_process()Sukadev Bhattiprolu-6/+3
2007-05-11Use struct pid parameter in copy_process()Sukadev Bhattiprolu-5/+6
2007-05-11attach_pid() with struct pid parameterSukadev Bhattiprolu-4/+7
2007-05-11getrusage(): fill ru_inblock and ru_oublock fields if possibleEric Dumazet-0/+1
2007-05-09rename thread_info to stackRoman Zippel-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty-80/+5
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter-2/+1
2007-05-02[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge-0/+2
2007-03-16[PATCH] initialise pi_lock if CONFIG_RT_MUTEXES=NZilvinas Valinskas-1/+1
2007-02-16[PATCH] hrtimers: namespace and enum cleanupThomas Gleixner-1/+1
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman-1/+1
2007-02-11[PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_structAlexey Dobriyan-0/+2
2007-02-01[PATCH] fork_idle() should be __cpuinit, not __devinitAl Viro-1/+1
2007-01-30Revert "[PATCH] namespaces: fix exit race by splitting exit"Linus Torvalds-2/+2
2007-01-30[PATCH] namespaces: fix exit race by splitting exitSerge E. Hallyn-2/+2
2006-12-13[PATCH] Optimize D-cache alias handling on forkRalf Baechle-1/+1
2006-12-10[PATCH] fdtable: Remove the free_files fieldVadim Lobanov-1/+0
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov-18/+6
2006-12-10[PATCH] fdtable: Delete pointless code in dup_fd()Vadim Lobanov-6/+5
2006-12-10[PATCH] io-accounting: core statisticsAndrew Morton-0/+2