aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2010-10-29switch procfs to ->mount()Al Viro
2010-10-29setting ->proc_mnt doesn't belong in proc_get_sb()Al Viro
2010-10-27/proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki
2010-10-27/proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki
2010-10-27procfs: fix /proc/softirqs formattingDavidlohr Bueso
2010-10-27/proc/pid/smaps: export amount of anonymous memory in a mappingNikanth Karthikesan
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-26oom: fix locking for oom_adj and oom_score_adjDavid Rientjes
2010-10-26oom: rewrite error handling for oom_adj and oom_score_adj tunablesDavid Rientjes
2010-10-26oom: add per-mm oom disable countYing Han
2010-10-26vmcore: it is not experimental any moreWANG Cong
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-25vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki
2010-10-23Revert "tty: Add a new file /proc/tty/consoles"Linus Torvalds
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22tty: Add a new file /proc/tty/consolesDr. Werner Fink
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-01proc: make /proc/pid/limits world readableJiri Olsa
2010-09-22/proc/pid/smaps: fix dirty pages accountingKOSAKI Motohiro
2010-09-22/proc/vmcore: fix seekingArnd Bergmann
2010-09-09proc: export uncached bit properly in /proc/kpageflagsTakashi Iwai
2010-09-09mm: Move vma_stack_continue into mm.hStefan Bader
2010-08-15mm: fix up some user-visible effects of the stack guard pageLinus Torvalds
2010-08-14bkl: Remove locked .ioctl file operationArnd Bergmann
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-11procfs: simplify conditional processing of fs/proc.o.Robert P. J. Day
2010-08-11vfs: show unreachable paths in getcwd and procMiklos Szeredi
2010-08-11vfs: add helpers to get root and pwdMiklos Szeredi
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09oom: deprecate oom_adj tunableDavid Rientjes
2010-08-09oom: badness heuristic rewriteDavid Rientjes
2010-08-09oom: move badness() declaration into oom.hAndrew Morton
2010-08-09oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro
2010-08-09switch procfs to ->evict_inode()Al Viro
2010-08-09remove inode_setattrChristoph Hellwig
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells
2010-06-29nommu: add '[stack]' label to /proc/pid/maps outputMike Frysinger
2010-06-13of: Drop properties with "/" in their nameMichael Ellerman
2010-05-27kcore: add _text to KCORE_TEXTWu Fengguang
2010-05-27proc: remove obsolete commentsAmerigo Wang
2010-05-27proc: cleanup: remove unused assignmentsDan Carpenter
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov
2010-05-25pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vmaNaoya Horiguchi
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds
2010-05-17procfs: Kill the bkl in ioctlFrederic Weisbecker
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt
2010-04-27procfs: fix tid fdinfoJerome Marchand
2010-04-09procfs: Use generic_file_llseek in /proc/vmcoreFrederic Weisbecker