aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2008-03-22Change pagemap output format to allow for future reporting of huge pagesHans Rosenfeld
2008-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-03-20[NET]: Fix permissions of /proc/netAndre Noll
2008-03-18[PATCH] export sessionid alongside the loginuid in procfsEric Paris
2008-03-13pagemap: proper read error handlingMarcelo Tosatti
2008-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-03-11net: fix build with CONFIG_NET=nAndrew Morton
2008-03-07[NET]: Make /proc/net a symlink on /proc/self/net (v3)Pavel Emelyanov
2008-03-04block/genhd.c: proper externsAdrian Bunk
2008-02-25latencytop: change /proc task_struct access methodHiroshi Shimamoto
2008-02-25latencytop: fix memory leak on latency proc fileHiroshi Shimamoto
2008-02-25latencytop: fix kernel panic while reading latency proc fileHiroshi Shimamoto
2008-02-23proc: add RLIMIT_RTTIME to /proc/<pid>/limitsEugene Teo
2008-02-23/proc/pid/pagemap: fix PM_SPECIAL macroHans Rosenfeld
2008-02-14d_path: Make d_path() use a struct pathJan Blunck
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck
2008-02-14d_path: Make proc_get_link() use a struct path argumentJan Blunck
2008-02-14Use struct path in fs_structJan Blunck
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-08revert "proc: fix the threaded proc self"Andrew Morton
2008-02-08procfs: constify function pointer tablesJan Engelhardt
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells
2008-02-08proc: fix ->open'less usage due to ->proc_fops flipAlexey Dobriyan
2008-02-08proc: fix the threaded /proc/selfEric W. Biederman
2008-02-08proc: proper pidns handling for /proc/selfEric W. Biederman
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman
2008-02-08seqfile convert proc_pid_statmEric W. Biederman
2008-02-08proc: rewrite do_task_stat to correctly handle pid namespaces.Eric W. Biederman
2008-02-08proc: implement proc_single_file_operationsEric W. Biederman
2008-02-08proc: detect duplicate names on registrationZhang Rui
2008-02-08proc: remove useless check on symlink removalAlexey Dobriyan
2008-02-08proc: simplify function prototypesAlexey Dobriyan
2008-02-08proc: less LOCK operations during lookupAlexey Dobriyan
2008-02-08proc: remove MODULE_LICENSEAlexey Dobriyan
2008-02-07iget: stop PROCFS from using iget() and read_inode()David Howells
2008-02-06proc: loadavg reading raceMichal Schmidt
2008-02-06proper prototype for get_filesystem_list()Adrian Bunk
2008-02-06proper show_interrupts() prototypeAdrian Bunk
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan
2008-02-05Fix /proc dcache deadlock in do_exitAndrea Arcangeli
2008-02-05maps4: make page monitoring /proc file optionalMatt Mackall
2008-02-05maps4: add /proc/kpageflags interfaceMatt Mackall
2008-02-05maps4: add /proc/kpagecount interfaceMatt Mackall
2008-02-05maps4: add /proc/pid/pagemap interfaceMatt Mackall
2008-02-05maps4: regroup task_mmu by interfaceMatt Mackall
2008-02-05maps4: move clear_refs code to task_mmu.cMatt Mackall
2008-02-05maps4: simplify interdependence of maps and smapsMatt Mackall
2008-02-05maps4: use pagewalker in clear_refs and smapsMatt Mackall
2008-02-05maps4: add proportional set size accounting in smapsFengguang Wu