aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2010-10-27/proc/pid/smaps: export amount of anonymous memory in a mappingGravatar Nikanth Karthikesan 1-0/+6
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structGravatar KOSAKI Motohiro 1-4/+4
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-0/+6
2010-10-26oom: fix locking for oom_adj and oom_score_adjGravatar David Rientjes 1-19/+21
2010-10-26oom: rewrite error handling for oom_adj and oom_score_adj tunablesGravatar David Rientjes 1-35/+48
2010-10-26oom: add per-mm oom disable countGravatar Ying Han 1-0/+30
2010-10-26vmcore: it is not experimental any moreGravatar WANG Cong 1-2/+2
2010-10-25fs: do not assign default i_ino in new_inodeGravatar Christoph Hellwig 2-0/+4
2010-10-25vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posGravatar KAMEZAWA Hiroyuki 1-0/+2
2010-10-23Revert "tty: Add a new file /proc/tty/consoles"Gravatar Linus Torvalds 1-158/+0
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Gravatar Linus Torvalds 1-0/+158
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 4-0/+11
2010-10-22tty: Add a new file /proc/tty/consolesGravatar Dr. Werner Fink 1-0/+158
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 4-0/+11
2010-10-01proc: make /proc/pid/limits world readableGravatar Jiri Olsa 1-2/+2
2010-09-22/proc/pid/smaps: fix dirty pages accountingGravatar KOSAKI Motohiro 1-2/+2
2010-09-22/proc/vmcore: fix seekingGravatar Arnd Bergmann 1-1/+1
2010-09-09proc: export uncached bit properly in /proc/kpageflagsGravatar Takashi Iwai 1-1/+1
2010-09-09mm: Move vma_stack_continue into mm.hGravatar Stefan Bader 1-1/+2
2010-08-15mm: fix up some user-visible effects of the stack guard pageGravatar Linus Torvalds 1-1/+7
2010-08-14bkl: Remove locked .ioctl file operationGravatar Arnd Bergmann 1-13/+4
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-12/+12
2010-08-11procfs: simplify conditional processing of fs/proc.o.Gravatar Robert P. J. Day 1-1/+1
2010-08-11vfs: show unreachable paths in getcwd and procGravatar Miklos Szeredi 1-1/+1
2010-08-11vfs: add helpers to get root and pwdGravatar Miklos Szeredi 1-11/+11
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-15/+40
2010-08-09oom: deprecate oom_adj tunableGravatar David Rientjes 1-0/+8
2010-08-09oom: badness heuristic rewriteGravatar David Rientjes 1-4/+90
2010-08-09oom: move badness() declaration into oom.hGravatar Andrew Morton 1-3/+0
2010-08-09oom: /proc/<pid>/oom_score treat kernel thread honestlyGravatar KOSAKI Motohiro 1-2/+3
2010-08-09switch procfs to ->evict_inode()Gravatar Al Viro 1-3/+3
2010-08-09remove inode_setattrGravatar Christoph Hellwig 3-12/+37
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsGravatar David Howells 1-1/+1
2010-06-29nommu: add '[stack]' label to /proc/pid/maps outputGravatar Mike Frysinger 1-4/+16
2010-06-13of: Drop properties with "/" in their nameGravatar Michael Ellerman 1-0/+3
2010-05-27kcore: add _text to KCORE_TEXTGravatar Wu Fengguang 1-1/+1
2010-05-27proc: remove obsolete commentsGravatar Amerigo Wang 1-15/+0
2010-05-27proc: cleanup: remove unused assignmentsGravatar Dan Carpenter 2-3/+2
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerGravatar Oleg Nesterov 2-14/+2
2010-05-25pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vmaGravatar Naoya Horiguchi 1-0/+4
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Gravatar Linus Torvalds 5-3/+14
2010-05-17procfs: Kill the bkl in ioctlGravatar Frederic Weisbecker 1-2/+2
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsGravatar Robin Holt 2-21/+1
2010-04-27procfs: fix tid fdinfoGravatar Jerome Marchand 1-1/+1
2010-04-09procfs: Use generic_file_llseek in /proc/vmcoreGravatar Frederic Weisbecker 1-0/+1
2010-04-09procfs: Use generic_file_llseek in /proc/kmsgGravatar Frederic Weisbecker 1-0/+1
2010-04-09procfs: Use generic_file_llseek in /proc/kcoreGravatar Frederic Weisbecker 1-0/+1
2010-04-09procfs: Kill BKL in llseek on proc baseGravatar Arnd Bergmann 1-1/+9
2010-04-07pagemap: fix pfn calculation for hugepageGravatar Naoya Horiguchi 1-20/+7
2010-04-06proc: copy_to_user() returns unsignedGravatar Dan Carpenter 1-1/+1