summaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
AgeCommit message (Expand)Author
2011-04-18proc: do proper range check on readdir offsetLinus Torvalds
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-23procfs: fix some wrong error code usageJovi Zhang
2011-03-23proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov
2011-03-23deal with races in /proc/*/{syscall,stack,personality}Al Viro
2011-03-23proc: enable writing to /proc/pid/memStephen Wilson
2011-03-23proc: make check_mem_permission() return an mm_struct on successStephen Wilson
2011-03-23proc: hold cred_guard_mutex in check_mem_permission()Stephen Wilson
2011-03-23proc: disable mem_write after execStephen Wilson
2011-03-23auxv: require the target to be tracable (or yourself)Al Viro
2011-03-23close race in /proc/*/environAl Viro
2011-03-23report errors in /proc/*/*map* sanelyAl Viro
2011-03-23pagemap: close races with suid execveAl Viro
2011-03-23make sessionid permissions in /proc/*/task/* match those in /proc/*Al Viro
2011-03-10/proc/self is never going to be invalidated...Al Viro
2011-01-13oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines
2011-01-13proc: use single_open() correctlyJovi Zhang
2011-01-13proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan
2011-01-13fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %psJoe Perches
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
2010-12-08Merge branch 'linus' into sched/coreIngo Molnar
2010-12-05Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith
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-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-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-01proc: make /proc/pid/limits world readableJiri Olsa
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-09remove inode_setattrChristoph Hellwig
2010-05-27proc: cleanup: remove unused assignmentsDan Carpenter
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds
2010-04-27procfs: fix tid fdinfoJerome Marchand