1. afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  2. 39adff5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  3. 32ef438 teach /proc/$pid/numa_maps about transparent hugepages by Dave Hansen · 13 years ago
  4. 3200a8a break out numa_maps gather_pte_stats() checks by Dave Hansen · 13 years ago
  5. eb4866d make /proc/$pid/numa_maps gather_stats() take variable page size by Dave Hansen · 13 years ago
  6. a25cac5 proc: Consider NO_HZ when printing idle and iowait times by Michal Hocko · 13 years ago
  7. 1117f72 vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> files by Linus Torvalds · 13 years ago
  8. c214270 oom_ajd: don't use WARN_ONCE, just use printk_once by Linus Torvalds · 13 years ago
  9. 09570f9 proc: make struct proc_dir_entry::name a terminal array rather than a pointer by David Howells · 13 years ago
  10. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  11. 293eb1e proc: fix a race in do_io_accounting() by Vasiliy Kulikov · 13 years ago
  12. d2857e7 procfs: return ENOENT on opening a being-removed proc entry by Daisuke Ogino · 13 years ago
  13. be8f684 oom: make deprecated use of oom_adj more verbose by David Rientjes · 13 years ago
  14. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  15. 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  16. f151463 fs: seq_file - add event counter to simplify poll() support by Kay Sievers · 13 years ago
  17. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  18. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  19. 1fc0f78 ->permission() sanitizing: MAY_NOT_BLOCK by Al Viro · 13 years ago
  20. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  21. 1d1221f proc: restrict access to /proc/PID/io by Vasiliy Kulikov · 13 years ago
  22. 06d9847 ptrace: s/tracehook_tracer_task()/ptrace_parent()/ by Tejun Heo · 13 years ago
  23. 1aec703 proc_sys_permission() is OK in RCU mode by Al Viro · 13 years ago
  24. cf12791 proc_fd_permission() is doesn't need to bail out in RCU mode by Al Viro · 13 years ago
  25. 8b97b21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 13 years ago
  26. 7939253 proc: Fix Oops on stat of /proc/<zombie pid>/ns/net by Eric W. Biederman · 13 years ago
  27. ff78fca fix leak in proc_set_super() by Al Viro · 13 years ago
  28. 57ed609 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 13 years ago
  29. f133ecc arch/tile: more /proc and /sys file support by Chris Metcalf · 13 years ago
  30. 997c136 fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pages by Olaf Hering · 13 years ago
  31. 98bc93e proc: fix pagemap_read() error case by KOSAKI Motohiro · 13 years ago
  32. 30cd890 proc: put check_mem_permission after __get_free_page in mem_write by KOSAKI Motohiro · 13 years ago
  33. a4dbf0e proc/stat: use defined macro KMALLOC_MAX_SIZE by Yuanhan Liu · 13 years ago
  34. e130aa7 proc: constify status array by Mike Frysinger · 13 years ago
  35. 0a8cb8e fs/proc: convert to kstrtoX() by Alexey Dobriyan · 13 years ago
  36. 3864601 mm: extract exe_file handling from procfs by Jiri Slaby · 13 years ago
  37. ca16d14 mm: don't access vm_flags as 'int' by KOSAKI Motohiro · 13 years ago
  38. 14d74e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 13 years ago
  39. 3f5785e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  40. 5b52fc8 proc: allocate storage for numa_maps statistics once by Stephen Wilson · 13 years ago
  41. f2beb79 proc: make struct proc_maps_private truly private by Stephen Wilson · 13 years ago
  42. f69ff94 mm: proc: move show_numa_map() to fs/proc/task_mmu.c by Stephen Wilson · 13 years ago
  43. 62ca24b ns proc: Return -ENOENT for a nonexistent /proc/self/ns/ entry. by Eric W. Biederman · 13 years ago
  44. 31ec97d Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  45. 011159a airo: correct proc entry creation interfaces by Alexey Dobriyan · 13 years ago
  46. a00eaf1 ns proc: Add support for the ipc namespace by Eric W. Biederman · 14 years ago
  47. 34482e8 ns proc: Add support for the uts namespace by Eric W. Biederman · 14 years ago
  48. 13b6f57 ns proc: Add support for the network namespace. by Eric W. Biederman · 14 years ago
  49. 6b4e306 ns: proc files for namespace naming policy. by Eric W. Biederman · 14 years ago
  50. a09a79f Don't lock guardpage if the stack is growing up by Mikulas Patocka · 13 years ago
  51. d8bdc59 proc: do proper range check on readdir offset by Linus Torvalds · 13 years ago
  52. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  53. 76597cd proc: fix oops on invalid /proc/<pid>/maps access by Linus Torvalds · 13 years ago
  54. b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  55. 52e9fc7 procfs: kill the global proc_mnt variable by Oleg Nesterov · 13 years ago
  56. 4308eeb pidns: call pid_ns_prepare_proc() from create_pid_namespace() by Eric W. Biederman · 13 years ago
  57. 5883f57 proc: protect mm start_code/end_code in /proc/pid/stat by Kees Cook · 13 years ago
  58. 312ec7e proc: make struct proc_dir_entry::namelen unsigned int by Alexey Dobriyan · 13 years ago
  59. fc3d876 procfs: fix some wrong error code usage by Jovi Zhang · 13 years ago
  60. 0db0c01 procfs: fix /proc/<pid>/maps heap check by Aaro Koskinen · 13 years ago
  61. 51e0314 proc: hide kernel addresses via %pK in /proc/<pid>/stack by Konstantin Khlebnikov · 13 years ago
  62. a9712bc deal with races in /proc/*/{syscall,stack,personality} by Al Viro · 13 years ago
  63. 198214a proc: enable writing to /proc/pid/mem by Stephen Wilson · 13 years ago
  64. 8b0db9d proc: make check_mem_permission() return an mm_struct on success by Stephen Wilson · 13 years ago
  65. 18f661b proc: hold cred_guard_mutex in check_mem_permission() by Stephen Wilson · 13 years ago
  66. 26947f8 proc: disable mem_write after exec by Stephen Wilson · 13 years ago
  67. 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 13 years ago
  68. 2fadaef auxv: require the target to be tracable (or yourself) by Al Viro · 13 years ago
  69. d6f64b8 close race in /proc/*/environ by Al Viro · 13 years ago
  70. ec6fd8a report errors in /proc/*/*map* sanely by Al Viro · 13 years ago
  71. ca6b0bf pagemap: close races with suid execve by Al Viro · 13 years ago
  72. 26ec3c6 make sessionid permissions in /proc/*/task/* match those in /proc/* by Al Viro · 13 years ago
  73. 4031a21 smaps: have smaps show transparent huge pages by Dave Hansen · 13 years ago
  74. 22e057c smaps: teach smaps_pte_range() about THP pmds by Dave Hansen · 13 years ago
  75. 3c9acc7 smaps: pass pte size argument in to smaps_pte_entry() by Dave Hansen · 13 years ago
  76. ae11c4d smaps: break out smaps_pte_entry() from smaps_pte_range() by Dave Hansen · 13 years ago
  77. 0331932 pagewalk: only split huge pages when necessary by Dave Hansen · 13 years ago
  78. a002951 Merge branch 'next' into for-linus by James Morris · 13 years ago
  79. ae50adc /proc/self is never going to be invalidated... by Al Viro · 13 years ago
  80. dfef6dc unfuck proc_sysctl ->d_compare() by Al Viro · 13 years ago
  81. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  82. 8aaccf7 of/flattree: Drop an uninteresting message to pr_debug level by Paul Bolle · 13 years ago
  83. 261cd29 s390: remove task_show_regs by Martin Schwidefsky · 13 years ago
  84. 8e6c969 security/selinux: fix /proc/sys/ labeling by Lucian Adrian Grijincu · 13 years ago
  85. ac751ef console: rename acquire/release_console_sem() to console_lock/unlock() by Torben Hohn · 14 years ago
  86. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 14 years ago
  87. 5f24ce5 thp: remove PG_buddy by Andrea Arcangeli · 14 years ago
  88. 7913417 thp: transparent hugepage vmstat by Andrea Arcangeli · 14 years ago
  89. dabb16f oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj down by Mandeep Singh Baines · 14 years ago
  90. 2d90508 mm: smaps: export mlock information by Nikanth Karthikesan · 14 years ago
  91. ceff1a7 /proc/kcore: fix seeking by Dave Anderson · 14 years ago
  92. bf33cbd proc: move proc_console.c to fs/proc/consoles.c by Alexey Dobriyan · 14 years ago
  93. 3740a20 proc: less LOCK/UNLOCK in remove_proc_entry() by Alexey Dobriyan · 14 years ago
  94. a6fc86d kpagecount: add slab page checking because _mapcount is in a union by Petr Holasek · 14 years ago
  95. c6a3405 proc: use single_open() correctly by Jovi Zhang · 14 years ago
  96. 6d1b6e4 proc: ->low_ino cleanup by Alexey Dobriyan · 14 years ago
  97. 9d6de12 proc: use seq_puts()/seq_putc() where possible by Alexey Dobriyan · 14 years ago
  98. a2ade7b proc: use unsigned long inside /proc/*/statm by Alexey Dobriyan · 14 years ago
  99. 34e49d4 fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %ps by Joe Perches · 14 years ago
  100. 56b85f3 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago