| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-03-12 | mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled but not enabled | Vlastimil Babka | 1 | -0/+4 |
| 2020-01-23 | mm, debug_pagealloc: don't rely on static keys too early | Vlastimil Babka | 1 | -3/+15 |
| 2019-11-06 | mm: thp: handle page cache THP correctly in PageTransCompoundMap | Yang Shi | 1 | -5/+0 |
| 2019-09-26 | mm: treewide: clarify pgtable_page_{ctor,dtor}() naming | Mark Rutland | 1 | -2/+2 |
| 2019-09-25 | mm, fs: move randomize_stack_top from fs to mm | Alexandre Ghiti | 1 | -0/+2 |
| 2019-09-25 | mm, thp: introduce FOLL_SPLIT_PMD | Song Liu | 1 | -0/+1 |
| 2019-09-25 | mm: move memcmp_pages() and pages_identical() | Song Liu | 1 | -0/+7 |
| 2019-09-25 | mm/gup: add make_dirty arg to put_user_pages_dirty_lock() | akpm@linux-foundation.org | 1 | -2/+3 |
| 2019-09-25 | mm: introduce compound_nr() | Matthew Wilcox (Oracle) | 1 | -0/+6 |
| 2019-09-25 | mm: introduce page_shift() | Matthew Wilcox (Oracle) | 1 | -0/+6 |
| 2019-09-25 | mm: introduce page_size() | Matthew Wilcox (Oracle) | 1 | -0/+6 |
| 2019-09-25 | mm: add dummy can_do_mlock() helper | Arnd Bergmann | 1 | -0/+4 |
| 2019-09-07 | mm: split out a new pagewalk.h header from mm.h | Christoph Hellwig | 1 | -46/+0 |
| 2019-07-19 | mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap() | Dan Williams | 1 | -2/+2 |
| 2019-07-19 | mm: thp: make transhuge_vma_suitable available for anonymous THP | Yang Shi | 1 | -17/+17 |
| 2019-07-17 | mm: add account_locked_vm utility function | Daniel Jordan | 1 | -0/+4 |
| 2019-07-17 | mm: introduce ARCH_HAS_PTE_DEVMAP | Robin Murphy | 1 | -2/+2 |
| 2019-07-17 | mm: clean up is_device_*_page() definitions | Robin Murphy | 1 | -22/+9 |
| 2019-07-17 | mm: provide a print_vma_addr stub for !CONFIG_MMU | Christoph Hellwig | 1 | -0/+6 |
| 2019-07-15 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 1 | -26/+2 |
| 2019-07-12 | mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options | Alexander Potapenko | 1 | -0/+24 |
| 2019-07-12 | mm/pgtable: drop pgtable_t variable from pte_fn_t functions | Anshuman Khandual | 1 | -2/+1 |
| 2019-07-12 | mm, debug_pagealloc: use a page type instead of page_ext flag | Vlastimil Babka | 1 | -9/+1 |
| 2019-07-12 | mm, debug_pagelloc: use static keys to enable debugging | Vlastimil Babka | 1 | -4/+11 |
| 2019-07-12 | mm/nvdimm: add is_ioremap_addr and use that to check ioremap address | Aneesh Kumar K.V | 1 | -0/+5 |
| 2019-07-02 | memremap: lift the devmap_enable manipulation into devm_memremap_pages | Christoph Hellwig | 1 | -10/+0 |
| 2019-07-02 | mm: remove MEMORY_DEVICE_PUBLIC support | Christoph Hellwig | 1 | -16/+2 |
| 2019-06-07 | uaccess: add noop untagged_addr definition | Andrey Konovalov | 1 | -0/+11 |
| 2019-05-15 | mm: move buddy list manipulations into helpers | Dan Williams | 1 | -3/+0 |
| 2019-05-14 | mm: introduce new vm_map_pages() and vm_map_pages_zero() API | Souptick Joarder | 1 | -0/+4 |
| 2019-05-14 | mm: use mm_zero_struct_page from SPARC on all 64b architectures | Alexander Duyck | 1 | -3/+38 |
| 2019-05-14 | mm: introduce put_user_page*(), placeholder versions | John Hubbard | 1 | -0/+24 |
| 2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 1 | -2/+2 |
| 2019-05-14 | mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM | Ira Weiny | 1 | -13/+28 |
| 2019-04-30 | mm/hibernation: Make hibernation handle unmapped pages | Rick Edgecombe | 1 | -12/+6 |
| 2019-04-15 | Merge branch 'page-refs' (page ref overflow) | Linus Torvalds | 1 | -1/+14 |
| 2019-04-14 | mm: add 'try_get_page()' helper function | Linus Torvalds | 1 | -0/+9 |
| 2019-04-14 | mm: make page ref count overflow check tighter and more explicit | Linus Torvalds | 1 | -1/+5 |
| 2019-03-12 | mm: refactor readahead defines in mm.h | Nikolay Borisov | 1 | -2/+2 |
| 2019-03-08 | mm: create the new vm_fault_t type | Souptick Joarder | 1 | -46/+0 |
| 2019-03-06 | mm: update get_user_pages_longterm to migrate pages allocated from CMA region | Aneesh Kumar K.V | 1 | -1/+2 |
| 2019-01-05 | fs: don't open code lru_to_page() | Nikolay Borisov | 1 | -0/+2 |
| 2019-01-05 | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 1 | -7/+6 |
| 2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse | 1 | -2/+4 |
| 2018-12-28 | mm: remove pte_lock_deinit() | Yu Zhao | 1 | -9/+2 |
| 2018-12-28 | mm: make free_reserved_area() return "const char *" | Alexey Dobriyan | 1 | -1/+1 |
| 2018-12-28 | mm: reclaim small amounts of memory when an external fragmentation event occurs | Mel Gorman | 1 | -0/+1 |
| 2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+26 |
| 2018-12-28 | kasan, mm, arm64: tag non slab memory allocated via pagealloc | Andrey Konovalov | 1 | -0/+29 |
| 2018-11-09 | Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -0/+8 |