aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | procfs: fix tid fdinfoJerome Marchand2010-04-271-1/+1
* | Merge branch 'master' into export-slabhTejun Heo2010-04-051-2/+3
|\ \
| * | oom: fix the unsafe usage of badness() in proc_oom_score()Oleg Nesterov2010-04-011-2/+3
| |/
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-8/+2
|\
| * take check for new events in namespace (guts of mounts_poll()) to namespace.cAl Viro2010-03-031-8/+2
* | vfs: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney2010-02-251-1/+5
|/
* Switch proc/self to nd_set_link()Al Viro2010-02-191-5/+19
* fix autofs/afs/etc. magic mountpoint breakageAl Viro2010-01-141-1/+0
* elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-161-2/+2
* procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz2009-12-151-0/+68
* pidns: fix a leak in /proc dentries and inodes with pid namespaces.Sukadev Bhattiprolu2009-11-121-2/+1
* fs/proc/base.c: fix proc_fault_inject_write() input sanity checkVincent Li2009-09-231-6/+5
* proc_flush_task: flush /proc/tid/task/pid when a sub-thread exitsOleg Nesterov2009-09-231-7/+3
* proc: fix reported unit for RLIMIT_CPUKees Cook2009-09-231-1/+1
* oom: fix oom_adjust_write() input sanity checkKOSAKI Motohiro2009-09-221-8/+10
* oom: make oom_score to per-process valueKOSAKI Motohiro2009-09-221-1/+1
* oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro2009-09-221-4/+20
* mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-181-16/+3
* mm_for_maps: take ->cred_guard_mutex to fix the race with execOleg Nesterov2009-08-101-11/+11
* mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov2009-08-101-5/+3
* mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov2009-08-101-12/+11
* oom: move oom_adj value from task_struct to mm_structDavid Rientjes2009-06-161-3/+16
* Merge branch 'master' into nextJames Morris2009-06-091-1/+1
|\
| * procfs: make errno values consistent when open pident vs exit(2) race occursKOSAKI Motohiro2009-05-291-1/+1
* | CRED: Guard the setprocattr security hook against ptraceDavid Howells2009-05-111-0/+6
|/
* proc: avoid information leaks to non-privileged processesJake Edge2009-05-041-1/+4
* proc: mounts_poll() make consistent to mdstat_pollKOSAKI Motohiro2009-04-161-2/+2
* Get rid of indirect include of fs_struct.hAl Viro2009-03-311-0/+1
* fix setuid sometimes wouldn'tHugh Dickins2009-03-281-34/+16
* constify dentry_operations: procfsAl Viro2009-03-271-3/+3
* Avoid 64-bit "switch()" statements on 32-bit architecturesLinus Torvalds2009-03-171-1/+1