aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-22oom: fix oom_adjust_write() input sanity checkKOSAKI Motohiro
2009-09-22oom: make oom_score to per-process valueKOSAKI Motohiro
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro
2009-09-22kcore: /proc/kcore should use vreadKAMEZAWA Hiroyuki
2009-09-22pagemap clear_refs: modify to specify anon or mapped vma clearingMoussa A. Ba
2009-09-22ksm: identify PageKsm pagesHugh Dickins
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro
2009-08-10mm_for_maps: take ->cred_guard_mutex to fix the race with execOleg Nesterov
2009-08-10mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov
2009-08-10mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov
2009-06-18proc: vmcore - use kzalloc in get_new_element()Cyrill Gorcunov
2009-06-18procfs: remove sparse errors in proc_devtree.cMichal Simek
2009-06-18proc: export statistics for softirq to /procKeika Kobayashi
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro
2009-06-16proc: export more page flags in /proc/kpageflagsWu Fengguang
2009-06-16proc: kpagecount/kpageflags code cleanupWu Fengguang
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang
2009-06-11Move junk from proc_fs.h to fs/proc/internal.hAl Viro
2009-06-11Merge branch 'next' into for-linusJames Morris
2009-06-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-06-09Merge branch 'master' into nextJames Morris
2009-05-29procfs: make errno values consistent when open pident vs exit(2) race occursKOSAKI Motohiro
2009-05-22Merge branch 'master' into nextJames Morris
2009-05-15sched, timers: cleanup avenrun usersThomas Gleixner
2009-05-11CRED: Guard the setprocattr security hook against ptraceDavid Howells
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro
2009-05-04proc: avoid information leaks to non-privileged processesJake Edge
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro
2009-05-02pagemap: require aligned-length, non-null reads of /proc/pid/pagemapVitaly Mayatskikh
2009-04-23[S390] /proc/stat idle field for idle cpusMartin Schwidefsky
2009-04-16proc: mounts_poll() make consistent to mdstat_pollKOSAKI Motohiro
2009-04-08nommu: fix typo vma->pg_off to vma->vm_pgoffNobuhiro Iwamatsu
2009-04-07/proc/pid/maps: don't show pgoff of pure ANON VMAsKAMEZAWA Hiroyuki
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan
2009-04-01proc tty: add struct tty_operations::proc_fopsAlexey Dobriyan
2009-03-31Get rid of indirect include of fs_struct.hAl Viro
2009-03-31New locking/refcounting for fs_structAl Viro
2009-03-31Revert "proc: revert /proc/uptime to ->read_proc hook"Alexey Dobriyan
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-03-31proc 1/2: do PDE usecounting even for ->read_proc, ->write_procAlexey Dobriyan
2009-03-31proc: fix sparse warnings in pagemap_read()Milind Arun Choudhary
2009-03-31proc: move fs/proc/inode-alloc.txt comment into a source fileRandy Dunlap
2009-03-30trivial: fix typo "kernal" -> "kernel"Uwe Kleine-Koenig