aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-16ptrace children revampRoland McGrath1-3/+3
2008-07-14Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-07-14Merge branch 'tracing/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-07-14lockdep: fix kernel/fork.c warningIngo Molnar1-1/+1
2008-07-03block: blkdev.h cleanup, move iocontext stuff to iocontext.hJens Axboe1-0/+1
2008-05-23ftrace: trace irq disabled critical timingsSteven Rostedt1-1/+1
2008-05-16[PATCH] dup_fd() fixes, part 1Al Viro1-130/+0
2008-05-01[PATCH] split linux/file.hAl Viro1-0/+1
2008-04-30signals: microoptimize the usage of ->curr_targetOleg Nesterov1-1/+1
2008-04-29procfs task exe symlinkMatt Helsley1-0/+3
2008-04-29ipc: sysvsem: force unshare(CLONE_SYSVSEM) when CLONE_NEWIPCManfred Spraul1-1/+6
2008-04-29ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM)Manfred Spraul1-18/+11
2008-04-29cgroups: add an owner to the mm_structBalbir Singh1-3/+8
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn1-2/+2
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn1-1/+1
2008-04-27s390: KVM preparation: provide hook to enable pgstes in user pagetableCarsten Otte1-1/+1
2008-04-26Fix uninitialized 'copy' in unshare_filesAl Viro1-1/+1
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro1-30/+24
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro1-2/+0
2008-04-25[PATCH] close race in unshare_files()Al Viro1-11/+9
2008-04-19x86: fpu xstate split fixSuresh Siddha1-3/+7
2008-04-19x86, fpu: split FPU state from task struct - v5Suresh Siddha1-6/+25
2008-03-28memcgroup: fix spurious EBUSY on memory cgroup removalYAMAMOTO Takashi1-1/+1
2008-02-14Use struct path in fs_structJan Blunck1-9/+9
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison1-1/+1
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov1-7/+1
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov1-1/+1
2008-02-07Memory controller: accounting setupPavel Emelianov1-3/+8
2008-02-06idle_regs() must be __cpuinitAdrian Bunk1-1/+1
2008-02-06use __set_task_state() for TRACED/STOPPED tasksOleg Nesterov1-1/+1
2008-02-05capabilities: introduce per-process capability bounding setSerge E. Hallyn1-0/+1
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt1-1/+1
2008-02-05clone: prepare to recycle CLONE_STOPPEDAndrew Morton1-0/+17
2008-01-30KVM: Disallow fork() and similar games when using a VMAvi Kivity1-0/+1
2008-01-28kernel: add CLONE_IO to specifically request sharing of IO contextsJens Axboe1-4/+10
2008-01-28io context sharing: preliminary supportJens Axboe1-1/+0
2008-01-28ioprio: move io priority from task_struct to io_contextJens Axboe1-5/+27
2008-01-25sched: latencytop supportArjan van de Ven1-0/+1
2008-01-25sched: rt group schedulingPeter Zijlstra1-1/+1
2008-01-25Preempt-RCU: implementationPaul E. McKenney1-0/+4
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