summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2011-11-07deal with races in /proc/*/{syscall,stack,personality}Al Viro
2011-11-07kcore: fix test for end of listDan Carpenter
2011-08-08proc: restrict access to /proc/PID/ioVasiliy Kulikov
2011-04-22proc: do proper range check on readdir offsetLinus Torvalds
2011-03-27proc: protect mm start_code/end_code in /proc/pid/statKees Cook
2011-03-27procfs: fix /proc/<pid>/maps heap checkAaro Koskinen
2011-03-02s390: remove task_show_regsMartin Schwidefsky
2011-03-02CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells
2010-10-28mm: Move vma_stack_continue into mm.hStefan Bader
2010-08-20mm: fix up some user-visible effects of the stack guard pageLinus Torvalds
2010-08-13sched, cputime: Introduce thread_group_times()Hidetoshi Seto
2010-05-26revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt
2010-05-26proc: partially revert "procfs: provide stack information for threads"KOSAKI Motohiro
2010-05-12procfs: fix tid fdinfoJerome Marchand
2010-04-26oom: fix the unsafe usage of badness() in proc_oom_score()Oleg Nesterov
2010-03-15Switch proc/self to nd_set_link()Al Viro
2009-11-17procfs: fix /proc/<pid>/stat stack pointer for kernel threadsStefani Seibold
2009-11-12pidns: fix a leak in /proc dentries and inodes with pid namespaces.Sukadev Bhattiprolu
2009-10-29hwpoison: fix/proc/meminfo alignmentHugh Dickins
2009-10-08pagemap: export KPF_HWPOISONWu Fengguang
2009-10-08fs: includecheck fix: proc, kcore.cJaswinder Singh Rajput
2009-09-24procfs: disable per-task stack usage on NOMMUAndrew Morton
2009-09-24Merge branch 'cputime' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-24[PATCH] Fix idle time field in /proc/uptimeMichael Abbott
2009-09-23/proc/kcore: update stat.st_size after memory hotplugKAMEZAWA Hiroyuki
2009-09-23/proc/kcore: fix stat.st_sizeKAMEZAWA Hiroyuki
2009-09-23kcore: more fixes for initKAMEZAWA Hiroyuki
2009-09-23kcore: register module area in generic wayKAMEZAWA Hiroyuki
2009-09-23kcore: register vmemmap rangeKAMEZAWA Hiroyuki
2009-09-23kcore: use registerd physmem informationKAMEZAWA Hiroyuki
2009-09-23kcore: register text area in generic wayKAMEZAWA Hiroyuki
2009-09-23kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki
2009-09-23kcore: add kclist typesKAMEZAWA Hiroyuki
2009-09-23kcore: use usual list for kclistKAMEZAWA Hiroyuki
2009-09-23procfs: provide stack information for threadsStefani Seibold
2009-09-23fs/proc/base.c: fix proc_fault_inject_write() input sanity checkVincent Li
2009-09-23fs/proc/task_mmu.c v1: fix clear_refs_write() input sanity checkVincent Li
2009-09-23kcore: fix /proc/kcore's stat.st_sizeAmerigo Wang
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-23seq_file: constify seq_operationsJames Morris
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-09-22kcore: /proc/kcore should use vreadKAMEZAWA Hiroyuki
2009-09-22pagemap clear_refs: modify to specify anon or mapped vma clearingMoussa A. Ba
2009-09-22ksm: identify PageKsm pagesHugh Dickins
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro