aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAge
* Fix /proc dcache deadlock in do_exitAndrea Arcangeli2008-02-05
* maps4: make page monitoring /proc file optionalMatt Mackall2008-02-05
* maps4: add /proc/pid/pagemap interfaceMatt Mackall2008-02-05
* maps4: move clear_refs code to task_mmu.cMatt Mackall2008-02-05
* [PATCH] switch audit_get_loginuid() to task_struct *Al Viro2008-02-01
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-01-31
|\
| * proc/base.c: Use task_is_*Matthew Wilcox2007-12-06
* | sched: latencytop supportArjan van de Ven2008-01-25
* | restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro2008-01-02
|/
* proc: remove races from proc_id_readdir()Eric W. Biederman2007-11-29
* proc: simplify and correct proc_flush_taskEric W. Biederman2007-11-14
* procfs: fix kernel-doc param warningsRandy Dunlap2007-10-22
* Remove unused variables from fs/proc/base.cPavel Emelyanov2007-10-19
* proc: export a processes resource limits via /proc/pidNeil Horman2007-10-19
* Isolate some explicit usage of task->tgidPavel Emelyanov2007-10-19
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-19
* pid namespaces: initialize the namespace's proc_mntPavel Emelyanov2007-10-19
* pid namespaces: make proc_flush_task() actually from entries from multiple na...Pavel Emelyanov2007-10-19
* pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov2007-10-19
* pid namespaces: prepare proc_flust_task() to flush entries from multiple proc...Pavel Emelyanov2007-10-19
* Make access to task's nsproxy lighterPavel Emelyanov2007-10-19
* Task Control Groups: make cpusets a client of cgroupsPaul Menage2007-10-19
* Task Control Groups: add procfs interfacePaul Menage2007-10-19
* Don't truncate /proc/PID/environ at 4096 charactersJames Pearson2007-10-17
* Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers2007-10-17
* Group short-lived and reclaimable kernel allocationsMel Gorman2007-10-16
* sched: clean up schedstats, cnt -> countIngo Molnar2007-10-15
* Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}Alexey Dobriyan2007-07-31
* coredump masking: add an interface for core dump filterKawai, Hidehiro2007-07-19
* coredump masking: reimplementation of dumpable using two flagsKawai, Hidehiro2007-07-19
* kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo2007-07-17
* move seccomp from /proc to a prctlAndrea Arcangeli2007-07-16
* /proc/*/environ: wrong placing of ptrace_may_attach() checkAlexey Dobriyan2007-07-16
* sched: scheduler debugging, coreIngo Molnar2007-07-09
* sched: update delay-accounting to use CFS's precise statsBalbir Singh2007-07-09
* smaps: only define clear_refs for CONFIG_MMUDavid Rientjes2007-05-08
* procfs: use simple_read_from_buffer()Akinobu Mita2007-05-08
* Remove redundant check from proc_setattr()John Johansen2007-05-08
* Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan2007-05-08
* Simplify kallsyms_lookup()Alexey Dobriyan2007-05-08
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* /proc/*/oom_score oops re badnessAlexey Dobriyan2007-05-08
* add file position info to procMiklos Szeredi2007-05-08
* procfs: reorder struct pid_dentry to save space on 64bit archs, and constify ...Eric Dumazet2007-05-08
* proc: maps protectionKees Cook2007-05-08
* Allow access to /proc/$PID/fd after setuid()Alexey Dobriyan2007-05-08
* smaps: add clear_refs file to clear referenceDavid Rientjes2007-05-07
* [PATCH] sanitize security_getprocattr() APIAl Viro2007-03-14
* [PATCH] Missing __user in pointer referenced within copy_from_userGlauber de Oliveira Costa2007-02-20
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-12