aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAge
* latencytop: change /proc task_struct access methodHiroshi Shimamoto2008-02-25
* latencytop: fix memory leak on latency proc fileHiroshi Shimamoto2008-02-25
* latencytop: fix kernel panic while reading latency proc fileHiroshi Shimamoto2008-02-25
* proc: add RLIMIT_RTTIME to /proc/<pid>/limitsEugene Teo2008-02-23
* /proc/pid/pagemap: fix PM_SPECIAL macroHans Rosenfeld2008-02-23
* d_path: Make d_path() use a struct pathJan Blunck2008-02-15
* d_path: Make seq_path() use a struct path argumentJan Blunck2008-02-15
* d_path: Make proc_get_link() use a struct path argumentJan Blunck2008-02-15
* Use struct path in fs_structJan Blunck2008-02-15
* Introduce path_put()Jan Blunck2008-02-15
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-15
* revert "proc: fix the threaded proc self"Andrew Morton2008-02-08
* procfs: constify function pointer tablesJan Engelhardt2008-02-08
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-08
* proc: fix ->open'less usage due to ->proc_fops flipAlexey Dobriyan2008-02-08
* proc: fix the threaded /proc/selfEric W. Biederman2008-02-08
* proc: proper pidns handling for /proc/selfEric W. Biederman2008-02-08
* proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman2008-02-08
* seqfile convert proc_pid_statmEric W. Biederman2008-02-08
* proc: rewrite do_task_stat to correctly handle pid namespaces.Eric W. Biederman2008-02-08
* proc: implement proc_single_file_operationsEric W. Biederman2008-02-08
* proc: detect duplicate names on registrationZhang Rui2008-02-08
* proc: remove useless check on symlink removalAlexey Dobriyan2008-02-08
* proc: simplify function prototypesAlexey Dobriyan2008-02-08
* proc: less LOCK operations during lookupAlexey Dobriyan2008-02-08
* proc: remove MODULE_LICENSEAlexey Dobriyan2008-02-08
* iget: stop PROCFS from using iget() and read_inode()David Howells2008-02-07
* proc: loadavg reading raceMichal Schmidt2008-02-06
* proper prototype for get_filesystem_list()Adrian Bunk2008-02-06
* proper show_interrupts() prototypeAdrian Bunk2008-02-06
* Add 64-bit capability support to the kernelAndrew Morgan2008-02-05
* Fix /proc dcache deadlock in do_exitAndrea Arcangeli2008-02-05
* maps4: make page monitoring /proc file optionalMatt Mackall2008-02-05
* maps4: add /proc/kpageflags interfaceMatt Mackall2008-02-05
* maps4: add /proc/kpagecount interfaceMatt Mackall2008-02-05
* maps4: add /proc/pid/pagemap interfaceMatt Mackall2008-02-05
* maps4: regroup task_mmu by interfaceMatt Mackall2008-02-05
* maps4: move clear_refs code to task_mmu.cMatt Mackall2008-02-05
* maps4: simplify interdependence of maps and smapsMatt Mackall2008-02-05
* maps4: use pagewalker in clear_refs and smapsMatt Mackall2008-02-05
* maps4: add proportional set size accounting in smapsFengguang Wu2008-02-05
* is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter2008-02-05
* [PATCH] switch audit_get_loginuid() to task_struct *Al Viro2008-02-01
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-01-31
|\
| * proc/base.c: Use task_is_*Matthew Wilcox2007-12-06
| * proc/array.c: Use TASK_REPORTMatthew Wilcox2007-12-06
* | [ATM]: Oops reading net/atm/arpDenis V. Lunev2008-01-28
* | [NET]: Consolidate net namespace related proc files creation.Denis V. Lunev2008-01-28
* | sched: latencytop supportArjan van de Ven2008-01-25
* | fix the "remove task_ppid_nr_ns" commitOleg Nesterov2008-01-14