aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-22Change pagemap output format to allow for future reporting of huge pagesHans Rosenfeld1-16/+34
2008-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-03-20[NET]: Fix permissions of /proc/netAndre Noll1-1/+1
2008-03-18[PATCH] export sessionid alongside the loginuid in procfsEric Paris1-0/+22
2008-03-13pagemap: proper read error handlingMarcelo Tosatti1-5/+13
2008-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-37/+116
2008-03-11net: fix build with CONFIG_NET=nAndrew Morton1-0/+2
2008-03-07[NET]: Make /proc/net a symlink on /proc/self/net (v3)Pavel Emelyanov4-37/+114
2008-03-04block/genhd.c: proper externsAdrian Bunk1-2/+1
2008-02-25latencytop: change /proc task_struct access methodHiroshi Shimamoto1-28/+12
2008-02-25latencytop: fix memory leak on latency proc fileHiroshi Shimamoto1-1/+10
2008-02-25latencytop: fix kernel panic while reading latency proc fileHiroshi Shimamoto1-0/+2
2008-02-23proc: add RLIMIT_RTTIME to /proc/<pid>/limitsEugene Teo1-0/+1
2008-02-23/proc/pid/pagemap: fix PM_SPECIAL macroHans Rosenfeld1-1/+1
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-1/+1
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck2-2/+2
2008-02-14d_path: Make proc_get_link() use a struct path argumentJan Blunck4-41/+33
2008-02-14Use struct path in fs_structJan Blunck1-4/+4
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2-2/+3
2008-02-08revert "proc: fix the threaded proc self"Andrew Morton1-6/+6
2008-02-08procfs: constify function pointer tablesJan Engelhardt7-22/+22
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2-2/+0
2008-02-08proc: fix ->open'less usage due to ->proc_fops flipAlexey Dobriyan3-10/+38
2008-02-08proc: fix the threaded /proc/selfEric W. Biederman1-6/+6
2008-02-08proc: proper pidns handling for /proc/selfEric W. Biederman1-2/+10
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman5-74/+72
2008-02-08seqfile convert proc_pid_statmEric W. Biederman3-6/+9
2008-02-08proc: rewrite do_task_stat to correctly handle pid namespaces.Eric W. Biederman3-17/+20
2008-02-08proc: implement proc_single_file_operationsEric W. Biederman1-0/+43
2008-02-08proc: detect duplicate names on registrationZhang Rui1-0/+10
2008-02-08proc: remove useless check on symlink removalAlexey Dobriyan1-1/+1
2008-02-08proc: simplify function prototypesAlexey Dobriyan2-15/+6
2008-02-08proc: less LOCK operations during lookupAlexey Dobriyan1-2/+2
2008-02-08proc: remove MODULE_LICENSEAlexey Dobriyan1-1/+0
2008-02-07iget: stop PROCFS from using iget() and read_inode()David Howells1-32/+28
2008-02-06proc: loadavg reading raceMichal Schmidt1-3/+8
2008-02-06proper prototype for get_filesystem_list()Adrian Bunk1-1/+0
2008-02-06proper show_interrupts() prototypeAdrian Bunk1-1/+1
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan1-6/+15
2008-02-05Fix /proc dcache deadlock in do_exitAndrea Arcangeli1-1/+2
2008-02-05maps4: make page monitoring /proc file optionalMatt Mackall3-2/+8
2008-02-05maps4: add /proc/kpageflags interfaceMatt Mackall1-1/+83
2008-02-05maps4: add /proc/kpagecount interfaceMatt Mackall1-0/+50
2008-02-05maps4: add /proc/pid/pagemap interfaceMatt Mackall3-2/+204
2008-02-05maps4: regroup task_mmu by interfaceMatt Mackall1-207/+210
2008-02-05maps4: move clear_refs code to task_mmu.cMatt Mackall3-53/+37
2008-02-05maps4: simplify interdependence of maps and smapsMatt Mackall1-26/+26
2008-02-05maps4: use pagewalker in clear_refs and smapsMatt Mackall1-78/+17
2008-02-05maps4: add proportional set size accounting in smapsFengguang Wu1-1/+27