| Commit message (Expand) | Author | Age | Files | Lines |
* | revert "proc: fix the threaded proc self" | Andrew Morton | 2008-02-08 | 1 | -6/+6 |
* | procfs: constify function pointer tables | Jan Engelhardt | 2008-02-08 | 7 | -22/+22 |
* | aout: remove unnecessary inclusions of {asm, linux}/a.out.h | David Howells | 2008-02-08 | 2 | -2/+0 |
* | proc: fix ->open'less usage due to ->proc_fops flip | Alexey Dobriyan | 2008-02-08 | 3 | -10/+38 |
* | proc: fix the threaded /proc/self | Eric W. Biederman | 2008-02-08 | 1 | -6/+6 |
* | proc: proper pidns handling for /proc/self | Eric W. Biederman | 2008-02-08 | 1 | -2/+10 |
* | proc: seqfile convert proc_pid_status to properly handle pid namespaces | Eric W. Biederman | 2008-02-08 | 5 | -74/+72 |
* | seqfile convert proc_pid_statm | Eric W. Biederman | 2008-02-08 | 3 | -6/+9 |
* | proc: rewrite do_task_stat to correctly handle pid namespaces. | Eric W. Biederman | 2008-02-08 | 3 | -17/+20 |
* | proc: implement proc_single_file_operations | Eric W. Biederman | 2008-02-08 | 1 | -0/+43 |
* | proc: detect duplicate names on registration | Zhang Rui | 2008-02-08 | 1 | -0/+10 |
* | proc: remove useless check on symlink removal | Alexey Dobriyan | 2008-02-08 | 1 | -1/+1 |
* | proc: simplify function prototypes | Alexey Dobriyan | 2008-02-08 | 2 | -15/+6 |
* | proc: less LOCK operations during lookup | Alexey Dobriyan | 2008-02-08 | 1 | -2/+2 |
* | proc: remove MODULE_LICENSE | Alexey Dobriyan | 2008-02-08 | 1 | -1/+0 |
* | iget: stop PROCFS from using iget() and read_inode() | David Howells | 2008-02-07 | 1 | -32/+28 |
* | proc: loadavg reading race | Michal Schmidt | 2008-02-06 | 1 | -3/+8 |
* | proper prototype for get_filesystem_list() | Adrian Bunk | 2008-02-06 | 1 | -1/+0 |
* | proper show_interrupts() prototype | Adrian Bunk | 2008-02-06 | 1 | -1/+1 |
* | Add 64-bit capability support to the kernel | Andrew Morgan | 2008-02-05 | 1 | -6/+15 |
* | Fix /proc dcache deadlock in do_exit | Andrea Arcangeli | 2008-02-05 | 1 | -1/+2 |
* | maps4: make page monitoring /proc file optional | Matt Mackall | 2008-02-05 | 3 | -2/+8 |
* | maps4: add /proc/kpageflags interface | Matt Mackall | 2008-02-05 | 1 | -1/+83 |
* | maps4: add /proc/kpagecount interface | Matt Mackall | 2008-02-05 | 1 | -0/+50 |
* | maps4: add /proc/pid/pagemap interface | Matt Mackall | 2008-02-05 | 3 | -2/+204 |
* | maps4: regroup task_mmu by interface | Matt Mackall | 2008-02-05 | 1 | -207/+210 |
* | maps4: move clear_refs code to task_mmu.c | Matt Mackall | 2008-02-05 | 3 | -53/+37 |
* | maps4: simplify interdependence of maps and smaps | Matt Mackall | 2008-02-05 | 1 | -26/+26 |
* | maps4: use pagewalker in clear_refs and smaps | Matt Mackall | 2008-02-05 | 1 | -78/+17 |
* | maps4: add proportional set size accounting in smaps | Fengguang Wu | 2008-02-05 | 1 | -1/+27 |
* | is_vmalloc_addr(): Check if an address is within the vmalloc boundaries | Christoph Lameter | 2008-02-05 | 1 | -1/+1 |
* | [PATCH] switch audit_get_loginuid() to task_struct * | Al Viro | 2008-02-01 | 1 | -1/+1 |
* | Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2008-02-01 | 2 | -7/+2 |
|\ |
|
| * | proc/base.c: Use task_is_* | Matthew Wilcox | 2007-12-06 | 1 | -1/+1 |
| * | proc/array.c: Use TASK_REPORT | Matthew Wilcox | 2007-12-06 | 1 | -6/+1 |
* | | [ATM]: Oops reading net/atm/arp | Denis V. Lunev | 2008-01-28 | 1 | -4/+13 |
* | | [NET]: Consolidate net namespace related proc files creation. | Denis V. Lunev | 2008-01-28 | 1 | -0/+38 |
* | | sched: latencytop support | Arjan van de Ven | 2008-01-25 | 1 | -0/+78 |
* | | fix the "remove task_ppid_nr_ns" commit | Oleg Nesterov | 2008-01-14 | 1 | -1/+1 |
* | | remove task_ppid_nr_ns | Roland McGrath | 2008-01-13 | 1 | -2/+2 |
* | | restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid | Al Viro | 2008-01-02 | 4 | -5/+24 |
* | | Unify /proc/slabinfo configuration | Linus Torvalds | 2008-01-02 | 1 | -19/+2 |
* | | slub: register slabinfo to procfs | Pekka Enberg | 2008-01-02 | 1 | -0/+17 |
* | | proc: remove/Fix proc generic d_revalidate | Eric W. Biederman | 2007-12-10 | 1 | -7/+0 |
|/ |
|
* | proc: fix proc_dir_entry refcounting | Alexey Dobriyan | 2007-12-05 | 3 | -14/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6 | Linus Torvalds | 2007-12-03 | 2 | -82/+16 |
|\ |
|
| * | [NETNS]: Fix /proc/net breakage | Eric W. Biederman | 2007-12-02 | 2 | -82/+16 |
* | | proc: remove races from proc_id_readdir() | Eric W. Biederman | 2007-11-29 | 1 | -23/+28 |
* | | proc: fix NULL ->i_fop oops | Alexey Dobriyan | 2007-11-29 | 3 | -40/+1 |
* | | sched: fix prev_stime calculation | Ingo Molnar | 2007-11-26 | 1 | -1/+3 |
|/ |
|