summaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* proc: do proper range check on readdir offsetLinus Torvalds2011-04-181-2/+7
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-231-63/+118
|\
| * deal with races in /proc/*/{syscall,stack,personality}Al Viro2011-03-231-19/+50
| * proc: enable writing to /proc/pid/memStephen Wilson2011-03-231-5/+0
| * proc: make check_mem_permission() return an mm_struct on successStephen Wilson2011-03-231-24/+34
| * proc: hold cred_guard_mutex in check_mem_permission()Stephen Wilson2011-03-231-4/+22
| * proc: disable mem_write after execStephen Wilson2011-03-231-0/+4
| * auxv: require the target to be tracable (or yourself)Al Viro2011-03-231-3/+3
| * close race in /proc/*/environAl Viro2011-03-231-6/+4
| * report errors in /proc/*/*map* sanelyAl Viro2011-03-231-3/+5
| * pagemap: close races with suid execveAl Viro2011-03-231-2/+2
| * make sessionid permissions in /proc/*/task/* match those in /proc/*Al Viro2011-03-231-1/+1
* | procfs: fix some wrong error code usageJovi Zhang2011-03-231-2/+5
* | proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov2011-03-231-1/+1
|/
* /proc/self is never going to be invalidated...Al Viro2011-03-101-30/+0
* oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines2011-01-131-1/+3
* proc: use single_open() correctlyJovi Zhang2011-01-131-26/+3
* proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan2011-01-131-1/+1
* fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %psJoe Perches2011-01-131-14/+8
* Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-071-16/+37
|\
| * fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-2/+4
| * fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-7/+26
| * fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-6/+6
| * fs: change d_delete semanticsNick Piggin2011-01-071-1/+1
* | Merge branch 'linus' into sched/coreIngo Molnar2010-12-081-1/+1
|\ \ | |/
| * Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman2010-12-051-1/+1
* | sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith2010-11-301-0/+79
|/
* signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-271-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-261-0/+4
|\
| * fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+2
| * vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki2010-10-251-0/+2
* | oom: fix locking for oom_adj and oom_score_adjDavid Rientjes2010-10-261-19/+21
* | oom: rewrite error handling for oom_adj and oom_score_adj tunablesDavid Rientjes2010-10-261-35/+48
* | oom: add per-mm oom disable countYing Han2010-10-261-0/+30
|/
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+8
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+8
* | proc: make /proc/pid/limits world readableJiri Olsa2010-10-011-2/+2
|/
* vfs: show unreachable paths in getcwd and procMiklos Szeredi2010-08-111-1/+1
* vfs: add helpers to get root and pwdMiklos Szeredi2010-08-111-11/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-3/+13
|\
| * remove inode_setattrChristoph Hellwig2010-08-091-3/+13
* | oom: deprecate oom_adj tunableDavid Rientjes2010-08-091-0/+8
* | oom: badness heuristic rewriteDavid Rientjes2010-08-091-4/+90
* | oom: move badness() declaration into oom.hAndrew Morton2010-08-091-3/+0
* | oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro2010-08-091-2/+3
|/
* proc: cleanup: remove unused assignmentsDan Carpenter2010-05-271-2/+2
* proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov2010-05-271-12/+0
* Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds2010-05-191-1/+9
|\
| * procfs: Kill BKL in llseek on proc baseArnd Bergmann2010-04-091-1/+9
OpenPOWER on IntegriCloud