summaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* [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-141-9/+6
* procfs: fix kernel-doc param warningsRandy Dunlap2007-10-221-24/+22
* Remove unused variables from fs/proc/base.cPavel Emelyanov2007-10-191-4/+1
* 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
* Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}Alexey Dobriyan2007-07-311-1/+1
* coredump masking: add an interface for core dump filterKawai, Hidehiro2007-07-191-0/+89
* coredump masking: reimplementation of dumpable using two flagsKawai, Hidehiro2007-07-191-1/+1
* kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo2007-07-171-1/+1
* move seccomp from /proc to a prctlAndrea Arcangeli2007-07-161-72/+0
* /proc/*/environ: wrong placing of ptrace_may_attach() checkAlexey Dobriyan2007-07-161-3/+8
* sched: scheduler debugging, coreIngo Molnar2007-07-091-0/+69
* sched: update delay-accounting to use CFS's precise statsBalbir Singh2007-07-091-1/+1
* smaps: only define clear_refs for CONFIG_MMUDavid Rientjes2007-05-081-0/+2
* procfs: use simple_read_from_buffer()Akinobu Mita2007-05-081-28/+7
* Remove redundant check from proc_setattr()John Johansen2007-05-081-5/+2
* Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan2007-05-081-6/+5
* Simplify kallsyms_lookup()Alexey Dobriyan2007-05-081-3/+2
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* /proc/*/oom_score oops re badnessAlexey Dobriyan2007-05-081-0/+2
* add file position info to procMiklos Szeredi2007-05-081-18/+114
* procfs: reorder struct pid_dentry to save space on 64bit archs, and constify ...Eric Dumazet2007-05-081-26/+27
* proc: maps protectionKees Cook2007-05-081-0/+4
* Allow access to /proc/$PID/fd after setuid()Alexey Dobriyan2007-05-081-0/+18
* smaps: add clear_refs file to clear referenceDavid Rientjes2007-05-071-0/+36
* [PATCH] sanitize security_getprocattr() APIAl Viro2007-03-141-15/+6
* [PATCH] Missing __user in pointer referenced within copy_from_userGlauber de Oliveira Costa2007-02-201-1/+1
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-10/+10
OpenPOWER on IntegriCloud