aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* merge opensource jb u5codeworkx2012-09-221-2/+38
* fix permission issue which prevents "active tasks" shown inGokhan Moral2012-09-181-1/+2
* Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-61/+47
|\
| * proc: make sure mem_open() doesn't pin the target's memoryOleg Nesterov2012-02-131-1/+13
| * proc: unify mem_read() and mem_write()Oleg Nesterov2012-02-131-58/+32
| * proc: mem_release() should check mm != NULLOleg Nesterov2012-02-131-2/+2
| * proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds2012-01-251-106/+39
* | samsung update 1codeworkx2012-06-021-107/+80
|/
* vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> filesLinus Torvalds2011-11-111-1/+9
* proc: fix a race in do_io_accounting()Vasiliy Kulikov2011-08-041-3/+13
* proc: restrict access to /proc/PID/ioVasiliy Kulikov2011-06-281-2/+5
* proc_fd_permission() is doesn't need to bail out in RCU modeAl Viro2011-06-201-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-291-0/+9
|\
| * arch/tile: more /proc and /sys file supportChris Metcalf2011-05-271-0/+9
* | proc: put check_mem_permission after __get_free_page in mem_writeKOSAKI Motohiro2011-05-261-7/+9
* | fs/proc: convert to kstrtoX()Alexey Dobriyan2011-05-261-8/+8
* | mm: extract exe_file handling from procfsJiri Slaby2011-05-261-51/+0
* | ns: proc files for namespace naming policy.Eric W. Biederman2011-05-101-11/+9
|/
* 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