summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2012-08-17deal with races in /proc/*/{syscall,stack,personality}Al Viro1-19/+50
2012-05-17proc: restrict access to /proc/PID/ioVasiliy Kulikov1-2/+5
2012-03-14proc: do proper range check on readdir offsetLinus Torvalds1-2/+7
2011-06-26procfs: fix /proc/<pid>/maps heap checkAaro Koskinen1-2/+2
2011-06-26proc: protect mm start_code/end_code in /proc/pid/statKees Cook1-2/+2
2011-06-26s390: remove task_show_regsMartin Schwidefsky1-3/+0
2011-06-26CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-1/+1
2011-01-07mm: Move vma_stack_continue into mm.hStefan Bader1-1/+2
2010-08-20mm: fix up some user-visible effects of the stack guard pageLinus Torvalds1-1/+7
2010-05-12revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2-21/+1
2010-04-28procfs: fix tid fdinfoJerome Marchand1-1/+1
2010-04-07pagemap: fix pfn calculation for hugepageNaoya Horiguchi1-20/+7
2010-04-06proc: copy_to_user() returns unsignedDan Carpenter1-1/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo2-51/+41
2010-04-04proc: pagemap: Hold mmap_sem during page walkKAMEZAWA Hiroyuki1-49/+38
2010-04-01oom: fix the unsafe usage of badness() in proc_oom_score()Oleg Nesterov1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo12-3/+9
2010-03-25kcore: fix test for end of listDan Carpenter1-1/+1
2010-03-06proc: warn on non-existing proc entriesAlexey Dobriyan1-2/+6
2010-03-06proc: do translation + unlink atomically at remove_proc_entry()Alexey Dobriyan1-12/+19
2010-03-06fs: use rlimit helpersJiri Slaby1-2/+2
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki1-3/+6
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-2/+2
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-14/+7
2010-03-03take check for new events in namespace (guts of mounts_poll()) to namespace.cAl Viro1-8/+2
2010-03-03some clean up in fs/procHelight.Xu2-6/+5
2010-03-01Merge branch 'next' into for-linusJames Morris1-7/+7
2010-02-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+7
2010-02-26Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+5
2010-02-25vfs: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney2-1/+7
2010-02-19Switch proc/self to nd_set_link()Al Viro1-5/+19
2010-02-14proc_devtree: fix THIS_MODULE without module.hJeremy Kerr1-0/+1
2010-02-09proc_devtree: include linux/of.hJeremy Kerr1-0/+1
2010-02-09of: make set_node_proc_entry private to proc_devtree.cJeremy Kerr1-2/+3
2010-02-04syslog: use defined constants instead of raw numbersKees Cook1-5/+5
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook1-7/+7
2010-01-14fix autofs/afs/etc. magic mountpoint breakageAl Viro1-1/+0
2010-01-11smaps: fix wrong rss countMinchan Kim1-2/+1
2010-01-11proc: partially revert "procfs: provide stack information for threads"KOSAKI Motohiro1-89/+0
2009-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+12
2009-12-17sched: Assert task state bits at build timePeter Zijlstra1-8/+10
2009-12-17sched: Update task_state_arraypwith new statesPeter Zijlstra1-2/+5
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-42/+3
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig1-2/+2
2009-12-16proc: rename de_get() to pde_get() and inline itAlexey Dobriyan3-39/+23
2009-12-16mm: export stable page flagsWu Fengguang1-42/+3
2009-12-15procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz1-0/+68
2009-12-15procfs: use proper units for noMMU statmSteven J. Magnani1-2/+6
2009-12-15mm hugetlb: add hugepage support to pagemapNaoya Horiguchi1-0/+45
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt3-16/+30