summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds
2009-12-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto
2009-11-26sched: Remove task_{u,s,g}time()Hidetoshi Seto
2009-11-26sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto
2009-11-26Merge branch 'sched/urgent' into sched/coreIngo Molnar
2009-11-17procfs: fix /proc/<pid>/stat stack pointer for kernel threadsStefani Seibold
2009-11-17Merge commit 'v2.6.32-rc7'Eric W. Biederman
2009-11-12pidns: fix a leak in /proc dentries and inodes with pid namespaces.Sukadev Bhattiprolu
2009-11-11sysctl: Don't look at ctl_name and strategy in the generic codeEric W. Biederman
2009-10-29hwpoison: fix/proc/meminfo alignmentHugh Dickins
2009-10-25sched, cpuacct: Fix niced guest time accountingRyota Ozaki
2009-10-25Merge branch 'linus' into sched/coreIngo Molnar
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
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro
2009-09-21sched: Always show Cpus_allowed field in /proc/<pid>/statusHeiko Carstens
2009-09-16HWPOISON: The high level memory error handler in the VM v7Andi Kleen
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