summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PATCH] unshare system call -v5: unshare namespaceJANAK DESAI2006-02-071-6/+11
* [PATCH] unshare system call -v5: unshare filesystem infoJANAK DESAI2006-02-071-3/+6
* [PATCH] unshare system call -v5: system call handler functionJANAK DESAI2006-02-071-0/+232
* [PATCH] hrtimers: cleanups and simplificationsGeorge Anzinger2006-02-011-1/+1
* [PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_alignRavikiran G Thirumalai2006-01-111-1/+5
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-111-0/+1
* [PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner2006-01-101-3/+3
* [PATCH] mutex subsystem, debugging codeIngo Molnar2006-01-091-0/+4
* [PATCH] copy_process: error path cleanupOleg Nesterov2006-01-081-6/+2
* [PATCH] fork: fix race in setting child's pgrp and ttyOren Laadan2006-01-081-6/+3
* [PATCH] cpuset: fork hook fixPaul Jackson2006-01-081-2/+4
* [PATCH] RCU signal handlingIngo Molnar2006-01-081-1/+9
* [PATCH] cpuset fork locking fixPaul Jackson2005-11-281-2/+1
* [PATCH] fork.c: proc_fork_connector() called under write_lock()Andrew Morton2005-11-281-1/+1
* [PATCH] unpaged: copy_page_range vmaHugh Dickins2005-11-221-1/+1
* [PATCH] aio: remove kioctx from mm_structZach Brown2005-11-131-1/+0
* [PATCH] m68k: introduce setup_thread_stack() and end_of_stack()Al Viro2005-11-131-2/+1
* [PATCH] m68k: introduce task_thread_infoAl Viro2005-11-131-2/+2
* [SPARC64] mm: context switch ptlockHugh Dickins2005-11-071-7/+0
* [PATCH] Process Events ConnectorMatt Helsley2005-11-071-0/+2
OpenPOWER on IntegriCloud