aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-28[PATCH] mm counter operations through macrosChristoph Lameter1-1/+1
2005-03-09[PATCH] cpusets - big numa cpu and memory placementPaul Jackson1-0/+2
2005-03-07[PATCH] show RLIMIT_SIGPENDING usage in /proc/PID/statusRoland McGrath1-0/+5
2005-03-07[PATCH] make ITIMER_REAL per-processRoland McGrath1-1/+3
2005-01-11[PATCH] cputime: introduce cputimeMartin Schwidefsky1-10/+12
2005-01-04[PATCH] FRV: procfs changes for nommu changesDavid Howells1-0/+1
2004-12-12[PATCH] do_task_stat() use pid_alive()Andrew Morton1-1/+1
2004-12-02[PATCH] proc_pid_status() oops fixManfred Spraul1-2/+2
2004-10-20[PATCH] stat shows wrong ppidDinakar Guniguntala1-1/+1
2004-10-19[PATCH] ps shows wrong ppidDinakar Guniguntala1-1/+1
2004-10-18[PATCH] fix & clean up zombie/dead task handling & preemptionIngo Molnar1-7/+7
2004-10-18[PATCH] show aggregate per-process counters in /proc/PID/stat 2Lev Makhlis1-4/+18
2004-10-18[PATCH] distinct tgid/tid CPU usageAlbert Cahalan1-11/+33
2004-10-18[PATCH] make rlimit settings per-process instead of per-threadRoland McGrath1-1/+3
2004-10-13[PATCH] Fix reporting of process start timesTim Schmielau1-1/+5
2004-09-07[PATCH] cleanup ptrace stops and remove notify_parentRoland McGrath1-3/+5
2004-08-30[PATCH] fix rusage semanticsRoland McGrath1-4/+9
2004-08-26[PATCH] O(1) proc_pid_statm()William Lee Irwin III1-5/+0
2004-08-26[PATCH] task_vsize() locking cleanupWilliam Lee Irwin III1-3/+0
2004-08-23[PATCH] clarify get_task_mm (mmgrab)Hugh Dickins1-5/+1
2004-08-22[PATCH] proc fs task name locking fixMike Kravetz1-3/+8
2004-08-05[PATCH] fix /proc printing of TASK_DEAD stateRoland McGrath1-0/+1
2004-05-24[PATCH] Fix race condition with current->group_infoAndrew Morton1-4/+7
2004-04-26[PATCH] fs/proc/array.c: workaround for gcc-2.96Andrew Morton1-2/+6
2004-04-11[PATCH] procfs LoadAVG/load_avg scaling fixAndrew Morton1-1/+1
2004-04-11[PATCH] eliminate nswap and cnswapAndrew Morton1-2/+2
2004-04-11[PATCH] move job control fields from task_struct to signal_structAndrew Morton1-9/+13
2004-02-18[PATCH] NGROUPS 2.6.2rc2 + fixupsAndrew Morton1-2/+4
2003-10-14[PATCH] number of threads in /procAlbert Cahalan1-2/+8
2003-10-09Revert the process group accessor functions. They are buggy, andLinus Torvalds1-4/+4
2003-10-04[PATCH] move job control fields from task_struct toAndrew Morton1-4/+4
2003-09-23[PATCH] 32-bit dev_t fixupsAlexander Viro1-1/+1
2003-09-22[PATCH] prepare for 32-bit dev_t: tty usageAlexander Viro1-1/+1
2003-09-21[PATCH] scheduler infrastructureAndrew Morton1-1/+4
2003-09-21[PATCH] Fix setpgid and threadsAndrew Morton1-1/+1
2003-08-20[PATCH] fix /proc mm_struct refcounting bugAndrew Morton1-1/+1
2003-04-23[PATCH] tty cleanups (11/12)Alexander Viro1-1/+1
2003-02-24[PATCH] make jiffies wrap 5 min after bootAndrew Morton1-1/+2
2003-02-16It's usually considered stupid to lock the same spinlock twice in Linus Torvalds1-1/+1
2003-02-16Do proper signal locking for the old-style /proc/stat too.Linus Torvalds1-1/+9
2003-02-16Clean up and fix locking around signal renderingLinus Torvalds1-31/+54
2003-02-10Report shared pending signals in /proc/<pid>/statusLinus Torvalds1-0/+3
2003-02-08[PATCH] Fix Alt-SysRQ-T status, and commentRussell King1-2/+2
2003-02-06Split up "struct signal_struct" into "signal" and "sighand" parts.Linus Torvalds1-4/+4
2003-02-03[PATCH] use 64 bit jiffies: 64-bit process start timeTim Schmielau1-2/+2
2003-01-14[PATCH] more procfs bits for !CONFIG_MMUChristoph Hellwig1-245/+15
2003-01-08[PATCH] tracer pid.Dave Jones1-1/+2
2002-12-29[PATCH] nommu systems can't support /proc/<pid>/mapsChristoph Hellwig1-2/+4
2002-11-25[PATCH] shrink task_struct by removing per_cpu utime and stimeAndrew Morton1-22/+0
2002-11-25[PATCH] proc is in the wrong orderAlan Cox1-2/+2