summaryrefslogtreecommitdiff
path: root/fs/proc/base.c
AgeCommit message (Expand)Author
2010-12-21Merge branch 'linux-tegra-2.6.36' into android-tegra-2.6.36Colin Cross
2010-12-09Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman
2010-10-15Merge branch 'linux-tegra-2.6.36' into android-tegra-2.6.36Colin Cross
2010-10-01proc: make /proc/pid/limits world readableJiri Olsa
2010-09-29proc: smaps: Allow smaps access for CAP_SYS_RESOURCESan Mehat
2010-09-29Grants system server access to /proc/<pid>/oom_adj for Android applications.Mike Chan
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
2010-04-09procfs: Kill BKL in llseek on proc baseArnd Bergmann
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-04-01oom: fix the unsafe usage of badness() in proc_oom_score()Oleg Nesterov
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-03-03take check for new events in namespace (guts of mounts_poll()) to namespace.cAl Viro
2010-02-25vfs: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney
2010-02-19Switch proc/self to nd_set_link()Al Viro
2010-01-14fix autofs/afs/etc. magic mountpoint breakageAl Viro
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig
2009-12-15procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz
2009-11-12pidns: fix a leak in /proc dentries and inodes with pid namespaces.Sukadev Bhattiprolu
2009-09-23fs/proc/base.c: fix proc_fault_inject_write() input sanity checkVincent Li
2009-09-23proc_flush_task: flush /proc/tid/task/pid when a sub-thread exitsOleg Nesterov
2009-09-23proc: fix reported unit for RLIMIT_CPUKees Cook
2009-09-22oom: fix oom_adjust_write() input sanity checkKOSAKI Motohiro
2009-09-22oom: make oom_score to per-process valueKOSAKI Motohiro
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro
2009-08-10mm_for_maps: take ->cred_guard_mutex to fix the race with execOleg Nesterov
2009-08-10mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov
2009-08-10mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes
2009-06-09Merge branch 'master' into nextJames Morris
2009-05-29procfs: make errno values consistent when open pident vs exit(2) race occursKOSAKI Motohiro
2009-05-11CRED: Guard the setprocattr security hook against ptraceDavid Howells
2009-05-04proc: avoid information leaks to non-privileged processesJake Edge
2009-04-16proc: mounts_poll() make consistent to mdstat_pollKOSAKI Motohiro
2009-03-31Get rid of indirect include of fs_struct.hAl Viro
2009-03-28fix setuid sometimes wouldn'tHugh Dickins
2009-03-27constify dentry_operations: procfsAl Viro
2009-03-17Avoid 64-bit "switch()" statements on 32-bit architecturesLinus Torvalds