summaryrefslogtreecommitdiff
path: root/fs/proc/array.c
AgeCommit message (Expand)Author
2006-01-10[PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky
2005-10-29[PATCH] mm: rss = file_rss + anon_rssHugh Dickins
2005-09-17[PATCH] files: fix preemption issuesDipankar Sarma
2005-09-09[PATCH] files: break up files structDipankar Sarma
2005-03-28[PATCH] mm counter operations through macrosChristoph Lameter
2005-03-09[PATCH] cpusets - big numa cpu and memory placementPaul Jackson
2005-03-07[PATCH] show RLIMIT_SIGPENDING usage in /proc/PID/statusRoland McGrath
2005-03-07[PATCH] make ITIMER_REAL per-processRoland McGrath
2005-01-11[PATCH] cputime: introduce cputimeMartin Schwidefsky
2005-01-04[PATCH] FRV: procfs changes for nommu changesDavid Howells
2004-12-12[PATCH] do_task_stat() use pid_alive()Andrew Morton
2004-12-02[PATCH] proc_pid_status() oops fixManfred Spraul
2004-10-20[PATCH] stat shows wrong ppidDinakar Guniguntala
2004-10-19[PATCH] ps shows wrong ppidDinakar Guniguntala
2004-10-18[PATCH] fix & clean up zombie/dead task handling & preemptionIngo Molnar
2004-10-18[PATCH] show aggregate per-process counters in /proc/PID/stat 2Lev Makhlis
2004-10-18[PATCH] distinct tgid/tid CPU usageAlbert Cahalan
2004-10-18[PATCH] make rlimit settings per-process instead of per-threadRoland McGrath
2004-10-13[PATCH] Fix reporting of process start timesTim Schmielau
2004-09-07[PATCH] cleanup ptrace stops and remove notify_parentRoland McGrath
2004-08-30[PATCH] fix rusage semanticsRoland McGrath
2004-08-26[PATCH] O(1) proc_pid_statm()William Lee Irwin III
2004-08-26[PATCH] task_vsize() locking cleanupWilliam Lee Irwin III
2004-08-23[PATCH] clarify get_task_mm (mmgrab)Hugh Dickins
2004-08-22[PATCH] proc fs task name locking fixMike Kravetz
2004-08-05[PATCH] fix /proc printing of TASK_DEAD stateRoland McGrath
2004-05-24[PATCH] Fix race condition with current->group_infoAndrew Morton
2004-04-26[PATCH] fs/proc/array.c: workaround for gcc-2.96Andrew Morton
2004-04-11[PATCH] procfs LoadAVG/load_avg scaling fixAndrew Morton
2004-04-11[PATCH] eliminate nswap and cnswapAndrew Morton
2004-04-11[PATCH] move job control fields from task_struct to signal_structAndrew Morton
2004-02-18[PATCH] NGROUPS 2.6.2rc2 + fixupsAndrew Morton
2003-10-14[PATCH] number of threads in /procAlbert Cahalan
2003-10-09Revert the process group accessor functions. They are buggy, andLinus Torvalds
2003-10-04[PATCH] move job control fields from task_struct toAndrew Morton
2003-09-23[PATCH] 32-bit dev_t fixupsAlexander Viro
2003-09-22[PATCH] prepare for 32-bit dev_t: tty usageAlexander Viro
2003-09-21[PATCH] scheduler infrastructureAndrew Morton
2003-09-21[PATCH] Fix setpgid and threadsAndrew Morton
2003-08-20[PATCH] fix /proc mm_struct refcounting bugAndrew Morton
2003-04-23[PATCH] tty cleanups (11/12)Alexander Viro
2003-02-24[PATCH] make jiffies wrap 5 min after bootAndrew Morton
2003-02-16It's usually considered stupid to lock the same spinlock twice in Linus Torvalds
2003-02-16Do proper signal locking for the old-style /proc/stat too.Linus Torvalds
2003-02-16Clean up and fix locking around signal renderingLinus Torvalds
2003-02-10Report shared pending signals in /proc/<pid>/statusLinus Torvalds
2003-02-08[PATCH] Fix Alt-SysRQ-T status, and commentRussell King
2003-02-06Split up "struct signal_struct" into "signal" and "sighand" parts.Linus Torvalds
2003-02-03[PATCH] use 64 bit jiffies: 64-bit process start timeTim Schmielau