summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* [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-141-0/+4
* [PATCH] per-task-delay-accounting: setupShailabh Nagar2006-07-141-0/+2
* [PATCH] remove the tasklist_lock exportChristoph Hellwig2006-07-101-3/+1
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-9/+9
* [PATCH] lockdep: annotate ->mmap_semIngo Molnar2006-07-031-1/+4
* [PATCH] lockdep: coreIngo Molnar2006-07-031-0/+5
* [PATCH] lockdep: irqtrace subsystem, coreIngo Molnar2006-07-031-0/+19
* [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-031-4/+0
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar2006-06-271-0/+3
* [PATCH] pi-futex: rt mutex coreIngo Molnar2006-06-271-0/+16
* [PATCH] coredump: copy_process: don't check SIGNAL_GROUP_EXITOleg Nesterov2006-06-261-12/+0
* [PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman2006-06-261-3/+0
* [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/+0
* [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-141-6/+0
* [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-281-6/+2
* [PATCH] make fork() atomic wrt pgrp/session signalsOleg Nesterov2006-03-281-20/+17
* [PATCH] pids: kill PIDTYPE_TGIDOleg Nesterov2006-03-281-1/+3
* [PATCH] rename __exit_sighand to cleanup_sighandOleg Nesterov2006-03-281-1/+11
* [PATCH] copy_process: cleanup bad_fork_cleanup_signalOleg Nesterov2006-03-281-4/+19
* [PATCH] copy_process: cleanup bad_fork_cleanup_sighandOleg Nesterov2006-03-281-1/+2
* [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCUOleg Nesterov2006-03-281-10/+11
* [PATCH] pidhash: don't count idle threadsOleg Nesterov2006-03-281-17/+18
* [PATCH] kill SET_LINKS/REMOVE_LINKSOleg Nesterov2006-03-281-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/+1
|\
| * BUG_ON() Conversion in kernel/fork.cEric Sesterhenn2006-03-261-2/+1
* | [PATCH] hrtimers: remove data fieldRoman Zippel2006-03-261-1/+1
|/
* [PATCH] cpuset memory spread slab cache optimizationsPaul Jackson2006-03-241-0/+1
* [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe2006-03-231-0/+1
* [PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet2006-03-231-4/+4
* [PATCH] unshare: Error if passed unsupported flagsEric W. Biederman2006-03-221-0/+6
* [PATCH] disable unshare(CLONE_VM) for nowOleg Nesterov2006-03-181-3/+1
* [PATCH] unshare: Use rcu_assign_pointer when setting sighandEric W. Biederman2006-03-171-1/+1
* [PATCH] Fix sigaltstack corruption among cloned threadsGOTO Masanori2006-03-141-0/+6
* [PATCH] remove __put_task_struct_cb export againChristoph Hellwig2006-03-111-1/+3
* [PATCH] fix kill_proc_info() vs fork() theoretical raceOleg Nesterov2006-02-151-2/+2
* [PATCH] fix kill_proc_info() vs CLONE_THREAD raceOleg Nesterov2006-02-151-3/+2
* [PATCH] unshare system call -v5: unshare filesJANAK DESAI2006-02-071-30/+51
* [PATCH] unshare system call -v5: unshare vmJANAK DESAI2006-02-071-31/+56
OpenPOWER on IntegriCloud