#!/bin/bash perf record -e sched:sched_switch -e sched:sched_migrate_task "$@" pt>
summaryrefslogtreecommitdiff
path: root/fs/proc/array.c
AgeCommit message (Expand)Author
2008-10-27Switch to a valid email address...Alan Cox
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner
2008-10-10proc: remove now unneeded ADDBUF macroAlexey Dobriyan
2008-10-10[PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_l...Lai Jiangshan
2008-09-14timers: fix itimer/many thread hangFrank Mayhar
2008-09-05sched: fix process time monotonicityBalbir Singh
2008-07-26tracehook: tracehook_tracer_taskRoland McGrath
2008-05-31capabilities: remain source compatible with 32-bit raw legacy capability supp...Andrew G. Morgan
2008-05-13capabilities: add bounding set to /proc/self/statusSerge E. Hallyn
2008-05-01[PATCH] split linux/file.hAl Viro
2008-04-30tty_io: fix remaining pid struct lockingAlan Cox
2008-04-30do_task_stat: don't take rcu_read_lock()Oleg Nesterov
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman
2008-02-08seqfile convert proc_pid_statmEric W. Biederman
2008-02-08proc: rewrite do_task_stat to correctly handle pid namespaces.Eric W. Biederman
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2008-01-14fix the "remove task_ppid_nr_ns" commitOleg Nesterov
2008-01-13remove task_ppid_nr_nsRoland McGrath
2007-12-06proc/array.c: Use TASK_REPORTMatthew Wilcox
2007-11-26sched: fix prev_stime calculationIngo Molnar
2007-10-30sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh
2007-10-29sched: keep utime/stime monotonicPeter Zijlstra
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds
2007-10-19Fix tsk->exit_state usageEugene Teo
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov
2007-10-19pid namespaces: round up the APIPavel Emelianov
2007-10-19sched: fix guest time accounting going faster than user time accountingChristian Borntraeger