summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2009-09-22oom: fix oom_adjust_write() input sanity checkKOSAKI Motohiro1-8/+10
2009-09-22oom: make oom_score to per-process valueKOSAKI Motohiro1-1/+1
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro1-4/+20
2009-09-22kcore: /proc/kcore should use vreadKAMEZAWA Hiroyuki1-33/+2
2009-09-22pagemap clear_refs: modify to specify anon or mapped vma clearingMoussa A. Ba1-4/+24
2009-09-22ksm: identify PageKsm pagesHugh Dickins1-0/+5
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro1-0/+2
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro1-0/+2
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro1-16/+3
2009-08-10mm_for_maps: take ->cred_guard_mutex to fix the race with execOleg Nesterov1-11/+11
2009-08-10mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov3-5/+5
2009-08-10mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov1-12/+11
2009-06-18proc: vmcore - use kzalloc in get_new_element()Cyrill Gorcunov1-6/+1
2009-06-18procfs: remove sparse errors in proc_devtree.cMichal Simek1-5/+5
2009-06-18proc: export statistics for softirq to /procKeika Kobayashi3-0/+60
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes1-3/+16
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2-6/+0
2009-06-16proc: export more page flags in /proc/kpageflagsWu Fengguang1-32/+120
2009-06-16proc: kpagecount/kpageflags code cleanupWu Fengguang1-6/+11
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang1-0/+1
2009-06-11Move junk from proc_fs.h to fs/proc/internal.hAl Viro2-0/+26
2009-06-11Merge branch 'next' into for-linusJames Morris1-0/+6
2009-06-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+6
2009-06-09Merge branch 'master' into nextJames Morris1-1/+1
2009-05-29procfs: make errno values consistent when open pident vs exit(2) race occursKOSAKI Motohiro1-1/+1
2009-05-22Merge branch 'master' into nextJames Morris1-2/+1
2009-05-15sched, timers: cleanup avenrun usersThomas Gleixner1-12/+6
2009-05-11CRED: Guard the setprocattr security hook against ptraceDavid Howells1-0/+6
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-2/+1
2009-05-04proc: avoid information leaks to non-privileged processesJake Edge2-5/+13
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro1-1/+1
2009-05-02pagemap: require aligned-length, non-null reads of /proc/pid/pagemapVitaly Mayatskikh1-0/+4
2009-04-23[S390] /proc/stat idle field for idle cpusMartin Schwidefsky1-0/+5
2009-04-16proc: mounts_poll() make consistent to mdstat_pollKOSAKI Motohiro1-2/+2
2009-04-08nommu: fix typo vma->pg_off to vma->vm_pgoffNobuhiro Iwamatsu1-1/+1
2009-04-07/proc/pid/maps: don't show pgoff of pure ANON VMAsKAMEZAWA Hiroyuki2-2/+6
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-1/+3
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells2-3/+3
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan1-14/+4
2009-04-01proc tty: add struct tty_operations::proc_fopsAlexey Dobriyan1-7/+13
2009-03-31Get rid of indirect include of fs_struct.hAl Viro2-0/+2
2009-03-31New locking/refcounting for fs_structAl Viro1-1/+1
2009-03-31Revert "proc: revert /proc/uptime to ->read_proc hook"Alexey Dobriyan1-20/+18
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2-17/+3
2009-03-31proc 1/2: do PDE usecounting even for ->read_proc, ->write_procAlexey Dobriyan3-11/+40
2009-03-31proc: fix sparse warnings in pagemap_read()Milind Arun Choudhary1-4/+4
2009-03-31proc: move fs/proc/inode-alloc.txt comment into a source fileRandy Dunlap2-14/+15
2009-03-30trivial: fix typo "kernal" -> "kernel"Uwe Kleine-Koenig1-1/+1
2009-03-28fix setuid sometimes wouldn'tHugh Dickins1-34/+16