| Commit message (Expand) | Author | Age | Files | Lines |
* | CRED: Use RCU to access another task's creds and to release a task's own creds | David Howells | 2008-11-14 | 1 | -11/+21 |
* | CRED: Separate task security context from task_struct | David Howells | 2008-11-14 | 1 | -8/+10 |
* | Switch to a valid email address... | Alan Cox | 2008-10-27 | 1 | -1/+1 |
*---. | Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer... | Thomas Gleixner | 2008-10-20 | 1 | -70/+4 |
|\ \ \ |
|
| | | * | timers: fix itimer/many thread hang | Frank Mayhar | 2008-09-14 | 1 | -4/+4 |
| | |/ |
|
| * | | proc: remove now unneeded ADDBUF macro | Alexey Dobriyan | 2008-10-10 | 1 | -5/+0 |
| * | | [PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_l... | Lai Jiangshan | 2008-10-10 | 1 | -2/+0 |
| |/ |
|
| * | sched: fix process time monotonicity | Balbir Singh | 2008-09-05 | 1 | -59/+0 |
|/ |
|
* | tracehook: tracehook_tracer_task | Roland McGrath | 2008-07-26 | 1 | -2/+7 |
* | capabilities: remain source compatible with 32-bit raw legacy capability supp... | Andrew G. Morgan | 2008-05-31 | 1 | -1/+1 |
* | capabilities: add bounding set to /proc/self/status | Serge E. Hallyn | 2008-05-13 | 1 | -0/+1 |
* | [PATCH] split linux/file.h | Al Viro | 2008-05-01 | 1 | -0/+1 |
* | tty_io: fix remaining pid struct locking | Alan Cox | 2008-04-30 | 1 | -1/+3 |
* | do_task_stat: don't take rcu_read_lock() | Oleg Nesterov | 2008-04-30 | 1 | -2/+0 |
* | proc: seqfile convert proc_pid_status to properly handle pid namespaces | Eric W. Biederman | 2008-02-08 | 1 | -65/+63 |
* | seqfile convert proc_pid_statm | Eric W. Biederman | 2008-02-08 | 1 | -3/+5 |
* | proc: rewrite do_task_stat to correctly handle pid namespaces. | Eric W. Biederman | 2008-02-08 | 1 | -12/+12 |
* | Add 64-bit capability support to the kernel | Andrew Morgan | 2008-02-05 | 1 | -6/+15 |
* | Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2008-02-01 | 1 | -6/+1 |
|\ |
|
| * | proc/array.c: Use TASK_REPORT | Matthew Wilcox | 2007-12-06 | 1 | -6/+1 |
* | | fix the "remove task_ppid_nr_ns" commit | Oleg Nesterov | 2008-01-14 | 1 | -1/+1 |
* | | remove task_ppid_nr_ns | Roland McGrath | 2008-01-13 | 1 | -2/+2 |
|/ |
|
* | sched: fix prev_stime calculation | Ingo Molnar | 2007-11-26 | 1 | -1/+3 |
* | sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2 | Balbir Singh | 2007-10-30 | 1 | -1/+2 |
* | sched: keep utime/stime monotonic | Peter Zijlstra | 2007-10-29 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 2007-10-19 | 1 | -1/+1 |
|\ |
|
| * | sched: fix guest time accounting going faster than user time accounting | Christian Borntraeger | 2007-10-19 | 1 | -1/+1 |
* | | Fix tsk->exit_state usage | Eugene Teo | 2007-10-19 | 1 | -2/+1 |
* | | pid namespaces: changes to show virtual ids to user | Pavel Emelyanov | 2007-10-19 | 1 | -8/+19 |
* | | pid namespaces: round up the API | Pavel Emelianov | 2007-10-19 | 1 | -2/+2 |
|/ |
|
* | sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields | Laurent Vivier | 2007-10-15 | 1 | -2/+15 |
* | sched: accounting regression since rc1 | Christian Borntraeger | 2007-08-23 | 1 | -15/+29 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 2007-07-16 | 1 | -27/+26 |
|\ |
|
| * | [PATCH] sched: fix up fs/proc/array.c whitespace problems | Ingo Molnar | 2007-07-16 | 1 | -26/+25 |
| * | [PATCH] sched: remove dead code from task_stime() | Ingo Molnar | 2007-07-16 | 1 | -1/+1 |
* | | taskstats: add context-switch counters | Maxim Uvarov | 2007-07-16 | 1 | -0/+10 |
* | | Use boot based time for process start time and boot time in /proc | Tomas Janousek | 2007-07-16 | 1 | -2/+3 |
|/ |
|
* | sched: make use of precise accounting for /proc task stats | Ingo Molnar | 2007-07-09 | 1 | -10/+47 |
* | sched: remove the SleepAVG field | Ingo Molnar | 2007-07-09 | 1 | -2/+0 |
* | reduce size of task_struct on 64-bit machines | William Cohen | 2007-05-08 | 1 | -2/+2 |
* | [PATCH] tty: update the tty layer to work with struct pid | Eric W. Biederman | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] add process_session() helper routine: deprecate old field | Cedric Le Goater | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] do_task_stat(): don't take tty_mutex | Oleg Nesterov | 2006-12-08 | 1 | -12/+4 |
* | [PATCH] proc: drop tasklist lock in task_state() | Oleg Nesterov | 2006-10-02 | 1 | -6/+5 |
* | [PATCH] proc: convert do_task_stat() to use lock_task_sighand() | Oleg Nesterov | 2006-10-02 | 1 | -28/+35 |
* | [PATCH] proc: convert task_sig() to use lock_task_sighand() | Oleg Nesterov | 2006-10-02 | 1 | -6/+5 |
* | [PATCH] tty: stop the tty vanishing under procfs access | Alan Cox | 2006-09-29 | 1 | -0/+3 |
* | [PATCH] per-task-delay-accounting: /proc export of aggregated block I/O delays | Shailabh Nagar | 2006-07-14 | 1 | -2/+4 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] hrtimers: remove it_real_value calculation from proc/*/stat | Roman Zippel | 2006-03-26 | 1 | -4/+1 |