summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorLines
2009-11-12pidns: fix a leak in /proc dentries and inodes with pid namespaces.Sukadev Bhattiprolu-2/+1
2009-10-29hwpoison: fix/proc/meminfo alignmentHugh Dickins-1/+1
2009-10-08pagemap: export KPF_HWPOISONWu Fengguang-0/+5
2009-10-08fs: includecheck fix: proc, kcore.cJaswinder Singh Rajput-1/+0
2009-09-24procfs: disable per-task stack usage on NOMMUAndrew Morton-0/+7
2009-09-24Merge branch 'cputime' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds-1/+6
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds-1/+8
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan-1/+1
2009-09-24[PATCH] Fix idle time field in /proc/uptimeMichael Abbott-1/+6
2009-09-23/proc/kcore: update stat.st_size after memory hotplugKAMEZAWA Hiroyuki-0/+5
2009-09-23/proc/kcore: fix stat.st_sizeKAMEZAWA Hiroyuki-1/+5
2009-09-23kcore: more fixes for initKAMEZAWA Hiroyuki-1/+4
2009-09-23kcore: register module area in generic wayKAMEZAWA Hiroyuki-1/+18
2009-09-23kcore: register vmemmap rangeKAMEZAWA Hiroyuki-2/+50
2009-09-23kcore: use registerd physmem informationKAMEZAWA Hiroyuki-12/+167
2009-09-23kcore: register text area in generic wayKAMEZAWA Hiroyuki-1/+18
2009-09-23kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki-0/+5
2009-09-23kcore: add kclist typesKAMEZAWA Hiroyuki-1/+2
2009-09-23kcore: use usual list for kclistKAMEZAWA Hiroyuki-6/+6
2009-09-23procfs: provide stack information for threadsStefani Seibold-1/+103
2009-09-23fs/proc/base.c: fix proc_fault_inject_write() input sanity checkVincent Li-6/+5
2009-09-23fs/proc/task_mmu.c v1: fix clear_refs_write() input sanity checkVincent Li-8/+6
2009-09-23kcore: fix /proc/kcore's stat.st_sizeAmerigo Wang-3/+0
2009-09-23proc_flush_task: flush /proc/tid/task/pid when a sub-thread exitsOleg Nesterov-7/+3
2009-09-23proc: fix reported unit for RLIMIT_CPUKees Cook-1/+1
2009-09-23seq_file: constify seq_operationsJames Morris-1/+1
2009-09-22oom: fix oom_adjust_write() input sanity checkKOSAKI Motohiro-8/+10
2009-09-22oom: make oom_score to per-process valueKOSAKI Motohiro-1/+1
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro-4/+20
2009-09-22kcore: /proc/kcore should use vreadKAMEZAWA Hiroyuki-33/+2
2009-09-22pagemap clear_refs: modify to specify anon or mapped vma clearingMoussa A. Ba-4/+24
2009-09-22ksm: identify PageKsm pagesHugh Dickins-0/+5
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro-0/+2
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro-0/+2
2009-09-16HWPOISON: The high level memory error handler in the VM v7Andi Kleen-1/+8
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro-16/+3
2009-08-10mm_for_maps: take ->cred_guard_mutex to fix the race with execOleg Nesterov-11/+11
2009-08-10mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov-5/+5
2009-08-10mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov-12/+11
2009-06-18proc: vmcore - use kzalloc in get_new_element()Cyrill Gorcunov-6/+1
2009-06-18procfs: remove sparse errors in proc_devtree.cMichal Simek-5/+5
2009-06-18proc: export statistics for softirq to /procKeika Kobayashi-0/+60
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes-3/+16
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro-6/+0
2009-06-16proc: export more page flags in /proc/kpageflagsWu Fengguang-32/+120
2009-06-16proc: kpagecount/kpageflags code cleanupWu Fengguang-6/+11
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang-0/+1
2009-06-11Move junk from proc_fs.h to fs/proc/internal.hAl Viro-0/+26
2009-06-11Merge branch 'next' into for-linusJames Morris-0/+6
2009-06-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-12/+6