1. cfc0eb40 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  2. e71b4e0 ptrace: Don't allow accessing an undumpable mm by Eric W. Biederman · 8 years ago
  3. f307ab6 mm: replace access_process_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  4. 6347e8d mm: replace access_remote_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  5. 442486e mm: replace __access_remote_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  6. 9beae1e mm: replace get_user_pages_remote() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  7. 87744ab mm: fix cache mode tracking in vm_insert_mixed() by Dan Williams · 8 years ago
  8. 3f70dc3 mm: make sure that kthreads will not refault oom reaped memory by Michal Hocko · 8 years ago
  9. 536e0e8 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  10. 38e0885 mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing by Lorenzo Stoakes · 8 years ago
  11. d59dc7b sched/numa, mm: Revert to checking pmd/pte_write instead of VMA flags by Rik van Riel · 8 years ago
  12. 1a8018f mm: move swap-in anonymous page into active list by Minchan Kim · 8 years ago
  13. c5f88bd mm: fail prefaulting if page table allocation fails by Vegard Nossum · 8 years ago
  14. e496cf3 thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE by Kirill A. Shutemov · 8 years ago
  15. 800d8c6 shmem: add huge pages support by Kirill A. Shutemov · 8 years ago
  16. af9e4d5 thp: handle file COW faults by Kirill A. Shutemov · 8 years ago
  17. 95ecedc thp, vmstats: add counters for huge file pages by Kirill A. Shutemov · 8 years ago
  18. 1010245 mm: introduce do_set_pmd() by Kirill A. Shutemov · 8 years ago
  19. dd78fed rmap: support file thp by Kirill A. Shutemov · 8 years ago
  20. 7267ec00 mm: postpone page table allocation until we have page to map by Kirill A. Shutemov · 8 years ago
  21. bae473a mm: introduce fault_env by Kirill A. Shutemov · 8 years ago
  22. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  23. 8a966ed mm: make swapin readahead to improve thp collapse rate by Ebru Akagunduz · 8 years ago
  24. e77b085 mm/mmu_gather: track page size with mmu gather and force flush if page size change by Aneesh Kumar K.V · 8 years ago
  25. e9d55e1 mm: change the interface for __tlb_remove_page() by Aneesh Kumar K.V · 8 years ago
  26. 5a49973 mm: thp: refix false positive BUG in page_move_anon_rmap() by Hugh Dickins · 8 years ago
  27. 06d8fbc Revert "mm: disable fault around on emulated access bit architecture" by Kirill A. Shutemov · 8 years ago
  28. 315d09b Revert "mm: make faultaround produce old ptes" by Kirill A. Shutemov · 8 years ago
  29. 478a146 Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  30. d0834a6 mm: disable fault around on emulated access bit architecture by Minchan Kim · 8 years ago
  31. 5c0a85f mm: make faultaround produce old ptes by Kirill A. Shutemov · 8 years ago
  32. d5957d2 mm: fix incorrect pfn passed to untrack_pfn() in remap_pfn_range() by Yongji Xie · 8 years ago
  33. 4d9a2c8 dax: Remove i_mmap_lock protection by Jan Kara · 8 years ago
  34. bc2466e dax: Use radix tree entry lock to protect cow faults by Jan Kara · 8 years ago
  35. 6d0a07e mm: thp: calculate the mapcount correctly for THP pages during WP faults by Andrea Arcangeli · 8 years ago
  36. 6842839 huge pagecache: mmap_sem is unlocked when truncation splits pmd by Hugh Dickins · 8 years ago
  37. 28093f9 numa: fix /proc/<pid>/numa_maps for THP by Gerald Schaefer · 8 years ago
  38. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  39. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  40. aac4536 mm, oom: introduce oom reaper by Michal Hocko · 8 years ago
  41. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  42. 1170532 mm: convert printk(KERN_<LEVEL> to pr_<level> by Joe Perches · 8 years ago
  43. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 8 years ago
  44. 271ecc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  45. 88193f7 mm: use linear_page_index() in do_fault() by Matthew Wilcox · 8 years ago
  46. 9cb65bc3 mm/memory.c: make apply_to_page_range() more robust by Mika Penttilä · 8 years ago
  47. ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 8 years ago
  48. ad33bb0 mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED by Andrea Arcangeli · 8 years ago
  49. d61172b mm/core, x86/mm/pkeys: Differentiate instruction fetches by Dave Hansen · 8 years ago
  50. 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 8 years ago
  51. 33a709b mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys by Dave Hansen · 8 years ago
  52. 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  53. 1e98779 mm/gup: Introduce get_user_pages_remote() by Dave Hansen · 8 years ago
  54. 1fe3f29 Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys by Ingo Molnar · 8 years ago
  55. 4643536 mm: retire GUP WARN_ON_ONCE that outlived its usefulness by Hugh Dickins · 8 years ago
  56. 03fc2da mm: fix pfn_t to page conversion in vm_insert_mixed by Dan Williams · 8 years ago
  57. 76b36fa Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changes by Ingo Molnar · 8 years ago
  58. 5ccc5ab mm: free swap cache aggressively if memcg swap is full by Vladimir Davydov · 8 years ago
  59. 5c7fb56 mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd by Dan Williams · 8 years ago
  60. f25748e3 mm, dax: convert vmf_insert_pfn_pmd() to pfn_t by Dan Williams · 8 years ago
  61. 01c8f1c mm, dax, gpu: convert vm_insert_mixed to pfn_t by Dan Williams · 8 years ago
  62. e90309c thp: allow mlocked THP again by Kirill A. Shutemov · 8 years ago
  63. e81c480 mm, numa: skip PTE-mapped THP on numa fault by Kirill A. Shutemov · 8 years ago
  64. 53f9263 mm: rework mapcount accounting to enable 4k mapping of THPs by Kirill A. Shutemov · 8 years ago
  65. 4b471e8 mm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 8 years ago
  66. 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 8 years ago
  67. 7479df6 thp, mlock: do not allow huge pages in mlocked area by Kirill A. Shutemov · 8 years ago
  68. f627c2f memcg: adjust to support new THP refcounting by Kirill A. Shutemov · 8 years ago
  69. d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 8 years ago
  70. 1c290f6 mm: sanitize page->mapping for tail pages by Kirill A. Shutemov · 8 years ago
  71. c20cd45 mm: allow GFP_{FS,IO} for page_cache_read page cache allocation by Michal Hocko · 8 years ago
  72. eca56ff mm, shmem: add internal shmem resident memory accounting by Jerome Marchand · 8 years ago
  73. 1745cbc mm: Add vm_insert_pfn_prot() by Andy Lutomirski · 8 years ago
  74. 0df9d41 mm, dax: fix DAX deadlocks (COW fault) by Yigal Korman · 9 years ago
  75. 0f90cc6 mm, dax: fix DAX deadlocks by Ross Zwisler · 9 years ago
  76. fb6dd5f mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd() by Kirill A. Shutemov · 9 years ago
  77. 52a2b53 mm, dax: use i_mmap_unlock_write() in do_cow_fault() by Kirill A. Shutemov · 9 years ago
  78. 46c043e mm: take i_mmap_lock in unmap_mapping_range() for DAX by Kirill A. Shutemov · 9 years ago
  79. 8431729 dax: fix race between simultaneous faults by Matthew Wilcox · 9 years ago
  80. b96375f mm: add a pmd_fault handler by Matthew Wilcox · 9 years ago
  81. b533062 mm: introduce vma_is_anonymous(vma) helper by Oleg Nesterov · 9 years ago
  82. ca1d6c7 mm/memory.c: make tlb_next_batch() return bool by Nicholas Krause · 9 years ago
  83. 6b251fc userfaultfd: call handle_userfault() for userfaultfd_missing() faults by Andrea Arcangeli · 9 years ago
  84. 6b7339f mm: avoid setting up anonymous pages into file mapping by Kirill A. Shutemov · 9 years ago
  85. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  86. eb3c24f mm, memcg: Try charging a page before setting page up to date by Mel Gorman · 9 years ago
  87. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  88. 9ec2353 sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled pagefaults by David Hildenbrand · 9 years ago
  89. dd90618 mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAP by Boaz Harrosh · 9 years ago
  90. 2682582 mm/memory: also print a_ops->readpage in print_bad_pte() by Konstantin Khlebnikov · 9 years ago
  91. 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 9 years ago
  92. 93e478d mm: refactor do_wp_page handling of shared vma into a function by Shachar Raindel · 9 years ago
  93. 2f38ab2 mm: refactor do_wp_page, extract the page copy flow by Shachar Raindel · 9 years ago
  94. 2876680 mm: refactor do_wp_page - rewrite the unlock flow by Shachar Raindel · 9 years ago
  95. 4e047f8 mm: refactor do_wp_page, extract the reuse case by Shachar Raindel · 9 years ago
  96. 074c238 mm: numa: slow PTE scan rate if migration failures occur by Mel Gorman · 9 years ago
  97. b191f9b mm: numa: preserve PTE write permissions across a NUMA hinting fault by Mel Gorman · 9 years ago
  98. bea66fb mm: numa: group related processes based on VMA flags instead of page table flags by Mel Gorman · 9 years ago
  99. 53da3bc mm: fix up numa read-only thread grouping logic by Linus Torvalds · 9 years ago
  100. 2e4cdab mm: allow page fault handlers to perform the COW by Matthew Wilcox · 9 years ago