Age | Commit message (Expand) | Author | Files | Lines |
2008-02-25 | latencytop: change /proc task_struct access method | Hiroshi Shimamoto | 1 | -28/+12 |
2008-02-25 | latencytop: fix memory leak on latency proc file | Hiroshi Shimamoto | 1 | -1/+10 |
2008-02-25 | latencytop: fix kernel panic while reading latency proc file | Hiroshi Shimamoto | 1 | -0/+2 |
2008-02-24 | proc: add RLIMIT_RTTIME to /proc/<pid>/limits | Eugene Teo | 1 | -0/+1 |
2008-02-24 | /proc/pid/pagemap: fix PM_SPECIAL macro | Hans Rosenfeld | 1 | -1/+1 |
2008-02-15 | d_path: Make d_path() use a struct path | Jan Blunck | 1 | -1/+1 |
2008-02-15 | d_path: Make seq_path() use a struct path argument | Jan Blunck | 2 | -2/+2 |
2008-02-15 | d_path: Make proc_get_link() use a struct path argument | Jan Blunck | 4 | -41/+33 |
2008-02-15 | Use struct path in fs_struct | Jan Blunck | 1 | -4/+4 |
2008-02-15 | Introduce path_put() | Jan Blunck | 1 | -1/+1 |
2008-02-15 | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 2 | -2/+3 |
2008-02-09 | revert "proc: fix the threaded proc self" | Andrew Morton | 1 | -6/+6 |
2008-02-08 | procfs: constify function pointer tables | Jan Engelhardt | 7 | -22/+22 |
2008-02-08 | aout: remove unnecessary inclusions of {asm, linux}/a.out.h | David Howells | 2 | -2/+0 |
2008-02-08 | proc: fix ->open'less usage due to ->proc_fops flip | Alexey Dobriyan | 3 | -10/+38 |
2008-02-08 | proc: fix the threaded /proc/self | Eric W. Biederman | 1 | -6/+6 |
2008-02-08 | proc: proper pidns handling for /proc/self | Eric W. Biederman | 1 | -2/+10 |
2008-02-08 | proc: seqfile convert proc_pid_status to properly handle pid namespaces | Eric W. Biederman | 5 | -74/+72 |
2008-02-08 | seqfile convert proc_pid_statm | Eric W. Biederman | 3 | -6/+9 |
2008-02-08 | proc: rewrite do_task_stat to correctly handle pid namespaces. | Eric W. Biederman | 3 | -17/+20 |
2008-02-08 | proc: implement proc_single_file_operations | Eric W. Biederman | 1 | -0/+43 |
2008-02-08 | proc: detect duplicate names on registration | Zhang Rui | 1 | -0/+10 |
2008-02-08 | proc: remove useless check on symlink removal | Alexey Dobriyan | 1 | -1/+1 |
2008-02-08 | proc: simplify function prototypes | Alexey Dobriyan | 2 | -15/+6 |
2008-02-08 | proc: less LOCK operations during lookup | Alexey Dobriyan | 1 | -2/+2 |
2008-02-08 | proc: remove MODULE_LICENSE | Alexey Dobriyan | 1 | -1/+0 |
2008-02-07 | iget: stop PROCFS from using iget() and read_inode() | David Howells | 1 | -32/+28 |
2008-02-06 | proc: loadavg reading race | Michal Schmidt | 1 | -3/+8 |
2008-02-06 | proper prototype for get_filesystem_list() | Adrian Bunk | 1 | -1/+0 |
2008-02-06 | proper show_interrupts() prototype | Adrian Bunk | 1 | -1/+1 |
2008-02-05 | Add 64-bit capability support to the kernel | Andrew Morgan | 1 | -6/+15 |
2008-02-05 | Fix /proc dcache deadlock in do_exit | Andrea Arcangeli | 1 | -1/+2 |
2008-02-05 | maps4: make page monitoring /proc file optional | Matt Mackall | 3 | -2/+8 |
2008-02-05 | maps4: add /proc/kpageflags interface | Matt Mackall | 1 | -1/+83 |
2008-02-05 | maps4: add /proc/kpagecount interface | Matt Mackall | 1 | -0/+50 |
2008-02-05 | maps4: add /proc/pid/pagemap interface | Matt Mackall | 3 | -2/+204 |
2008-02-05 | maps4: regroup task_mmu by interface | Matt Mackall | 1 | -207/+210 |
2008-02-05 | maps4: move clear_refs code to task_mmu.c | Matt Mackall | 3 | -53/+37 |
2008-02-05 | maps4: simplify interdependence of maps and smaps | Matt Mackall | 1 | -26/+26 |
2008-02-05 | maps4: use pagewalker in clear_refs and smaps | Matt Mackall | 1 | -78/+17 |
2008-02-05 | maps4: add proportional set size accounting in smaps | Fengguang Wu | 1 | -1/+27 |
2008-02-05 | is_vmalloc_addr(): Check if an address is within the vmalloc boundaries | Christoph Lameter | 1 | -1/+1 |
2008-02-01 | [PATCH] switch audit_get_loginuid() to task_struct * | Al Viro | 1 | -1/+1 |
2008-02-01 | Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -7/+2 |
2008-01-29 | [ATM]: Oops reading net/atm/arp | Denis V. Lunev | 1 | -4/+13 |
2008-01-29 | [NET]: Consolidate net namespace related proc files creation. | Denis V. Lunev | 1 | -0/+38 |
2008-01-25 | sched: latencytop support | Arjan van de Ven | 1 | -0/+78 |
2008-01-15 | fix the "remove task_ppid_nr_ns" commit | Oleg Nesterov | 1 | -1/+1 |
2008-01-13 | remove task_ppid_nr_ns | Roland McGrath | 1 | -2/+2 |
2008-01-03 | restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid | Al Viro | 4 | -5/+24 |