summaryrefslogtreecommitdiff
path: root/fs/proc/base.c
AgeCommit message (Expand)Author
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
2006-12-10[PATCH] io-accounting: report in procfsAndrew Morton
2006-12-08[PATCH] fault injection: process filtering for fault-injection capabilitiesAkinobu Mita
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev
2006-12-08[PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-12-07[PATCH] make fs/proc/base.c:proc_pid_instantiate() staticAdrian Bunk
2006-12-07[PATCH] Allow user processes to raise their oom_adj valueGuillem Jover
2006-11-25[PATCH] mounstats NULL pointer dereferenceVasily Tarasov
2006-10-20[PATCH] OOM killer meets userspace headersAlexey Dobriyan
2006-10-17[PATCH] PROC_NUMBUF is wrongAndrew Morton
2006-10-02[PATCH] introduce get_task_pid() to fix unsafe get_pid()Oleg Nesterov
2006-10-02[PATCH] proc: comment what proc_fill_cache doesEric W. Biederman
2006-10-02[PATCH] proc: remove the useless SMP-safe comments from /procEric W. Biederman
2006-10-02[PATCH] proc: remove trailing blank entry from pid_entry arraysEric W. Biederman
2006-10-02[PATCH] proc: properly compute TGID_OFFSETEric W. Biederman
2006-10-02[PATCH] proc: Use pid_task instead of open coding itEric W. Biederman
2006-10-02[PATCH] proc: Merge proc_tid_attr and proc_tgid_attrEric W. Biederman
2006-10-02[PATCH] proc: Remove the hard coded inode numbersEric W. Biederman
2006-10-02[PATCH] proc: Factor out an instantiate method from every lookup methodEric W. Biederman
2006-10-02[PATCH] proc: Make the generation of the self symlink table drivenEric W. Biederman
2006-10-02[PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn
2006-10-02[PATCH] proc: modify proc_pident_lookup to be completely table drivenEric W. Biederman
2006-10-02[PATCH] proc: reorder the functions in base.cEric W. Biederman
2006-10-02[PATCH] proc: readdir race fix (take 3)Eric W. Biederman