1. 2c9e0a6 mm, powerpc, x86: introduce an additional vma bit for powerpc pkey by Ram Pai · 7 years ago
  2. 5212213 mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled by Ram Pai · 7 years ago
  3. 88c28f2 mm, pagemap: fix swap offset value for PMD migration entry by Huang Ying · 7 years ago
  4. f664066 proc: replace seq_printf on seq_putc to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
  5. d1be35c proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
  6. 0e3dc01 procfs: add seq_put_hex_ll to speed up /proc/pid/maps by Andrei Vagin · 7 years ago
  7. a3cf988 mm: use updated pmdp_invalidate() interface to track dirty/accessed bits by Kirill A. Shutemov · 7 years ago
  8. 8526d84 fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual memory by Konstantin Khlebnikov · 7 years ago
  9. a3841f9 Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  10. af5b0f6 mm: consolidate page table accounting by Kirill A. Shutemov · 7 years ago
  11. c481290 mm: introduce wrappers to access mm->nr_ptes by Kirill A. Shutemov · 7 years ago
  12. b4e98d9 mm: account pud page tables by Kirill A. Shutemov · 7 years ago
  13. b83d7e4 mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entry by Huang Ying · 7 years ago
  14. b6fb293 mm: Define MAP_SYNC and VM_SYNC flags by Jan Kara · 7 years ago
  15. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  16. 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
  17. 1403830 fs, proc: unconditional cond_resched when reading smaps by David Rientjes · 7 years ago
  18. 1240ea0 fs, proc: remove priv argument from is_stack by Michal Hocko · 7 years ago
  19. df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago
  20. 5042db4 mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory by Jérôme Glisse · 7 years ago
  21. ab6e3d0 mm: soft-dirty: keep soft-dirty bits over thp migration by Naoya Horiguchi · 7 years ago
  22. 84c3fc4 mm: thp: check pmd migration entry in common path by Zi Yan · 7 years ago
  23. d2cd9ed mm,fork: introduce MADV_WIPEONFORK by Rik van Riel · 7 years ago
  24. 493b0e9 mm: add /proc/pid/smaps_rollup by Daniel Colascione · 7 years ago
  25. b3a81d0 mm: fix KSM data corruption by Minchan Kim · 7 years ago
  26. 8c03cc8 fs/proc/task_mmu.c: remove obsolete comment in show_map_vma() by Vasily Averin · 8 years ago
  27. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 8 years ago
  28. cf8496e proc: show MADV_FREE pages info in smaps by Shaohua Li · 8 years ago
  29. 5b7abea thp: fix MADV_DONTNEED vs clear soft dirty race by Kirill A. Shutemov · 8 years ago
  30. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  31. 388f793 mm: use mmget_not_zero() helper by Vegard Nossum · 8 years ago
  32. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  33. a66c0410 mm: add cond_resched() in gather_pte_stats() by Hugh Dickins · 8 years ago
  34. b18cb64 fs/proc: Stop trying to report thread stacks by Andy Lutomirski · 8 years ago
  35. 855af07 mm, proc: fix region lost in /proc/self/smaps by Robert Ho · 8 years ago
  36. 0f30206 fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_write() obvious by James Morse · 8 years ago
  37. ca120cf mm: fix show_smap() for zone_device-pmd ranges by Dan Williams · 8 years ago
  38. 65c4537 mm, rmap: account shmem thp pages by Kirill A. Shutemov · 8 years ago
  39. 4e80153 mm, proc: make clear_refs killable by Michal Hocko · 9 years ago
  40. 28093f9 numa: fix /proc/<pid>/numa_maps for THP by Gerald Schaefer · 9 years ago
  41. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  42. c1192f8 x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smaps by Dave Hansen · 9 years ago
  43. 65376df proc: revert /proc/<pid>/maps [stack:TID] annotation by Johannes Weiner · 9 years ago
  44. 5c2ff95 numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390 by Michael Holzheu · 9 years ago
  45. b6ec57f thp: change pmd_trans_huge_lock() interface to return ptl by Kirill A. Shutemov · 9 years ago
  46. f4be615 fs/proc/task_mmu.c: add workaround for old compilers by Kirill A. Shutemov · 9 years ago
  47. 4b471e8 mm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
  48. afd9883 mm, proc: adjust PSS calculation by Kirill A. Shutemov · 9 years ago
  49. 8463833 mm: rework virtual memory accounting by Konstantin Khlebnikov · 9 years ago
  50. 0e41e27 mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_pmd() by Oleg Nesterov · 9 years ago
  51. 8cee852 mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/status by Jerome Marchand · 9 years ago
  52. eca56ff mm, shmem: add internal shmem resident memory accounting by Jerome Marchand · 9 years ago
  53. 48131e0 mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappings by Vlastimil Babka · 9 years ago
  54. 6a15a37 mm, proc: reduce cost of /proc/pid/smaps for shmem mappings by Vlastimil Babka · 9 years ago
  55. c261e7d9 mm, proc: account for shmem swap in /proc/pid/smaps by Vlastimil Babka · 9 years ago
  56. 5d3875a mm: clear_soft_dirty_pmd() requires THP by Laurent Dufour · 9 years ago
  57. 326c259 mm: clear pte in clear_soft_dirty() by Laurent Dufour · 9 years ago
  58. 5d317b2 mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status by Naoya Horiguchi · 9 years ago
  59. 25ee01a mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smaps by Naoya Horiguchi · 9 years ago
  60. a7b7617 mm: add architecture primitives for software dirty bit clearing by Martin Schwidefsky · 10 years ago
  61. 33c3fc7 mm: introduce idle page tracking by Vladimir Davydov · 9 years ago
  62. 8334b96 mm: /proc/pid/smaps:: show proportional swap share of the mapping by Minchan Kim · 9 years ago
  63. 77bb499 pagemap: add mmap-exclusive bit for marking pages mapped only here by Konstantin Khlebnikov · 9 years ago
  64. 1c90308 pagemap: hide physical addresses from non-privileged users by Konstantin Khlebnikov · 9 years ago
  65. 356515e pagemap: rework hugetlb and thp report by Konstantin Khlebnikov · 9 years ago
  66. deb9454 pagemap: switch to the new format and do some cleanup by Konstantin Khlebnikov · 9 years ago
  67. a06db75 pagemap: check permissions and capabilities at open time by Konstantin Khlebnikov · 9 years ago
  68. 16ba6f8 userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP by Andrea Arcangeli · 9 years ago
  69. 2726d56 vfs: add seq_file_path() helper by Miklos Szeredi · 10 years ago
  70. ab676b7 pagemap: do not leak physical addresses to non-privileged userspace by Kirill A. Shutemov · 10 years ago
  71. 198d159 fs: proc: task_mmu: show page size in /proc/<pid>/numa_maps by Rafael Aquini · 10 years ago
  72. 695f055 fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (peak RSS) by Petr Cermak · 10 years ago
  73. 7d5b3bf mm: /proc/pid/clear_refs: avoid split_huge_page() by Kirill A. Shutemov · 10 years ago
  74. 48684a6 mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP) by Naoya Horiguchi · 10 years ago
  75. d85f4d6 numa_maps: remove numa_maps->vma by Naoya Horiguchi · 10 years ago
  76. 632fd60 numa_maps: fix typo in gather_hugetbl_stats by Naoya Horiguchi · 10 years ago
  77. f995ece pagemap: use walk->vma instead of calling find_vma() by Naoya Horiguchi · 10 years ago
  78. 5c64f52 clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk() by Naoya Horiguchi · 10 years ago
  79. 14eb6fd smaps: remove mem_size_stats->vma and use walk_page_vma() by Naoya Horiguchi · 10 years ago
  80. 05fbf35 proc/pagemap: walk page tables under pte lock by Konstantin Khlebnikov · 10 years ago
  81. dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 10 years ago
  82. 1da4b35 proc: drop handling non-linear mappings by Kirill A. Shutemov · 10 years ago
  83. c164e03 mm: fix huge zero page accounting in smaps report by Kirill A. Shutemov · 10 years ago
  84. 4aae7e4 x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specific by Qiaowei Ren · 10 years ago
  85. 64e45507 mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared by Peter Feiner · 10 years ago
  86. 81d0fa6 mm: softdirty: unmapped addresses between VMAs are clean by Peter Feiner · 10 years ago
  87. 498f237 mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race by Oleg Nesterov · 10 years ago
  88. 58cb654 proc/maps: make vm_is_stack() logic namespace-friendly by Oleg Nesterov · 10 years ago
  89. 2c03376 proc/maps: replace proc_maps_private->pid with "struct inode *inode" by Oleg Nesterov · 10 years ago
  90. 557c2d8 fs/proc/task_mmu.c: update m->version in the main loop in m_start() by Oleg Nesterov · 10 years ago
  91. b8c20a9 fs/proc/task_mmu.c: reintroduce m->version logic by Oleg Nesterov · 10 years ago
  92. ad2a00e fs/proc/task_mmu.c: introduce m_next_vma() helper by Oleg Nesterov · 10 years ago
  93. 0c25532 fs/proc/task_mmu.c: simplify m_start() to make it readable by Oleg Nesterov · 10 years ago
  94. ebb6cdd fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logic by Oleg Nesterov · 10 years ago
  95. 0d5f5f4 fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop() by Oleg Nesterov · 10 years ago
  96. 23d5483 fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next() by Oleg Nesterov · 10 years ago
  97. 59b4bf1 fs/proc/task_mmu.c: simplify the vma_stop() logic by Oleg Nesterov · 10 years ago
  98. 29a40ac fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open() by Oleg Nesterov · 10 years ago
  99. 4db7d0e fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open() by Oleg Nesterov · 10 years ago
  100. 46c298c fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map() by Oleg Nesterov · 10 years ago