aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/pid.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-07[PATCH] Lock initializer cleanup (Core)Thomas Gleixner1-1/+1
2004-10-19[PATCH] detach_pid(): eliminate one find_pid() callOleg Nesterov1-3/+4
2004-10-19[PATCH] detach_pid(): restore optimizationOleg Nesterov1-4/+7
2004-10-18[PATCH] pidhashing: enforce PID_MAX_LIMIT in sysctlsWilliam Lee Irwin III1-1/+4
2004-10-18[PATCH] pidhashing: retain older vendor copyrightWilliam Lee Irwin III1-1/+2
2004-10-18[PATCH] pidhashing: rewrite alloc_pidmap()William Lee Irwin III1-65/+46
2004-09-13[PATCH] Allocate correct amount of memory for pid hashAnton Blanchard1-1/+1
2004-09-02[PATCH] fixed pidhashing patchKirill Korotaev1-47/+41
2004-08-30[PATCH] use hlist for pid hashNick Piggin1-9/+10
2004-08-30[PATCH] fix PID hash sizingNick Piggin1-1/+1
2004-04-11[PATCH] move job control fields from task_struct to signal_structAndrew Morton1-4/+4
2004-03-06[PATCH] fastcall / regparm fixesAndrew Morton1-5/+5
2003-10-09Revert the process group accessor functions. They are buggy, andLinus Torvalds1-4/+4
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo1-0/+3
2003-10-04[PATCH] move job control fields from task_struct toAndrew Morton1-4/+4
2003-09-21[PATCH] Fix setpgid and threadsAndrew Morton1-2/+2
2003-05-12[PATCH] de_thread memory corruption fixAndrew Morton1-0/+1
2003-01-05kernel/pid.c: Use proper size_t printf format string.David S. Miller1-1/+1
2003-01-05[PATCH] Dynamically size the pidhash hash table.Andrew Morton1-11/+38
2002-11-08Bit find operations return past the end on failure.Linus Torvalds1-1/+1
2002-09-24[PATCH] pidhash-2.5.38-A0Ingo Molnar1-1/+8
2002-09-22[PATCH] pidhash cleanups, tgid-2.5.38-F3Ingo Molnar1-5/+56
2002-09-19[PATCH] pidhash-fix-2.5.36-A0Ingo Molnar1-2/+2
2002-09-19kernel/pid.c:next_free_map Pass 3rd arg to cmpxchg as pointer.David S. Miller1-1/+1
2002-09-19[PATCH] generic-pidhash-2.5.36-J2, BK-currIngo Molnar1-0/+219