summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorLines
2006-07-14[PATCH] delay accounting taskstats interface send tgid onceShailabh Nagar-0/+4
2006-07-14[PATCH] per-task-delay-accounting: setupShailabh Nagar-0/+2
2006-07-10[PATCH] remove the tasklist_lock exportChristoph Hellwig-3/+1
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar-9/+9
2006-07-03[PATCH] lockdep: annotate ->mmap_semIngo Molnar-1/+4
2006-07-03[PATCH] lockdep: coreIngo Molnar-0/+5
2006-07-03[PATCH] lockdep: irqtrace subsystem, coreIngo Molnar-0/+19
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar-4/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-27[PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar-0/+3
2006-06-27[PATCH] pi-futex: rt mutex coreIngo Molnar-0/+16
2006-06-26[PATCH] coredump: copy_process: don't check SIGNAL_GROUP_EXITOleg Nesterov-12/+0
2006-06-26[PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman-3/+0
2006-06-25[PATCH] pacct: add pacct_struct to fix some pacct bugs.KaiGai Kohei-0/+1
2006-06-23[PATCH] dup fd error fixPrasanna Meda-1/+2
2006-06-23[PATCH] mmput() might sleepAndrew Morton-0/+2
2006-05-01[PATCH] move call of audit_free() into do_exit()Al Viro-2/+0
2006-04-20[PATCH] Don't inherit ->splice_pipe across forksJens Axboe-0/+1
2006-04-19[PATCH] task: Make task list manipulations RCU safeEric W. Biederman-1/+1
2006-04-14[PATCH] kill unushed __put_task_struct_cbEric W. Biederman-6/+0
2006-03-31[PATCH] wrong error path in dup_fd() leading to oopses in RCUKirill Korotaev-1/+1
2006-03-31[PATCH] pidhash: Refactor the pid hash tableEric W. Biederman-7/+9
2006-03-31[PATCH] resurrect __put_task_structAndrew Morton-3/+7
2006-03-28[PATCH] cleanup __exit_signal->cleanup_sighand pathOleg Nesterov-6/+2
2006-03-28[PATCH] make fork() atomic wrt pgrp/session signalsOleg Nesterov-20/+17
2006-03-28[PATCH] pids: kill PIDTYPE_TGIDOleg Nesterov-1/+3
2006-03-28[PATCH] rename __exit_sighand to cleanup_sighandOleg Nesterov-1/+11
2006-03-28[PATCH] copy_process: cleanup bad_fork_cleanup_signalOleg Nesterov-4/+19
2006-03-28[PATCH] copy_process: cleanup bad_fork_cleanup_sighandOleg Nesterov-1/+2
2006-03-28[PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCUOleg Nesterov-10/+11
2006-03-28[PATCH] pidhash: don't count idle threadsOleg Nesterov-17/+18
2006-03-28[PATCH] kill SET_LINKS/REMOVE_LINKSOleg Nesterov-1/+3
2006-03-27[PATCH] lightweight robust futexes updatesIngo Molnar-1/+4
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds-2/+1
2006-03-26[PATCH] hrtimers: remove data fieldRoman Zippel-1/+1
2006-03-26BUG_ON() Conversion in kernel/fork.cEric Sesterhenn-2/+1
2006-03-24[PATCH] cpuset memory spread slab cache optimizationsPaul Jackson-0/+1
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe-0/+1
2006-03-23[PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet-4/+4
2006-03-22[PATCH] unshare: Error if passed unsupported flagsEric W. Biederman-0/+6
2006-03-18[PATCH] disable unshare(CLONE_VM) for nowOleg Nesterov-3/+1
2006-03-17[PATCH] unshare: Use rcu_assign_pointer when setting sighandEric W. Biederman-1/+1
2006-03-14[PATCH] Fix sigaltstack corruption among cloned threadsGOTO Masanori-0/+6
2006-03-11[PATCH] remove __put_task_struct_cb export againChristoph Hellwig-1/+3
2006-02-15[PATCH] fix kill_proc_info() vs fork() theoretical raceOleg Nesterov-2/+2
2006-02-15[PATCH] fix kill_proc_info() vs CLONE_THREAD raceOleg Nesterov-3/+2
2006-02-07[PATCH] unshare system call -v5: unshare filesJANAK DESAI-30/+51
2006-02-07[PATCH] unshare system call -v5: unshare vmJANAK DESAI-31/+56
2006-02-07[PATCH] unshare system call -v5: unshare namespaceJANAK DESAI-6/+11
2006-02-07[PATCH] unshare system call -v5: unshare filesystem infoJANAK DESAI-3/+6