Age | Commit message (Expand) | Author |
2008-02-01 | [PATCH] switch audit_get_loginuid() to task_struct * | Al Viro |
2008-02-01 | Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2008-01-25 | sched: latencytop support | Arjan van de Ven |
2008-01-02 | restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid | Al Viro |
2007-12-06 | proc/base.c: Use task_is_* | Matthew Wilcox |
2007-11-29 | proc: remove races from proc_id_readdir() | Eric W. Biederman |
2007-11-14 | proc: simplify and correct proc_flush_task | Eric W. Biederman |
2007-10-22 | procfs: fix kernel-doc param warnings | Randy Dunlap |
2007-10-19 | Remove unused variables from fs/proc/base.c | Pavel Emelyanov |
2007-10-19 | proc: export a processes resource limits via /proc/pid | Neil Horman |
2007-10-19 | Isolate some explicit usage of task->tgid | Pavel Emelyanov |
2007-10-19 | pid namespaces: changes to show virtual ids to user | Pavel Emelyanov |
2007-10-19 | pid namespaces: initialize the namespace's proc_mnt | Pavel Emelyanov |
2007-10-19 | pid namespaces: make proc_flush_task() actually from entries from multiple na... | Pavel Emelyanov |
2007-10-19 | pid namespaces: helpers to find the task by its numerical ids | Pavel Emelyanov |
2007-10-19 | pid namespaces: prepare proc_flust_task() to flush entries from multiple proc... | Pavel Emelyanov |
2007-10-19 | Make access to task's nsproxy lighter | Pavel Emelyanov |
2007-10-19 | Task Control Groups: make cpusets a client of cgroups | Paul Menage |
2007-10-19 | Task Control Groups: add procfs interface | Paul Menage |
2007-10-17 | Don't truncate /proc/PID/environ at 4096 characters | James Pearson |
2007-10-17 | Fix f_version type: should be u64 instead of unsigned long | Mathieu Desnoyers |
2007-10-16 | Group short-lived and reclaimable kernel allocations | Mel Gorman |
2007-10-15 | sched: clean up schedstats, cnt -> count | Ingo Molnar |
2007-07-31 | Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats} | Alexey Dobriyan |
2007-07-19 | coredump masking: add an interface for core dump filter | Kawai, Hidehiro |
2007-07-19 | coredump masking: reimplementation of dumpable using two flags | Kawai, Hidehiro |
2007-07-17 | kallsyms: make KSYM_NAME_LEN include space for trailing '\0' | Tejun Heo |
2007-07-16 | move seccomp from /proc to a prctl | Andrea Arcangeli |
2007-07-16 | /proc/*/environ: wrong placing of ptrace_may_attach() check | Alexey Dobriyan |
2007-07-09 | sched: scheduler debugging, core | Ingo Molnar |
2007-07-09 | sched: update delay-accounting to use CFS's precise stats | Balbir Singh |
2007-05-08 | smaps: only define clear_refs for CONFIG_MMU | David Rientjes |
2007-05-08 | procfs: use simple_read_from_buffer() | Akinobu Mita |
2007-05-08 | Remove redundant check from proc_setattr() | John Johansen |
2007-05-08 | Fix race between cat /proc/*/wchan and rmmod et al | Alexey Dobriyan |
2007-05-08 | Simplify kallsyms_lookup() | Alexey Dobriyan |
2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap |
2007-05-08 | /proc/*/oom_score oops re badness | Alexey Dobriyan |
2007-05-08 | add file position info to proc | Miklos Szeredi |
2007-05-08 | procfs: reorder struct pid_dentry to save space on 64bit archs, and constify ... | Eric Dumazet |
2007-05-08 | proc: maps protection | Kees Cook |
2007-05-08 | Allow access to /proc/$PID/fd after setuid() | Alexey Dobriyan |
2007-05-07 | smaps: add clear_refs file to clear reference | David Rientjes |
2007-03-14 | [PATCH] sanitize security_getprocattr() API | Al Viro |
2007-02-20 | [PATCH] Missing __user in pointer referenced within copy_from_user | Glauber de Oliveira Costa |
2007-02-12 | [PATCH] mark struct inode_operations const 3 | Arjan van de Ven |
2007-02-12 | [PATCH] mark struct file_operations const 6 | Arjan van de Ven |
2007-02-11 | [PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_struct | Alexey Dobriyan |
2007-02-01 | [PATCH] procfs: Fix listing of /proc/NOT_A_TGID/task | Guillaume Chazarain |
2007-01-26 | [PATCH] Fix NULL ->nsproxy dereference in /proc/*/mounts | Alexey Dobriyan |