1. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  2. 99663be proc: fix mount -t proc -o AAA by Vasiliy Kulikov · 12 years ago
  3. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  4. 18a06ef Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  5. 10bdfb5 pagemap: remove remaining unneeded spin_lock() by Naoya Horiguchi · 12 years ago
  6. 532bfc8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  7. 4c619aa fs/proc/namespaces.c: prevent crash when ns_entries[] is empty by Andrew Morton · 12 years ago
  8. 45f83ce mm: thp: fix up pmd_trans_unstable() locations by Andrea Arcangeli · 12 years ago
  9. 3748b2f procfs: fix /proc/statm by KAMEZAWA Hiroyuki · 12 years ago
  10. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  11. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  12. f1d38e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl by Linus Torvalds · 12 years ago
  13. 1b26c9b proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate(). by Pravin B Shelar · 12 years ago
  14. bda7bad procfs: speed up /proc/pid/stat, statm by KAMEZAWA Hiroyuki · 12 years ago
  15. 1ac101a procfs: add num_to_str() to speed up /proc/stat by KAMEZAWA Hiroyuki · 12 years ago
  16. 59a32e2 proc: speed up /proc/stat handling by Eric Dumazet · 12 years ago
  17. b908243 fs/proc/kcore.c: make get_sparsemem_vmemmap_info() static by Djalal Harouni · 12 years ago
  18. 4e474a0 sysctl: protect poll() in entries that may go away by Lucas De Marchi · 12 years ago
  19. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  20. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  21. b764375 procfs: mark thread stack correctly in proc/<pid>/maps by Siddhesh Poyarekar · 12 years ago
  22. 092b50b pagemap: introduce data structure for pagemap entry by Naoya Horiguchi · 12 years ago
  23. e873c49 pagemap: export KPF_THP by Naoya Horiguchi · 12 years ago
  24. 025c5b2 thp: optimize away unnecessary page table locking by Naoya Horiguchi · 12 years ago
  25. 5aaabe8 pagemap: avoid splitting thp when reading /proc/pid/pagemap by Naoya Horiguchi · 12 years ago
  26. 1a5a990 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode by Andrea Arcangeli · 12 years ago
  27. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  28. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  29. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  30. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  31. 6b4231e procfs: clean proc_fill_super() up by Al Viro · 12 years ago
  32. f1f996b kcore: fix spelling in read_kcore() comment by Laura Vasilescu · 12 years ago
  33. 2e5b5b3 sched: Clean up parameter passing of proc_sched_autogroup_set_nice() by Hiroshi Shimamoto · 12 years ago
  34. 16257393 fadump: Introduce cleanup routine to invalidate /proc/vmcore. by Mahesh Salgaonkar · 12 years ago
  35. 1dce27c Wrap accesses to the fd_sets in struct fdtable by David Howells · 12 years ago
  36. 4040153 security: trim security.h by Al Viro · 12 years ago
  37. 8cdb878 Fix race in process_vm_rw_core by Christopher Yeoh · 12 years ago
  38. 4e75732 sysctl: Don't call sysctl_follow_link unless we are a link. by Eric W. Biederman · 12 years ago
  39. 60f126d sysctl: Comments to make the code clearer. by Eric W. Biederman · 12 years ago
  40. 0eb97f3 sysctl: Correct error return from get_subdir by Eric W. Biederman · 12 years ago
  41. 51f72f4 sysctl: An easier to read version of find_subdir by Eric W. Biederman · 12 years ago
  42. 6d08f2c proc: make sure mem_open() doesn't pin the target's memory by Oleg Nesterov · 12 years ago
  43. 572d34b proc: unify mem_read() and mem_write() by Oleg Nesterov · 12 years ago
  44. 71879d3 proc: mem_release() should check mm != NULL by Oleg Nesterov · 12 years ago
  45. 1347440 sysctl: fix memset parameters in setup_sysctl_set() by Dan Carpenter · 12 years ago
  46. 4798178 sysctl: remove an unused variable by Dan Carpenter · 12 years ago
  47. fea478d sysctl: Add register_sysctl for normal sysctl users by Eric W. Biederman · 12 years ago
  48. ac13ac6 sysctl: Index sysctl directories with rbtrees. by Eric W. Biederman · 13 years ago
  49. 9e3d47d sysctl: Make the header lists per directory. by Eric W. Biederman · 13 years ago
  50. e54012c sysctl: Move sysctl_check_dups into insert_header by Eric W. Biederman · 12 years ago
  51. 60a47a2 sysctl: Modify __register_sysctl_paths to take a set instead of a root and an nsproxy by Eric W. Biederman · 13 years ago
  52. 0e47c99 sysctl: Replace root_list with links between sysctl_table_sets. by Eric W. Biederman · 13 years ago
  53. 6980128 sysctl: Add sysctl_print_dir and use it in get_subdir by Eric W. Biederman · 12 years ago
  54. 7ec66d0 sysctl: Stop requiring explicit management of sysctl directories by Eric W. Biederman · 13 years ago
  55. 9eb47c2 sysctl: Add a root pointer to ctl_table_set by Eric W. Biederman · 12 years ago
  56. 6a75ce1 sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry by Eric W. Biederman · 12 years ago
  57. 076c3ee sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry. by Eric W. Biederman · 13 years ago
  58. a194558 sysctl: Normalize the root_table data structure. by Eric W. Biederman · 12 years ago
  59. 8425d6a sysctl: Factor out insert_header and erase_header by Eric W. Biederman · 13 years ago
  60. e0d0452 sysctl: Factor out init_header from __register_sysctl_paths by Eric W. Biederman · 13 years ago
  61. 938aaa4 sysctl: Initial support for auto-unregistering sysctl tables. by Eric W. Biederman · 13 years ago
  62. 3cc3e04 sysctl: A more obvious version of grab_header. by Eric W. Biederman · 13 years ago
  63. 8d6ecfc sysctl: Remove the now unused ctl_table parent field. by Eric W. Biederman · 13 years ago
  64. 7c60c48 sysctl: Improve the sysctl sanity checks by Eric W. Biederman · 12 years ago
  65. f728019 sysctl: register only tables of sysctl files by Eric W. Biederman · 12 years ago
  66. ec6a526 sysctl: Add ctl_table chains into cstring paths by Eric W. Biederman · 12 years ago
  67. 6e9d516 sysctl: Add support for register sysctl tables with a normal cstring path. by Eric W. Biederman · 12 years ago
  68. f05e53a sysctl: Create local copies of directory names used in paths by Eric W. Biederman · 12 years ago
  69. bd295b5 sysctl: Remove the unnecessary sysctl_set parent concept. by Eric W. Biederman · 12 years ago
  70. 97324cd8 sysctl: Implement retire_sysctl_set by Eric W. Biederman · 13 years ago
  71. a15e209 sysctl: Make the directories have nlink == 1 by Eric W. Biederman · 13 years ago
  72. 1f87f0b sysctl: Move the implementation into fs/proc/proc_sysctl.c by Eric W. Biederman · 13 years ago
  73. de4e83bd sysctl: Register the base sysctl table like any other sysctl table. by Eric W. Biederman · 13 years ago
  74. 36885d7 sysctl: remove impossible condition check by Lucas De Marchi · 13 years ago
  75. 85e72aa proc: clear_refs: do not clear reserved pages by Will Deacon · 12 years ago
  76. 567e479 Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  77. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 12 years ago
  78. e268337 proc: clean up and fix /proc/<pid>/mem handling by Linus Torvalds · 12 years ago
  79. 633b454 audit: only allow tasks to set their loginuid if it is -1 by Eric Paris · 13 years ago
  80. 0a300be audit: remove task argument to audit_set_loginuid by Eric Paris · 13 years ago
  81. f7e6746 sched/accounting, proc: Fix /proc/stat interrupts sum by Russell King · 13 years ago
  82. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  83. b3f7f57 c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4 by Cyrill Gorcunov · 13 years ago
  84. a2ef990 proc: fix null pointer deref in proc_pid_permission() by Xiaotian Feng · 13 years ago
  85. 0499680 procfs: add hidepid= and gid= mount options by Vasiliy Kulikov · 13 years ago
  86. 9741295 procfs: parse mount options by Vasiliy Kulikov · 13 years ago
  87. 640708a procfs: introduce the /proc/<pid>/map_files/ directory by Pavel Emelyanov · 13 years ago
  88. 7773fbc procfs: make proc_get_link to use dentry instead of inode by Cyrill Gorcunov · 13 years ago
  89. 43d2b11 tracepoint: add tracepoints for debugging oom_score_adj by KAMEZAWA Hiroyuki · 13 years ago
  90. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  91. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 13 years ago
  92. 0db49b7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  93. 69f594a ptrace: do not audit capability check when outputing /proc/pid/stat by Eric Paris · 13 years ago
  94. d10577a vfs: trim includes a bit by Al Viro · 13 years ago
  95. 0226f49 vfs: take /proc/*/mounts and friends to fs/proc_namespace.c by Al Viro · 13 years ago
  96. d161a13 switch procfs to umode_t use by Al Viro · 13 years ago
  97. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  98. 3484563 procfs: do not confuse jiffies with cputime64_t by Andreas Schwab · 13 years ago
  99. 612ef28 Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tip by Martin Schwidefsky · 13 years ago
  100. c3e0ef9 [S390] fix cputime overflow in uptime_proc_show by Martin Schwidefsky · 13 years ago