1. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  2. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  3. 16caed3 fault-injection: set bounds on what /proc/self/make-it-fail accepts. by Dave Jones · 10 years ago
  4. c4082f3 vmcore: continue vmcore initialization if PT_NOTE is found empty by WANG Chao · 10 years ago
  5. 82e0703 include/linux/crash_dump.h: add vmcore_cleanup() prototype by Rashika Kheria · 10 years ago
  6. ad86622 wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-space by Oleg Nesterov · 10 years ago
  7. 32ed74a procfs: make /proc/*/pagemap 0400 by Djalal Harouni · 10 years ago
  8. 35a3504 procfs: make /proc/*/{stack,syscall,personality} 0400 by Djalal Harouni · 10 years ago
  9. 1c44dbc fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL) by Monam Agarwal · 10 years ago
  10. 49d063c proc: show mnt_id in /proc/pid/fdinfo by Andrey Vagin · 10 years ago
  11. f0b5664 fs/proc/meminfo: meminfo_proc_show(): fix typo in comment by Luiz Capitulino · 10 years ago
  12. 615d6e8 mm: per-thread vma caching by Davidlohr Bueso · 10 years ago
  13. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  14. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  15. b9f2b21 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago
  16. 5d826c8 new helper: readlink_copy() by Al Viro · 10 years ago
  17. a21e408 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  18. d88cf7d Merge remote-tracking branch 'robh/for-next' into devicetree/next by Grant Likely · 10 years ago
  19. 21a6457 proc: Update get proc_pid_cmdline() to use mm.h helpers by William Roberts · 10 years ago
  20. bfc3f02 cputime: Default implementation of nsecs -> cputime conversion by Frederic Weisbecker · 10 years ago
  21. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  22. 8357041 of: remove /proc/device-tree by Grant Likely · 12 years ago
  23. 70335ab fs/proc/base.c: fix GPF in /proc/$PID/map_files by Artem Fetishev · 10 years ago
  24. 668f9abb mm: close PageTail race by David Rientjes · 10 years ago
  25. 38dfac8 vmcore: prevent PT_NOTE p_memsz overflow during header update by Greg Pearson · 10 years ago
  26. 185ee40 fs/proc/array.c: change do_task_stat() to use while_each_thread() by Oleg Nesterov · 10 years ago
  27. abaf378 fs/proc: don't use module_init for non-modular core code by Paul Gortmaker · 10 years ago
  28. c1d867a fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware exists. by Dave Jones · 10 years ago
  29. cdf7e8d proc: set attributes of pde using accessor functions by Rui Xiang · 10 years ago
  30. 9f6e963 proc: fix ->f_pos overflows in first_tid() by Oleg Nesterov · 10 years ago
  31. d855a4b proc: don't (ab)use ->group_leader in proc_task_readdir() paths by Oleg Nesterov · 10 years ago
  32. c986c14 proc: change first_tid() to use while_each_thread() rather than next_thread() by Oleg Nesterov · 10 years ago
  33. 940fe47 proc: fix the potential use-after-free in first_tid() by Oleg Nesterov · 10 years ago
  34. 74e3720 proc: cleanup/simplify get_task_state/task_state_array by Oleg Nesterov · 10 years ago
  35. e3bba3c fs/proc/page.c: add PageAnon check to surely detect thp by Naoya Horiguchi · 10 years ago
  36. 34e431b /proc/meminfo: provide estimated available memory by Rik van Riel · 10 years ago
  37. ae5758a procfs: also fix proc_reg_get_unmapped_area() for !MMU case by Jan Beulich · 11 years ago
  38. 3eaded86 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  39. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  40. 652586d seq_file: remove "%n" usage from seq_file users by Tetsuo Handa · 11 years ago
  41. cb900f4 mm, hugetlb: convert hugetlbfs to use split pmd lock by Kirill A. Shutemov · 11 years ago
  42. bf92915 mm, thp: change pmd_trans_huge_lock() to return taken lock by Kirill A. Shutemov · 11 years ago
  43. e1f56c8 mm: convert mm->nr_ptes to atomic_long_t by Kirill A. Shutemov · 11 years ago
  44. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  45. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  46. 1c3fc3e kcore: add Kconfig help text by Randy Dunlap · 11 years ago
  47. 5721cf8 procfs: clean up proc_reg_get_unmapped_area for 80-column limit by HATAYAMA Daisuke · 11 years ago
  48. 00619bc mm: factor commit limit calculation by Jerome Marchand · 11 years ago
  49. ec8e41a /proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags line by Naoya Horiguchi · 11 years ago
  50. 948927e mm, mempolicy: make mpol_to_str robust and always succeed by David Rientjes · 11 years ago
  51. 83285c7 mm: use pgdat_end_pfn() to simplify the code in others by Xishi Qiu · 11 years ago
  52. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  53. 81407c8 audit: allow unsetting the loginuid (with priv) by Eric Paris · 11 years ago
  54. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  55. 87dc800 new helper: kfree_put_link() by Al Viro · 11 years ago
  56. fad1a86 procfs: call default get_unmapped_area on MMU-present architectures by HATAYAMA Daisuke · 11 years ago
  57. 2cbe3b0 procfs: fix unintended truncation of returned mapped address by HATAYAMA Daisuke · 11 years ago
  58. e9cdd6e mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pages by Cyrill Gorcunov · 11 years ago
  59. 32df8dc of: remove HAVE_ARCH_DEVTREE_FIXUPS by Rob Herring · 11 years ago
  60. e29cf08 sched/numa: Report a NUMA task group ID by Mel Gorman · 11 years ago
  61. 3cd14fc thp: account anon transparent huge pages into NR_ANON_PAGES by Kirill A. Shutemov · 11 years ago
  62. 11e376a vmcore: enable /proc/vmcore mmap for s390 by Michael Holzheu · 11 years ago
  63. 9cb2181 vmcore: introduce remap_oldmem_pfn_range() by Michael Holzheu · 11 years ago
  64. be8a8d0 vmcore: introduce ELF header in new memory feature by Michael Holzheu · 11 years ago
  65. 96d0df7 proc: make proc_fd_permission() thread-friendly by Oleg Nesterov · 11 years ago
  66. a3c0399 fs/proc/task_mmu.c: check the return value of mpol_to_str() by Chen Gang · 11 years ago
  67. d9104d1 mm: track vma changes with VM_SOFTDIRTY bit by Cyrill Gorcunov · 11 years ago
  68. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  69. b14662c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 11 years ago
  70. c4fe244 sparc: fix PCI device proc file mmap(2) by Alexey Dobriyan · 11 years ago
  71. e51db73 userns: Better restrictions on when proc and sysfs can be mounted by Eric W. Biederman · 11 years ago
  72. aee1c13 proc: Restrict mounting the proc filesystem by Eric W. Biederman · 11 years ago
  73. 4d4323e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  74. a5a1955 proc: kill the extra proc_readfd_common()->dir_emit_dots() by Oleg Nesterov · 11 years ago
  75. fd3930f proc: more readdir conversion bug-fixes by Linus Torvalds · 11 years ago
  76. 94fc5d9 proc: return on proc_readdir error by Richard Genoud · 11 years ago
  77. 8c82962 fs/proc/task_mmu.c: fix buffer overflow in add_page_map() by yonghua zheng · 11 years ago
  78. 41bb347 mm: save soft-dirty bits on file pages by Cyrill Gorcunov · 11 years ago
  79. 179ef71 mm: save soft-dirty bits on swapped pages by Cyrill Gorcunov · 11 years ago
  80. 5a74953 s390/kdump: Disable mmap for s390 by Michael Holzheu · 11 years ago
  81. 30bc30d fs/proc/kcore.c: using strlcpy() instead of strncpy() by Zhao Hongjiang · 11 years ago
  82. 1d98a5f fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime() by Oleg Nesterov · 11 years ago
  83. 8308697 vmcore: support mmap() on /proc/vmcore by HATAYAMA Daisuke · 11 years ago
  84. 591ff71 vmcore: calculate vmcore file size from buffer size and total size of vmcore objects by HATAYAMA Daisuke · 11 years ago
  85. ef9e78f vmcore: allow user process to remap ELF note segment buffer by HATAYAMA Daisuke · 11 years ago
  86. 087350c vmcore: allocate ELF note segment in the 2nd kernel vmalloc memory by HATAYAMA Daisuke · 11 years ago
  87. 7f614cd vmcore: treat memory chunks referenced by PT_LOAD program header entries in page-size boundary in vmcore_list by HATAYAMA Daisuke · 11 years ago
  88. f2bdacd vmcore: allocate buffer for ELF headers on page-size alignment by HATAYAMA Daisuke · 11 years ago
  89. b27eb18 vmcore: clean up read_vmcore() by HATAYAMA Daisuke · 11 years ago
  90. 541c237 pagemap: prepare to reuse constant bits with page-shift by Pavel Emelyanov · 11 years ago
  91. 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 11 years ago
  92. 2b0a9f0 pagemap: introduce pagemap_entry_t without pmshift bits by Pavel Emelyanov · 11 years ago
  93. af9de7e clear_refs: introduce private struct for mm_walk by Pavel Emelyanov · 11 years ago
  94. 040fa02 clear_refs: sanitize accepted commands declaration by Pavel Emelyanov · 11 years ago
  95. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  96. 1df98b8 proc_fill_cache(): clean up, get rid of pointless find_inode_number() use by Al Viro · 11 years ago
  97. c52a47a proc_fill_cache(): just make instantiate_t return int by Al Viro · 11 years ago
  98. db96316 proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/self by Al Viro · 11 years ago
  99. 147ce69 proc_fill_cache(): kill pointless check by Al Viro · 11 years ago
  100. f0c3b50 [readdir] convert procfs by Al Viro · 11 years ago