| Commit message (Expand) | Author | Age | Files | Lines |
* | proc: remove races from proc_id_readdir() | Eric W. Biederman | 2007-11-29 | 1 | -23/+28 |
* | proc: simplify and correct proc_flush_task | Eric W. Biederman | 2007-11-14 | 1 | -9/+6 |
* | procfs: fix kernel-doc param warnings | Randy Dunlap | 2007-10-22 | 1 | -24/+22 |
* | Remove unused variables from fs/proc/base.c | Pavel Emelyanov | 2007-10-19 | 1 | -4/+1 |
* | proc: export a processes resource limits via /proc/pid | Neil Horman | 2007-10-19 | 1 | -0/+75 |
* | Isolate some explicit usage of task->tgid | Pavel Emelyanov | 2007-10-19 | 1 | -1/+1 |
* | pid namespaces: changes to show virtual ids to user | Pavel Emelyanov | 2007-10-19 | 1 | -14/+23 |
* | pid namespaces: initialize the namespace's proc_mnt | Pavel Emelyanov | 2007-10-19 | 1 | -0/+4 |
* | pid namespaces: make proc_flush_task() actually from entries from multiple na... | Pavel Emelyanov | 2007-10-19 | 1 | -2/+16 |
* | pid namespaces: helpers to find the task by its numerical ids | Pavel Emelyanov | 2007-10-19 | 1 | -1/+1 |
* | pid namespaces: prepare proc_flust_task() to flush entries from multiple proc... | Pavel Emelyanov | 2007-10-19 | 1 | -7/+20 |
* | Make access to task's nsproxy lighter | Pavel Emelyanov | 2007-10-19 | 1 | -10/+17 |
* | Task Control Groups: make cpusets a client of cgroups | Paul Menage | 2007-10-19 | 1 | -2/+2 |
* | Task Control Groups: add procfs interface | Paul Menage | 2007-10-19 | 1 | -0/+7 |
* | Don't truncate /proc/PID/environ at 4096 characters | James Pearson | 2007-10-17 | 1 | -23/+72 |
* | Fix f_version type: should be u64 instead of unsigned long | Mathieu Desnoyers | 2007-10-17 | 1 | -2/+2 |
* | Group short-lived and reclaimable kernel allocations | Mel Gorman | 2007-10-16 | 1 | -6/+7 |
* | sched: clean up schedstats, cnt -> count | Ingo Molnar | 2007-10-15 | 1 | -1/+1 |
* | Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats} | Alexey Dobriyan | 2007-07-31 | 1 | -1/+1 |
* | coredump masking: add an interface for core dump filter | Kawai, Hidehiro | 2007-07-19 | 1 | -0/+89 |
* | coredump masking: reimplementation of dumpable using two flags | Kawai, Hidehiro | 2007-07-19 | 1 | -1/+1 |
* | kallsyms: make KSYM_NAME_LEN include space for trailing '\0' | Tejun Heo | 2007-07-17 | 1 | -1/+1 |
* | move seccomp from /proc to a prctl | Andrea Arcangeli | 2007-07-16 | 1 | -72/+0 |
* | /proc/*/environ: wrong placing of ptrace_may_attach() check | Alexey Dobriyan | 2007-07-16 | 1 | -3/+8 |
* | sched: scheduler debugging, core | Ingo Molnar | 2007-07-09 | 1 | -0/+69 |
* | sched: update delay-accounting to use CFS's precise stats | Balbir Singh | 2007-07-09 | 1 | -1/+1 |
* | smaps: only define clear_refs for CONFIG_MMU | David Rientjes | 2007-05-08 | 1 | -0/+2 |
* | procfs: use simple_read_from_buffer() | Akinobu Mita | 2007-05-08 | 1 | -28/+7 |
* | Remove redundant check from proc_setattr() | John Johansen | 2007-05-08 | 1 | -5/+2 |
* | Fix race between cat /proc/*/wchan and rmmod et al | Alexey Dobriyan | 2007-05-08 | 1 | -6/+5 |
* | Simplify kallsyms_lookup() | Alexey Dobriyan | 2007-05-08 | 1 | -3/+2 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | /proc/*/oom_score oops re badness | Alexey Dobriyan | 2007-05-08 | 1 | -0/+2 |
* | add file position info to proc | Miklos Szeredi | 2007-05-08 | 1 | -18/+114 |
* | procfs: reorder struct pid_dentry to save space on 64bit archs, and constify ... | Eric Dumazet | 2007-05-08 | 1 | -26/+27 |
* | proc: maps protection | Kees Cook | 2007-05-08 | 1 | -0/+4 |
* | Allow access to /proc/$PID/fd after setuid() | Alexey Dobriyan | 2007-05-08 | 1 | -0/+18 |
* | smaps: add clear_refs file to clear reference | David Rientjes | 2007-05-07 | 1 | -0/+36 |
* | [PATCH] sanitize security_getprocattr() API | Al Viro | 2007-03-14 | 1 | -15/+6 |
* | [PATCH] Missing __user in pointer referenced within copy_from_user | Glauber de Oliveira Costa | 2007-02-20 | 1 | -1/+1 |
* | [PATCH] mark struct inode_operations const 3 | Arjan van de Ven | 2007-02-12 | 1 | -10/+10 |
* | [PATCH] mark struct file_operations const 6 | Arjan van de Ven | 2007-02-12 | 1 | -16/+16 |
* | [PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_struct | Alexey Dobriyan | 2007-02-11 | 1 | -0/+4 |
* | [PATCH] procfs: Fix listing of /proc/NOT_A_TGID/task | Guillaume Chazarain | 2007-02-01 | 1 | -1/+11 |
* | [PATCH] Fix NULL ->nsproxy dereference in /proc/*/mounts | Alexey Dobriyan | 2007-01-26 | 1 | -3/+5 |
* | [PATCH] io-accounting: report in procfs | Andrew Morton | 2006-12-10 | 1 | -0/+24 |
* | [PATCH] fault injection: process filtering for fault-injection capabilities | Akinobu Mita | 2006-12-08 | 1 | -0/+65 |
* | [PATCH] rename struct namespace to struct mnt_namespace | Kirill Korotaev | 2006-12-08 | 1 | -18/+18 |
* | [PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 1 | -18/+18 |
* | [PATCH] make fs/proc/base.c:proc_pid_instantiate() static | Adrian Bunk | 2006-12-07 | 1 | -2/+3 |