Age | Commit message (Expand) | Author |
2010-12-05 | Revert "vfs: show unreachable paths in getcwd and proc" | Eric W. Biederman |
2010-11-25 | pagemap: set pagemap walk limit to PMD boundary | Naoya Horiguchi |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann |
2010-10-29 | switch procfs to ->mount() | Al Viro |
2010-10-29 | setting ->proc_mnt doesn't belong in proc_get_sb() | Al Viro |
2010-10-27 | /proc/stat: fix scalability of irq sum of all cpu | KAMEZAWA Hiroyuki |
2010-10-27 | /proc/stat: scalability of irq num per cpu | KAMEZAWA Hiroyuki |
2010-10-27 | procfs: fix /proc/softirqs formatting | Davidlohr Bueso |
2010-10-27 | /proc/pid/smaps: export amount of anonymous memory in a mapping | Nikanth Karthikesan |
2010-10-27 | signals: move cred_guard_mutex from task_struct to signal_struct | KOSAKI Motohiro |
2010-10-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2010-10-26 | oom: fix locking for oom_adj and oom_score_adj | David Rientjes |
2010-10-26 | oom: rewrite error handling for oom_adj and oom_score_adj tunables | David Rientjes |
2010-10-26 | oom: add per-mm oom disable count | Ying Han |
2010-10-26 | vmcore: it is not experimental any more | WANG Cong |
2010-10-25 | fs: do not assign default i_ino in new_inode | Christoph Hellwig |
2010-10-25 | vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_pos | KAMEZAWA Hiroyuki |
2010-10-23 | Revert "tty: Add a new file /proc/tty/consoles" | Linus Torvalds |
2010-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds |
2010-10-22 | tty: Add a new file /proc/tty/consoles | Dr. Werner Fink |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann |
2010-10-01 | proc: make /proc/pid/limits world readable | Jiri Olsa |
2010-09-22 | /proc/pid/smaps: fix dirty pages accounting | KOSAKI Motohiro |
2010-09-22 | /proc/vmcore: fix seeking | Arnd Bergmann |
2010-09-09 | proc: export uncached bit properly in /proc/kpageflags | Takashi Iwai |
2010-09-09 | mm: Move vma_stack_continue into mm.h | Stefan Bader |
2010-08-15 | mm: fix up some user-visible effects of the stack guard page | Linus Torvalds |
2010-08-14 | bkl: Remove locked .ioctl file operation | Arnd Bergmann |
2010-08-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2010-08-11 | procfs: simplify conditional processing of fs/proc.o. | Robert P. J. Day |
2010-08-11 | vfs: show unreachable paths in getcwd and proc | Miklos Szeredi |
2010-08-11 | vfs: add helpers to get root and pwd | Miklos Szeredi |
2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2010-08-09 | oom: deprecate oom_adj tunable | David Rientjes |
2010-08-09 | oom: badness heuristic rewrite | David Rientjes |
2010-08-09 | oom: move badness() declaration into oom.h | Andrew Morton |
2010-08-09 | oom: /proc/<pid>/oom_score treat kernel thread honestly | KOSAKI Motohiro |
2010-08-09 | switch procfs to ->evict_inode() | Al Viro |
2010-08-09 | remove inode_setattr | Christoph Hellwig |
2010-07-29 | CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials | David Howells |
2010-06-29 | nommu: add '[stack]' label to /proc/pid/maps output | Mike Frysinger |
2010-06-13 | of: Drop properties with "/" in their name | Michael Ellerman |
2010-05-27 | kcore: add _text to KCORE_TEXT | Wu Fengguang |
2010-05-27 | proc: remove obsolete comments | Amerigo Wang |
2010-05-27 | proc: cleanup: remove unused assignments | Dan Carpenter |
2010-05-27 | proc: get_nr_threads() doesn't need ->siglock any longer | Oleg Nesterov |
2010-05-25 | pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vma | Naoya Horiguchi |
2010-05-19 | Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr... | Linus Torvalds |
2010-05-17 | procfs: Kill the bkl in ioctl | Frederic Weisbecker |