summaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-211-1/+1
|\
| * [NET]: Fix permissions of /proc/netAndre Noll2008-03-201-1/+1
* | [PATCH] export sessionid alongside the loginuid in procfsEric Paris2008-03-181-0/+22
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-121-0/+3
|\
| * net: fix build with CONFIG_NET=nAndrew Morton2008-03-121-0/+2
| * [NET]: Make /proc/net a symlink on /proc/self/net (v3)Pavel Emelyanov2008-03-071-0/+1
* | latencytop: change /proc task_struct access methodHiroshi Shimamoto2008-02-251-28/+12Star
* | latencytop: fix memory leak on latency proc fileHiroshi Shimamoto2008-02-251-1/+10
* | latencytop: fix kernel panic while reading latency proc fileHiroshi Shimamoto2008-02-251-0/+2
|/
* proc: add RLIMIT_RTTIME to /proc/<pid>/limitsEugene Teo2008-02-241-0/+1
* d_path: Make d_path() use a struct pathJan Blunck2008-02-151-1/+1
* d_path: Make proc_get_link() use a struct path argumentJan Blunck2008-02-151-34/+26Star
* Use struct path in fs_structJan Blunck2008-02-151-4/+4
* Introduce path_put()Jan Blunck2008-02-151-1/+1
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-151-1/+2
* revert "proc: fix the threaded proc self"Andrew Morton2008-02-091-6/+6
* procfs: constify function pointer tablesJan Engelhardt2008-02-081-2/+2
* proc: fix the threaded /proc/selfEric W. Biederman2008-02-081-6/+6
* proc: proper pidns handling for /proc/selfEric W. Biederman2008-02-081-2/+10
* proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman2008-02-081-2/+2
* seqfile convert proc_pid_statmEric W. Biederman2008-02-081-2/+2
* proc: rewrite do_task_stat to correctly handle pid namespaces.Eric W. Biederman2008-02-081-2/+2
* proc: implement proc_single_file_operationsEric W. Biederman2008-02-081-0/+43
* Fix /proc dcache deadlock in do_exitAndrea Arcangeli2008-02-051-1/+2
* maps4: make page monitoring /proc file optionalMatt Mackall2008-02-051-2/+2
* maps4: add /proc/pid/pagemap interfaceMatt Mackall2008-02-051-1/+3
* maps4: move clear_refs code to task_mmu.cMatt Mackall2008-02-051-40/+0Star
* [PATCH] switch audit_get_loginuid() to task_struct *Al Viro2008-02-011-1/+1
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-1/+1
|\
| * proc/base.c: Use task_is_*Matthew Wilcox2007-12-061-1/+1
* | sched: latencytop supportArjan van de Ven2008-01-251-0/+78
* | restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro2008-01-021-0/+20
|/
* proc: remove races from proc_id_readdir()Eric W. Biederman2007-11-291-23/+28
* proc: simplify and correct proc_flush_taskEric W. Biederman2007-11-151-9/+6Star
* procfs: fix kernel-doc param warningsRandy Dunlap2007-10-231-24/+22Star
* Remove unused variables from fs/proc/base.cPavel Emelyanov2007-10-191-4/+1Star
* proc: export a processes resource limits via /proc/pidNeil Horman2007-10-191-0/+75
* Isolate some explicit usage of task->tgidPavel Emelyanov2007-10-191-1/+1
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-14/+23
* pid namespaces: initialize the namespace's proc_mntPavel Emelyanov2007-10-191-0/+4
* pid namespaces: make proc_flush_task() actually from entries from multiple na...Pavel Emelyanov2007-10-191-2/+16
* pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov2007-10-191-1/+1
* pid namespaces: prepare proc_flust_task() to flush entries from multiple proc...Pavel Emelyanov2007-10-191-7/+20
* Make access to task's nsproxy lighterPavel Emelyanov2007-10-191-10/+17
* Task Control Groups: make cpusets a client of cgroupsPaul Menage2007-10-191-2/+2
* Task Control Groups: add procfs interfacePaul Menage2007-10-191-0/+7
* Don't truncate /proc/PID/environ at 4096 charactersJames Pearson2007-10-171-23/+72
* Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers2007-10-171-2/+2
* Group short-lived and reclaimable kernel allocationsMel Gorman2007-10-161-6/+7
* sched: clean up schedstats, cnt -> countIngo Molnar2007-10-151-1/+1