summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] IPC namespace - utilsKirill Korotaev2006-10-021-0/+10
* [PATCH] IPC namespace coreKirill Korotaev2006-10-021-4/+18
* [PATCH] uts: copy nsproxy only when neededSerge Hallyn2006-10-021-6/+14
* [PATCH] namespaces: utsname: implement CLONE_NEWUTS flagSerge E. Hallyn2006-10-021-3/+17
* [PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn2006-10-021-11/+6Star
* [PATCH] namespaces: add nsproxySerge E. Hallyn2006-10-021-1/+17
* [PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan2006-10-011-0/+1
* [PATCH] copy_process: cosmetic ->ioprio tweakOleg Nesterov2006-09-291-6/+3Star
* [PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan2006-09-291-0/+2
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-09-281-0/+4
|\
| * [ARM] Fix kernel/fork.c for lockdep on ARMRussell King2006-09-201-0/+4
* | [PATCH] Add the canary field to the PDA area and the task structArjan van de Ven2006-09-261-0/+5
|/
* [PATCH] task delay accounting fixesShailabh Nagar2006-09-011-2/+4
* [PATCH] ptrace: make pid of child process available for PTRACE_EVENT_VFORK_DONEChuck Ebbert2006-08-061-1/+3
* [PATCH] delay accounting taskstats interface send tgid onceShailabh Nagar2006-07-151-0/+4
* [PATCH] per-task-delay-accounting: setupShailabh Nagar2006-07-151-0/+2
* [PATCH] remove the tasklist_lock exportChristoph Hellwig2006-07-101-3/+1Star
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-041-9/+9
* [PATCH] lockdep: annotate ->mmap_semIngo Molnar2006-07-041-1/+4
* [PATCH] lockdep: coreIngo Molnar2006-07-041-0/+5
* [PATCH] lockdep: irqtrace subsystem, coreIngo Molnar2006-07-041-0/+19
* [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-041-4/+0Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar2006-06-281-0/+3
* [PATCH] pi-futex: rt mutex coreIngo Molnar2006-06-281-0/+16
* [PATCH] coredump: copy_process: don't check SIGNAL_GROUP_EXITOleg Nesterov2006-06-261-12/+0Star
* [PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman2006-06-261-3/+0Star
* [PATCH] pacct: add pacct_struct to fix some pacct bugs.KaiGai Kohei2006-06-251-0/+1
* [PATCH] dup fd error fixPrasanna Meda2006-06-231-1/+2
* [PATCH] mmput() might sleepAndrew Morton2006-06-231-0/+2
* [PATCH] move call of audit_free() into do_exit()Al Viro2006-05-011-2/+0Star
* [PATCH] Don't inherit ->splice_pipe across forksJens Axboe2006-04-201-0/+1
* [PATCH] task: Make task list manipulations RCU safeEric W. Biederman2006-04-191-1/+1
* [PATCH] kill unushed __put_task_struct_cbEric W. Biederman2006-04-151-6/+0Star
* [PATCH] wrong error path in dup_fd() leading to oopses in RCUKirill Korotaev2006-03-311-1/+1
* [PATCH] pidhash: Refactor the pid hash tableEric W. Biederman2006-03-311-7/+9
* [PATCH] resurrect __put_task_structAndrew Morton2006-03-311-3/+7
* [PATCH] cleanup __exit_signal->cleanup_sighand pathOleg Nesterov2006-03-291-6/+2Star
* [PATCH] make fork() atomic wrt pgrp/session signalsOleg Nesterov2006-03-291-20/+17Star
* [PATCH] pids: kill PIDTYPE_TGIDOleg Nesterov2006-03-291-1/+3
* [PATCH] rename __exit_sighand to cleanup_sighandOleg Nesterov2006-03-291-1/+11
* [PATCH] copy_process: cleanup bad_fork_cleanup_signalOleg Nesterov2006-03-291-4/+19
* [PATCH] copy_process: cleanup bad_fork_cleanup_sighandOleg Nesterov2006-03-291-1/+2
* [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCUOleg Nesterov2006-03-291-10/+11
* [PATCH] pidhash: don't count idle threadsOleg Nesterov2006-03-291-17/+18
* [PATCH] kill SET_LINKS/REMOVE_LINKSOleg Nesterov2006-03-291-1/+3
* [PATCH] lightweight robust futexes updatesIngo Molnar2006-03-271-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-261-2/+1Star
|\
| * BUG_ON() Conversion in kernel/fork.cEric Sesterhenn2006-03-261-2/+1Star
* | [PATCH] hrtimers: remove data fieldRoman Zippel2006-03-261-1/+1
|/