aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/base.c
AgeCommit message (Expand)Author
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
2007-05-08add file position info to procMiklos Szeredi
2007-05-08procfs: reorder struct pid_dentry to save space on 64bit archs, and constify ...Eric Dumazet
2007-05-08proc: maps protectionKees Cook
2007-05-08Allow access to /proc/$PID/fd after setuid()Alexey Dobriyan
2007-05-07smaps: add clear_refs file to clear referenceDavid Rientjes
2007-03-14[PATCH] sanitize security_getprocattr() APIAl Viro
2007-02-20[PATCH] Missing __user in pointer referenced within copy_from_userGlauber de Oliveira Costa
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven
2007-02-11[PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_structAlexey Dobriyan
2007-02-01[PATCH] procfs: Fix listing of /proc/NOT_A_TGID/taskGuillaume Chazarain
2007-01-26[PATCH] Fix NULL ->nsproxy dereference in /proc/*/mountsAlexey Dobriyan