aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/base.c
AgeCommit message (Expand)Author
2008-02-08revert "proc: fix the threaded proc self"Andrew Morton
2008-02-08procfs: constify function pointer tablesJan Engelhardt
2008-02-08proc: fix the threaded /proc/selfEric W. Biederman
2008-02-08proc: proper pidns handling for /proc/selfEric W. Biederman
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-08proc: implement proc_single_file_operationsEric W. Biederman
2008-02-05Fix /proc dcache deadlock in do_exitAndrea Arcangeli
2008-02-05maps4: make page monitoring /proc file optionalMatt Mackall
2008-02-05maps4: add /proc/pid/pagemap interfaceMatt Mackall
2008-02-05maps4: move clear_refs code to task_mmu.cMatt Mackall
2008-02-01[PATCH] switch audit_get_loginuid() to task_struct *Al Viro
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2008-01-25sched: latencytop supportArjan van de Ven
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro
2007-12-06proc/base.c: Use task_is_*Matthew Wilcox
2007-11-29proc: remove races from proc_id_readdir()Eric W. Biederman
2007-11-14proc: simplify and correct proc_flush_taskEric W. Biederman
2007-10-22procfs: fix kernel-doc param warningsRandy Dunlap
2007-10-19Remove unused variables from fs/proc/base.cPavel Emelyanov
2007-10-19proc: export a processes resource limits via /proc/pidNeil Horman
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov
2007-10-19pid namespaces: initialize the namespace's proc_mntPavel Emelyanov
2007-10-19pid namespaces: make proc_flush_task() actually from entries from multiple na...Pavel Emelyanov
2007-10-19pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov
2007-10-19pid namespaces: prepare proc_flust_task() to flush entries from multiple proc...Pavel Emelyanov
2007-10-19Make access to task's nsproxy lighterPavel Emelyanov
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage
2007-10-19Task Control Groups: add procfs interfacePaul Menage
2007-10-17Don't truncate /proc/PID/environ at 4096 charactersJames Pearson
2007-10-17Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman
2007-10-15sched: clean up schedstats, cnt -> countIngo Molnar
2007-07-31Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}Alexey Dobriyan
2007-07-19coredump masking: add an interface for core dump filterKawai, Hidehiro
2007-07-19coredump masking: reimplementation of dumpable using two flagsKawai, Hidehiro
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo
2007-07-16move seccomp from /proc to a prctlAndrea Arcangeli
2007-07-16/proc/*/environ: wrong placing of ptrace_may_attach() checkAlexey Dobriyan
2007-07-09sched: scheduler debugging, coreIngo Molnar
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh
2007-05-08smaps: only define clear_refs for CONFIG_MMUDavid Rientjes
2007-05-08procfs: use simple_read_from_buffer()Akinobu Mita
2007-05-08Remove redundant check from proc_setattr()John Johansen
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-08/proc/*/oom_score oops re badnessAlexey Dobriyan