Age | Commit message (Expand) | Author | Files | Lines |
2009-11-18 | procfs: fix /proc/<pid>/stat stack pointer for kernel threads | Stefani Seibold | 1 | -1/+1 |
2009-11-12 | pidns: fix a leak in /proc dentries and inodes with pid namespaces. | Sukadev Bhattiprolu | 1 | -2/+1 |
2009-10-29 | hwpoison: fix/proc/meminfo alignment | Hugh Dickins | 1 | -1/+1 |
2009-10-08 | pagemap: export KPF_HWPOISON | Wu Fengguang | 1 | -0/+5 |
2009-10-08 | fs: includecheck fix: proc, kcore.c | Jaswinder Singh Rajput | 1 | -1/+0 |
2009-09-25 | procfs: disable per-task stack usage on NOMMU | Andrew Morton | 1 | -0/+7 |
2009-09-24 | Merge branch 'cputime' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 1 | -1/+6 |
2009-09-24 | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 1 | -1/+8 |
2009-09-24 | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 1 | -1/+1 |
2009-09-24 | [PATCH] Fix idle time field in /proc/uptime | Michael Abbott | 1 | -1/+6 |
2009-09-23 | /proc/kcore: update stat.st_size after memory hotplug | KAMEZAWA Hiroyuki | 1 | -0/+5 |
2009-09-23 | /proc/kcore: fix stat.st_size | KAMEZAWA Hiroyuki | 1 | -1/+5 |
2009-09-23 | kcore: more fixes for init | KAMEZAWA Hiroyuki | 1 | -1/+4 |
2009-09-23 | kcore: register module area in generic way | KAMEZAWA Hiroyuki | 1 | -1/+18 |
2009-09-23 | kcore: register vmemmap range | KAMEZAWA Hiroyuki | 1 | -2/+50 |
2009-09-23 | kcore: use registerd physmem information | KAMEZAWA Hiroyuki | 1 | -12/+167 |
2009-09-23 | kcore: register text area in generic way | KAMEZAWA Hiroyuki | 1 | -1/+18 |
2009-09-23 | kcore: register vmalloc area in generic way | KAMEZAWA Hiroyuki | 1 | -0/+5 |
2009-09-23 | kcore: add kclist types | KAMEZAWA Hiroyuki | 1 | -1/+2 |
2009-09-23 | kcore: use usual list for kclist | KAMEZAWA Hiroyuki | 1 | -6/+6 |
2009-09-23 | procfs: provide stack information for threads | Stefani Seibold | 2 | -1/+103 |
2009-09-23 | fs/proc/base.c: fix proc_fault_inject_write() input sanity check | Vincent Li | 1 | -6/+5 |
2009-09-23 | fs/proc/task_mmu.c v1: fix clear_refs_write() input sanity check | Vincent Li | 1 | -8/+6 |
2009-09-23 | kcore: fix /proc/kcore's stat.st_size | Amerigo Wang | 1 | -3/+0 |
2009-09-23 | proc_flush_task: flush /proc/tid/task/pid when a sub-thread exits | Oleg Nesterov | 1 | -7/+3 |
2009-09-23 | proc: fix reported unit for RLIMIT_CPU | Kees Cook | 1 | -1/+1 |
2009-09-23 | seq_file: constify seq_operations | James Morris | 1 | -1/+1 |
2009-09-22 | oom: fix oom_adjust_write() input sanity check | KOSAKI Motohiro | 1 | -8/+10 |
2009-09-22 | oom: make oom_score to per-process value | KOSAKI Motohiro | 1 | -1/+1 |
2009-09-22 | oom: move oom_adj value from task_struct to signal_struct | KOSAKI Motohiro | 1 | -4/+20 |
2009-09-22 | kcore: /proc/kcore should use vread | KAMEZAWA Hiroyuki | 1 | -33/+2 |
2009-09-22 | pagemap clear_refs: modify to specify anon or mapped vma clearing | Moussa A. Ba | 1 | -4/+24 |
2009-09-22 | ksm: identify PageKsm pages | Hugh Dickins | 1 | -0/+5 |
2009-09-22 | mm: oom analysis: add shmem vmstat | KOSAKI Motohiro | 1 | -0/+2 |
2009-09-22 | mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output | KOSAKI Motohiro | 1 | -0/+2 |
2009-09-16 | HWPOISON: The high level memory error handler in the VM v7 | Andi Kleen | 1 | -1/+8 |
2009-08-19 | mm: revert "oom: move oom_adj value" | KOSAKI Motohiro | 1 | -16/+3 |
2009-08-10 | mm_for_maps: take ->cred_guard_mutex to fix the race with exec | Oleg Nesterov | 1 | -11/+11 |
2009-08-10 | mm_for_maps: shift down_read(mmap_sem) to the caller | Oleg Nesterov | 3 | -5/+5 |
2009-08-10 | mm_for_maps: simplify, use ptrace_may_access() | Oleg Nesterov | 1 | -12/+11 |
2009-06-19 | proc: vmcore - use kzalloc in get_new_element() | Cyrill Gorcunov | 1 | -6/+1 |
2009-06-19 | procfs: remove sparse errors in proc_devtree.c | Michal Simek | 1 | -5/+5 |
2009-06-19 | proc: export statistics for softirq to /proc | Keika Kobayashi | 3 | -0/+60 |
2009-06-17 | oom: move oom_adj value from task_struct to mm_struct | David Rientjes | 1 | -3/+16 |
2009-06-17 | mm: remove CONFIG_UNEVICTABLE_LRU config option | KOSAKI Motohiro | 2 | -6/+0 |
2009-06-17 | proc: export more page flags in /proc/kpageflags | Wu Fengguang | 1 | -32/+120 |
2009-06-17 | proc: kpagecount/kpageflags code cleanup | Wu Fengguang | 1 | -6/+11 |
2009-06-17 | mm: introduce PageHuge() for testing huge/gigantic pages | Wu Fengguang | 1 | -0/+1 |
2009-06-12 | Move junk from proc_fs.h to fs/proc/internal.h | Al Viro | 2 | -0/+26 |
2009-06-11 | Merge branch 'next' into for-linus | James Morris | 1 | -0/+6 |