1. d782437 mm: fix up some user-visible effects of the stack guard page by Linus Torvalds · 14 years ago
  2. b19dd42 bkl: Remove locked .ioctl file operation by Arnd Bergmann · 14 years ago
  3. 5af568cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  4. cfbef3c procfs: simplify conditional processing of fs/proc.o. by Robert P. J. Day · 14 years ago
  5. 8df9d1a vfs: show unreachable paths in getcwd and proc by Miklos Szeredi · 14 years ago
  6. f7ad3c6 vfs: add helpers to get root and pwd by Miklos Szeredi · 14 years ago
  7. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  8. 51b1bd2 oom: deprecate oom_adj tunable by David Rientjes · 14 years ago
  9. a63d83f oom: badness heuristic rewrite by David Rientjes · 14 years ago
  10. 74bcbf4 oom: move badness() declaration into oom.h by Andrew Morton · 14 years ago
  11. 26ebc98 oom: /proc/<pid>/oom_score treat kernel thread honestly by KOSAKI Motohiro · 14 years ago
  12. 8267952 switch procfs to ->evict_inode() by Al Viro · 14 years ago
  13. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  14. de09a97 CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials by David Howells · 14 years ago
  15. 3c26c9d nommu: add '[stack]' label to /proc/pid/maps output by Mike Frysinger · 14 years ago
  16. 9f069af of: Drop properties with "/" in their name by Michael Ellerman · 14 years ago
  17. 36e1526 kcore: add _text to KCORE_TEXT by Wu Fengguang · 14 years ago
  18. 57f8786 proc: remove obsolete comments by Amerigo Wang · 14 years ago
  19. 73d3646 proc: cleanup: remove unused assignments by Dan Carpenter · 14 years ago
  20. 7e49827 proc: get_nr_threads() doesn't need ->siglock any longer by Oleg Nesterov · 14 years ago
  21. 1a5cb81 pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vma by Naoya Horiguchi · 14 years ago
  22. 98c89cd Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  23. c2f9805 procfs: Kill the bkl in ioctl by Frederic Weisbecker · 14 years ago
  24. 3444142 revert "procfs: provide stack information for threads" and its fixup commits by Robin Holt · 14 years ago
  25. 3835541 procfs: fix tid fdinfo by Jerome Marchand · 14 years ago
  26. 73296bc procfs: Use generic_file_llseek in /proc/vmcore by Frederic Weisbecker · 14 years ago
  27. 41775e2 procfs: Use generic_file_llseek in /proc/kmsg by Frederic Weisbecker · 14 years ago
  28. 34aacb2 procfs: Use generic_file_llseek in /proc/kcore by Frederic Weisbecker · 14 years ago
  29. 87df842 procfs: Kill BKL in llseek on proc base by Arnd Bergmann · 14 years ago
  30. 116354d pagemap: fix pfn calculation for hugepage by Naoya Horiguchi · 14 years ago
  31. 309361e0 proc: copy_to_user() returns unsigned by Dan Carpenter · 14 years ago
  32. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  33. d82ef02 proc: pagemap: Hold mmap_sem during page walk by KAMEZAWA Hiroyuki · 14 years ago
  34. b95c35e oom: fix the unsafe usage of badness() in proc_oom_score() by Oleg Nesterov · 14 years ago
  35. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  36. 4fd2c20 kcore: fix test for end of list by Dan Carpenter · 14 years ago
  37. 12bac0d proc: warn on non-existing proc entries by Alexey Dobriyan · 14 years ago
  38. e17a576 proc: do translation + unlink atomically at remove_proc_entry() by Alexey Dobriyan · 14 years ago
  39. d554ed89 fs: use rlimit helpers by Jiri Slaby · 14 years ago
  40. b084d43 mm: count swap usage by KAMEZAWA Hiroyuki · 14 years ago
  41. d559db0 mm: clean up mm_counter by KAMEZAWA Hiroyuki · 14 years ago
  42. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  43. 9f5596a take check for new events in namespace (guts of mounts_poll()) to namespace.c by Al Viro · 14 years ago
  44. 587d4a1 some clean up in fs/proc by Helight.Xu · 15 years ago
  45. b4ccebd Merge branch 'next' into for-linus by James Morris · 14 years ago
  46. 642c4c7 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  47. 6ebdc66 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  48. 7dc5215 vfs: Apply lockdep-based checking to rcu_dereference() uses by Paul E. McKenney · 14 years ago
  49. 7fee486 Switch proc/self to nd_set_link() by Al Viro · 14 years ago
  50. 7c540d9 proc_devtree: fix THIS_MODULE without module.h by Jeremy Kerr · 14 years ago
  51. 50ab2fe proc_devtree: include linux/of.h by Jeremy Kerr · 14 years ago
  52. 8cfb334 of: make set_node_proc_entry private to proc_devtree.c by Jeremy Kerr · 14 years ago
  53. d78ca3c syslog: use defined constants instead of raw numbers by Kees Cook · 14 years ago
  54. 0023459 syslog: distinguish between /proc/kmsg and syscalls by Kees Cook · 14 years ago
  55. 86acdca1 fix autofs/afs/etc. magic mountpoint breakage by Al Viro · 15 years ago
  56. 7f53a09 smaps: fix wrong rss count by Minchan Kim · 14 years ago
  57. 1306d60 proc: partially revert "procfs: provide stack information for threads" by KOSAKI Motohiro · 14 years ago
  58. aac3d39 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  59. e178153 sched: Assert task state bits at build time by Peter Zijlstra · 15 years ago
  60. 464763c sched: Update task_state_arraypwith new states by Peter Zijlstra · 15 years ago
  61. d4220f9 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  62. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  63. 135d565 proc: rename de_get() to pde_get() and inline it by Alexey Dobriyan · 15 years ago
  64. 1a9b5b7 mm: export stable page flags by Wu Fengguang · 15 years ago
  65. 4614a696b procfs: allow threads to rename siblings via /proc/pid/tasks/tid/comm by john stultz · 15 years ago
  66. 7e1e0ef procfs: use proper units for noMMU statm by Steven J. Magnani · 15 years ago
  67. 5dc3764 mm hugetlb: add hugepage support to pagemap by Naoya Horiguchi · 15 years ago
  68. bcd6acd Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  69. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  70. 897e81b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  71. 0cf55e1 sched, cputime: Introduce thread_group_times() by Hidetoshi Seto · 15 years ago
  72. d5b7c78 sched: Remove task_{u,s,g}time() by Hidetoshi Seto · 15 years ago
  73. d180c5b sched: Introduce task_times() to replace task_{u,s}time() pair by Hidetoshi Seto · 15 years ago
  74. 16bc67e Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 15 years ago
  75. 1e43bee Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  76. 9ebd4eb procfs: fix /proc/<pid>/stat stack pointer for kernel threads by Stefani Seibold · 15 years ago
  77. bb9074f Merge commit 'v2.6.32-rc7' by Eric W. Biederman · 15 years ago
  78. 29f12ca pidns: fix a leak in /proc dentries and inodes with pid namespaces. by Sukadev Bhattiprolu · 15 years ago
  79. 2315ffa sysctl: Don't look at ctl_name and strategy in the generic code by Eric W. Biederman · 15 years ago
  80. e22f628 Convert /proc/device-tree/ to seq_file by Alexey Dobriyan · 15 years ago
  81. 370c28d hwpoison: fix/proc/meminfo alignment by Hugh Dickins · 15 years ago
  82. ce0e7b2 sched, cpuacct: Fix niced guest time accounting by Ryota Ozaki · 15 years ago
  83. 0b9e31e Merge branch 'linus' into sched/core by Ingo Molnar · 15 years ago
  84. 253fb02 pagemap: export KPF_HWPOISON by Wu Fengguang · 15 years ago
  85. 4055e97 fs: includecheck fix: proc, kcore.c by Jaswinder Singh Rajput · 15 years ago
  86. c44972f procfs: disable per-task stack usage on NOMMU by Andrew Morton · 15 years ago
  87. 7ca263cd Merge branch 'cputime' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  88. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  89. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  90. 96830a5 [PATCH] Fix idle time field in /proc/uptime by Michael Abbott · 15 years ago
  91. 0d4c36a /proc/kcore: update stat.st_size after memory hotplug by KAMEZAWA Hiroyuki · 15 years ago
  92. 678ad5d /proc/kcore: fix stat.st_size by KAMEZAWA Hiroyuki · 15 years ago
  93. 90396f9 kcore: more fixes for init by KAMEZAWA Hiroyuki · 15 years ago
  94. 81ac3ad kcore: register module area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  95. 26562c5 kcore: register vmemmap range by KAMEZAWA Hiroyuki · 15 years ago
  96. 3089aa1 kcore: use registerd physmem information by KAMEZAWA Hiroyuki · 15 years ago
  97. 9492587 kcore: register text area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  98. a0614da kcore: register vmalloc area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  99. c30bb2a kcore: add kclist types by KAMEZAWA Hiroyuki · 15 years ago
  100. 2ef43ec kcore: use usual list for kclist by KAMEZAWA Hiroyuki · 15 years ago