aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-14proc: simplify and correct proc_flush_taskEric W. Biederman1-9/+6
2007-10-22procfs: fix kernel-doc param warningsRandy Dunlap1-24/+22
2007-10-19Remove unused variables from fs/proc/base.cPavel Emelyanov1-4/+1
2007-10-19proc: export a processes resource limits via /proc/pidNeil Horman1-0/+75
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov1-1/+1
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-14/+23
2007-10-19pid namespaces: initialize the namespace's proc_mntPavel Emelyanov1-0/+4
2007-10-19pid namespaces: make proc_flush_task() actually from entries from multiple namespacesPavel Emelyanov1-2/+16
2007-10-19pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov1-1/+1
2007-10-19pid namespaces: prepare proc_flust_task() to flush entries from multiple proc treesPavel Emelyanov1-7/+20
2007-10-19Make access to task's nsproxy lighterPavel Emelyanov1-10/+17
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage1-2/+2
2007-10-19Task Control Groups: add procfs interfacePaul Menage1-0/+7
2007-10-17Don't truncate /proc/PID/environ at 4096 charactersJames Pearson1-23/+72
2007-10-17Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers1-2/+2
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman1-6/+7
2007-10-15sched: clean up schedstats, cnt -> countIngo Molnar1-1/+1
2007-07-31Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}Alexey Dobriyan1-1/+1
2007-07-19coredump masking: add an interface for core dump filterKawai, Hidehiro1-0/+89
2007-07-19coredump masking: reimplementation of dumpable using two flagsKawai, Hidehiro1-1/+1
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo1-1/+1
2007-07-16move seccomp from /proc to a prctlAndrea Arcangeli1-72/+0
2007-07-16/proc/*/environ: wrong placing of ptrace_may_attach() checkAlexey Dobriyan1-3/+8
2007-07-09sched: scheduler debugging, coreIngo Molnar1-0/+69
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh1-1/+1
2007-05-08smaps: only define clear_refs for CONFIG_MMUDavid Rientjes1-0/+2
2007-05-08procfs: use simple_read_from_buffer()Akinobu Mita1-28/+7
2007-05-08Remove redundant check from proc_setattr()John Johansen1-5/+2
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan1-6/+5
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan1-3/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08/proc/*/oom_score oops re badnessAlexey Dobriyan1-0/+2
2007-05-08add file position info to procMiklos Szeredi1-18/+114
2007-05-08procfs: reorder struct pid_dentry to save space on 64bit archs, and constify themEric Dumazet1-26/+27
2007-05-08proc: maps protectionKees Cook1-0/+4
2007-05-08Allow access to /proc/$PID/fd after setuid()Alexey Dobriyan1-0/+18
2007-05-07smaps: add clear_refs file to clear referenceDavid Rientjes1-0/+36
2007-03-14[PATCH] sanitize security_getprocattr() APIAl Viro1-15/+6
2007-02-20[PATCH] Missing __user in pointer referenced within copy_from_userGlauber de Oliveira Costa1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-10/+10
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-16/+16
2007-02-11[PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_structAlexey Dobriyan1-0/+4
2007-02-01[PATCH] procfs: Fix listing of /proc/NOT_A_TGID/taskGuillaume Chazarain1-1/+11
2007-01-26[PATCH] Fix NULL ->nsproxy dereference in /proc/*/mountsAlexey Dobriyan1-3/+5
2006-12-10[PATCH] io-accounting: report in procfsAndrew Morton1-0/+24
2006-12-08[PATCH] fault injection: process filtering for fault-injection capabilitiesAkinobu Mita1-0/+65
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev1-18/+18
2006-12-08[PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-18/+18
2006-12-07[PATCH] make fs/proc/base.c:proc_pid_instantiate() staticAdrian Bunk1-2/+3
2006-12-07[PATCH] Allow user processes to raise their oom_adj valueGuillem Jover1-2/+4