aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-05is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter1-1/+1
2008-02-01[PATCH] switch audit_get_loginuid() to task_struct *Al Viro1-1/+1
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds2-7/+2
2008-01-28[ATM]: Oops reading net/atm/arpDenis V. Lunev1-4/+13
2008-01-28[NET]: Consolidate net namespace related proc files creation.Denis V. Lunev1-0/+38
2008-01-25sched: latencytop supportArjan van de Ven1-0/+78
2008-01-14fix the "remove task_ppid_nr_ns" commitOleg Nesterov1-1/+1
2008-01-13remove task_ppid_nr_nsRoland McGrath1-2/+2
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro4-5/+24
2008-01-02Unify /proc/slabinfo configurationLinus Torvalds1-19/+2
2008-01-02slub: register slabinfo to procfsPekka Enberg1-0/+17
2007-12-10proc: remove/Fix proc generic d_revalidateEric W. Biederman1-7/+0
2007-12-06proc/base.c: Use task_is_*Matthew Wilcox1-1/+1
2007-12-06proc/array.c: Use TASK_REPORTMatthew Wilcox1-6/+1
2007-12-05proc: fix proc_dir_entry refcountingAlexey Dobriyan3-14/+5
2007-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds2-82/+16
2007-12-02[NETNS]: Fix /proc/net breakageEric W. Biederman2-82/+16
2007-11-29proc: remove races from proc_id_readdir()Eric W. Biederman1-23/+28
2007-11-29proc: fix NULL ->i_fop oopsAlexey Dobriyan3-40/+1
2007-11-26sched: fix prev_stime calculationIngo Molnar1-1/+3
2007-11-14proc: simplify and correct proc_flush_taskEric W. Biederman1-9/+6
2007-11-14proc: fix proc_kill_inodes to kill dentries on all proc superblocksEric W. Biederman3-18/+25
2007-11-13[NET]: Move unneeded data to initdata section.Denis V. Lunev1-1/+1
2007-11-07[NET]: Kill proc_net_create()David S. Miller1-7/+0
2007-10-30sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh1-1/+2
2007-10-29sched: keep utime/stime monotonicPeter Zijlstra1-1/+2
2007-10-26[NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman1-1/+1
2007-10-26[NET] fs/proc/proc_net.c: make a struct staticAdrian Bunk1-1/+1
2007-10-25Fix pointer mismatches in proc_sysctl.cDavid Howells1-2/+4
2007-10-22procfs: fix kernel-doc param warningsRandy Dunlap1-24/+22
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-1/+1
2007-10-19Remove unused variables from fs/proc/base.cPavel Emelyanov1-4/+1
2007-10-19Fix tsk->exit_state usageEugene Teo1-2/+1
2007-10-19proc: export a processes resource limits via /proc/pidNeil Horman1-0/+75
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov1-1/+1