aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-14fix autofs/afs/etc. magic mountpoint breakageAl Viro1-1/+0
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig1-2/+2
2009-12-15procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz1-0/+68
2009-11-12pidns: fix a leak in /proc dentries and inodes with pid namespaces.Sukadev Bhattiprolu1-2/+1
2009-09-23fs/proc/base.c: fix proc_fault_inject_write() input sanity checkVincent Li1-6/+5
2009-09-23proc_flush_task: flush /proc/tid/task/pid when a sub-thread exitsOleg Nesterov1-7/+3
2009-09-23proc: fix reported unit for RLIMIT_CPUKees Cook1-1/+1
2009-09-22oom: fix oom_adjust_write() input sanity checkKOSAKI Motohiro1-8/+10
2009-09-22oom: make oom_score to per-process valueKOSAKI Motohiro1-1/+1
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro1-4/+20
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro1-16/+3
2009-08-10mm_for_maps: take ->cred_guard_mutex to fix the race with execOleg Nesterov1-11/+11
2009-08-10mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov1-5/+3
2009-08-10mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov1-12/+11
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes1-3/+16
2009-06-09Merge branch 'master' into nextJames Morris1-1/+1
2009-05-29procfs: make errno values consistent when open pident vs exit(2) race occursKOSAKI Motohiro1-1/+1
2009-05-11CRED: Guard the setprocattr security hook against ptraceDavid Howells1-0/+6
2009-05-04proc: avoid information leaks to non-privileged processesJake Edge1-1/+4
2009-04-16proc: mounts_poll() make consistent to mdstat_pollKOSAKI Motohiro1-2/+2
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1
2009-03-28fix setuid sometimes wouldn'tHugh Dickins1-34/+16
2009-03-27constify dentry_operations: procfsAl Viro1-3/+3
2009-03-17Avoid 64-bit "switch()" statements on 32-bit architecturesLinus Torvalds1-1/+1
2009-03-16filp->f_pos not correctly updated in proc_task_readdirZhang Le1-9/+7
2009-01-07Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds1-101/+130
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-4/+0
2009-01-05proc: remove write-only variable in proc_pident_lookup()WANG Cong1-2/+0
2009-01-05proc: fix sparse warningHannes Eder1-2/+2
2009-01-05proc: add /proc/*/stackKen Chen1-0/+38
2009-01-05proc: remove '##' usageAlexey Dobriyan1-93/+90
2009-01-05proc: remove useless WARN_ONsAlexey Dobriyan1-4/+0
2008-12-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2008-12-25Merge branch 'next' into for-linusJames Morris1-8/+24
2008-12-22sched: fix warning in fs/proc/base.cIngo Molnar1-2/+2
2008-12-18schedstat: consolidate per-task cpu runtime statsKen Chen1-1/+1
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins1-1/+1
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-8/+24
2008-11-14CRED: Separate task security context from task_structDavid Howells1-8/+8
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-2/+2
2008-10-10proc: remove kernel.maps_protectAlexey Dobriyan1-3/+0
2008-10-10[PATCH] proc: show personality via /proc/pid/personalityKees Cook1-0/+9
2008-10-10[PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_lock()Lai Jiangshan1-8/+1
2008-08-05proc: fix warningsAlexander Beregalov1-4/+7
2008-07-27task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi1-5/+5
2008-07-27task IO accounting: improve code readabilityAndrea Righi1-41/+16
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+1
2008-07-26task IO accounting: correctly account threads IO statisticsAndrea Righi1-34/+22
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-2/+1
2008-07-26/proc/PID/syscallRoland McGrath1-0/+26