aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus 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/linux-mce-2.6Linus 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
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-2/+2
2009-12-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-14/+28
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto1-4/+1
2009-11-26sched: Remove task_{u,s,g}time()Hidetoshi Seto1-2/+2
2009-11-26sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto1-2/+1
2009-11-26Merge branch 'sched/urgent' into sched/coreIngo Molnar1-1/+1
2009-11-24Merge commit 'origin/master' into nextBenjamin Herrenschmidt2-3/+2
2009-11-17procfs: fix /proc/<pid>/stat stack pointer for kernel threadsStefani Seibold1-1/+1
2009-11-17Merge commit 'v2.6.32-rc7'Eric W. Biederman1-2/+1
2009-11-12pidns: fix a leak in /proc dentries and inodes with pid namespaces.Sukadev Bhattiprolu1-2/+1
2009-11-11sysctl: Don't look at ctl_name and strategy in the generic codeEric W. Biederman1-2/+2
2009-10-30Convert /proc/device-tree/ to seq_fileAlexey Dobriyan1-20/+21
2009-10-29hwpoison: fix/proc/meminfo alignmentHugh Dickins1-1/+1
2009-10-25sched, cpuacct: Fix niced guest time accountingRyota Ozaki1-6/+13
2009-10-25Merge branch 'linus' into sched/coreIngo Molnar9-99/+485
2009-10-08pagemap: export KPF_HWPOISONWu Fengguang1-0/+5
2009-10-08fs: includecheck fix: proc, kcore.cJaswinder Singh Rajput1-1/+0
2009-09-24procfs: disable per-task stack usage on NOMMUAndrew Morton1-0/+7
2009-09-24Merge branch 'cputime' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+6
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-1/+8
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-1/+1
2009-09-24[PATCH] Fix idle time field in /proc/uptimeMichael Abbott1-1/+6
2009-09-23/proc/kcore: update stat.st_size after memory hotplugKAMEZAWA Hiroyuki1-0/+5
2009-09-23/proc/kcore: fix stat.st_sizeKAMEZAWA Hiroyuki1-1/+5
2009-09-23kcore: more fixes for initKAMEZAWA Hiroyuki1-1/+4
2009-09-23kcore: register module area in generic wayKAMEZAWA Hiroyuki1-1/+18
2009-09-23kcore: register vmemmap rangeKAMEZAWA Hiroyuki1-2/+50
2009-09-23kcore: use registerd physmem informationKAMEZAWA Hiroyuki1-12/+167
2009-09-23kcore: register text area in generic wayKAMEZAWA Hiroyuki1-1/+18
2009-09-23kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki1-0/+5
2009-09-23kcore: add kclist typesKAMEZAWA Hiroyuki1-1/+2
2009-09-23kcore: use usual list for kclistKAMEZAWA Hiroyuki1-6/+6
2009-09-23procfs: provide stack information for threadsStefani Seibold2-1/+103
2009-09-23fs/proc/base.c: fix proc_fault_inject_write() input sanity checkVincent Li1-6/+5
2009-09-23fs/proc/task_mmu.c v1: fix clear_refs_write() input sanity checkVincent Li1-8/+6
2009-09-23kcore: fix /proc/kcore's stat.st_sizeAmerigo Wang1-3/+0
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-23seq_file: constify seq_operationsJames Morris1-1/+1