aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-06proc/array.c: Use TASK_REPORTMatthew Wilcox1-6/+1
2007-11-26sched: fix prev_stime calculationIngo Molnar1-1/+3
2007-10-30sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh1-1/+2
2007-10-29sched: keep utime/stime monotonicPeter Zijlstra1-1/+2
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-1/+1
2007-10-19Fix tsk->exit_state usageEugene Teo1-2/+1
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-8/+19
2007-10-19pid namespaces: round up the APIPavel Emelianov1-2/+2
2007-10-19sched: fix guest time accounting going faster than user time accountingChristian Borntraeger1-1/+1
2007-10-15sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fieldsLaurent Vivier1-2/+15
2007-08-23sched: accounting regression since rc1Christian Borntraeger1-15/+29
2007-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-27/+26
2007-07-16taskstats: add context-switch countersMaxim Uvarov1-0/+10
2007-07-16Use boot based time for process start time and boot time in /procTomas Janousek1-2/+3
2007-07-16[PATCH] sched: fix up fs/proc/array.c whitespace problemsIngo Molnar1-26/+25
2007-07-16[PATCH] sched: remove dead code from task_stime()Ingo Molnar1-1/+1
2007-07-09sched: make use of precise accounting for /proc task statsIngo Molnar1-10/+47
2007-07-09sched: remove the SleepAVG fieldIngo Molnar1-2/+0
2007-05-08reduce size of task_struct on 64-bit machinesWilliam Cohen1-2/+2
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman1-1/+1
2006-12-08[PATCH] add process_session() helper routine: deprecate old fieldCedric Le Goater1-1/+1
2006-12-08[PATCH] do_task_stat(): don't take tty_mutexOleg Nesterov1-12/+4
2006-10-02[PATCH] proc: drop tasklist lock in task_state()Oleg Nesterov1-6/+5
2006-10-02[PATCH] proc: convert do_task_stat() to use lock_task_sighand()Oleg Nesterov1-28/+35
2006-10-02[PATCH] proc: convert task_sig() to use lock_task_sighand()Oleg Nesterov1-6/+5
2006-09-29[PATCH] tty: stop the tty vanishing under procfs accessAlan Cox1-0/+3
2006-07-14[PATCH] per-task-delay-accounting: /proc export of aggregated block I/O delaysShailabh Nagar1-2/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-26[PATCH] hrtimers: remove it_real_value calculation from proc/*/statRoman Zippel1-4/+1
2006-01-10[PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner1-3/+3
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky1-1/+1
2005-10-29[PATCH] mm: rss = file_rss + anon_rssHugh Dickins1-1/+1
2005-09-17[PATCH] files: fix preemption issuesDipankar Sarma1-0/+3
2005-09-09[PATCH] files: break up files structDipankar Sarma1-1/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+484