aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
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
2008-02-05is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter
2008-02-01[PATCH] switch audit_get_loginuid() to task_struct *Al Viro
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2008-01-28[ATM]: Oops reading net/atm/arpDenis V. Lunev
2008-01-28[NET]: Consolidate net namespace related proc files creation.Denis V. Lunev
2008-01-25sched: latencytop supportArjan van de Ven
2008-01-14fix the "remove task_ppid_nr_ns" commitOleg Nesterov
2008-01-13remove task_ppid_nr_nsRoland McGrath
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro
2008-01-02Unify /proc/slabinfo configurationLinus Torvalds
2008-01-02slub: register slabinfo to procfsPekka Enberg
2007-12-10proc: remove/Fix proc generic d_revalidateEric W. Biederman
2007-12-06proc/base.c: Use task_is_*Matthew Wilcox
2007-12-06proc/array.c: Use TASK_REPORTMatthew Wilcox
2007-12-05proc: fix proc_dir_entry refcountingAlexey Dobriyan
2007-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds
2007-12-02[NETNS]: Fix /proc/net breakageEric W. Biederman
2007-11-29proc: remove races from proc_id_readdir()Eric W. Biederman
2007-11-29proc: fix NULL ->i_fop oopsAlexey Dobriyan
2007-11-26sched: fix prev_stime calculationIngo Molnar
2007-11-14proc: simplify and correct proc_flush_taskEric W. Biederman
2007-11-14proc: fix proc_kill_inodes to kill dentries on all proc superblocksEric W. Biederman
2007-11-13[NET]: Move unneeded data to initdata section.Denis V. Lunev