aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn
2008-04-27s390: KVM preparation: provide hook to enable pgstes in user pagetableCarsten Otte
2008-04-26Fix uninitialized 'copy' in unshare_filesAl Viro
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro
2008-04-25[PATCH] close race in unshare_files()Al Viro
2008-04-19x86: fpu xstate split fixSuresh Siddha
2008-04-19x86, fpu: split FPU state from task struct - v5Suresh Siddha
2008-03-28memcgroup: fix spurious EBUSY on memory cgroup removalYAMAMOTO Takashi
2008-02-14Use struct path in fs_structJan Blunck
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov
2008-02-07Memory controller: accounting setupPavel Emelianov
2008-02-06idle_regs() must be __cpuinitAdrian Bunk
2008-02-06use __set_task_state() for TRACED/STOPPED tasksOleg Nesterov
2008-02-05capabilities: introduce per-process capability bounding setSerge E. Hallyn
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt
2008-02-05clone: prepare to recycle CLONE_STOPPEDAndrew Morton
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