Age | Commit message (Expand) | Author |
2019-05-14 | mm/huge_memory.c: make __thp_get_unmapped_area static | Bharath Vedartham |
2019-05-14 | mm/mmu_notifier: use correct mmu_notifier events for each invalidation | Jérôme Glisse |
2019-05-14 | mm/mmu_notifier: contextual information for event triggering invalidation | Jérôme Glisse |
2019-05-14 | mm: page cache: store only head pages in i_pages | Matthew Wilcox |
2019-05-14 | mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre... | Dan Williams |
2019-05-06 | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2019-04-05 | mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd() | Aneesh Kumar K.V |
2019-04-03 | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE | Peter Zijlstra |
2019-03-05 | mm/huge_memory.c: fix "orig_pud" set but not used | Qian Cai |
2019-03-05 | mm: remove zone_lru_lock() function, access ->lru_lock directly | Andrey Ryabinin |
2019-03-05 | mm: memcontrol: expose THP events on a per-memcg basis | Chris Down |
2019-03-05 | mm: no need to check return value of debugfs_create functions | Greg Kroah-Hartman |
2019-03-05 | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual |
2019-01-04 | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) |
2018-12-28 | mm, thp, proc: report THP eligibility for each vma | Michal Hocko |
2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse |
2018-12-28 | mm: put_and_wait_on_page_locked() while page is migrated | Hugh Dickins |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS |
2018-12-21 | mm: thp: fix flags for pmd migration when split | Peter Xu |
2018-12-08 | Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm... | David Rientjes |
2018-12-05 | mm, thp: restore node-local hugepage allocations | David Rientjes |
2018-11-30 | mm/huge_memory: fix lockdep complaint on 32-bit i_size_read() | Hugh Dickins |
2018-11-30 | mm/huge_memory: splitting set mapping+index before unfreeze | Hugh Dickins |
2018-11-30 | mm/huge_memory: rename freeze_page() to unmap_page() | Hugh Dickins |
2018-11-03 | mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask | Michal Hocko |
2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds |
2018-10-26 | mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page() | Andrea Arcangeli |
2018-10-26 | mm/gup: cache dev_pagemap while pinning pages | Keith Busch |
2018-10-26 | mm: workingset: tell cache transitions from workingset thrashing | Johannes Weiner |
2018-10-21 | mm: Convert huge_memory to XArray | Matthew Wilcox |
2018-10-18 | mremap: properly flush TLB before releasing the page | Linus Torvalds |
2018-10-13 | mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2 | Jérôme Glisse |
2018-10-05 | mm, thp: fix mlocking THP page with migration enabled | Kirill A. Shutemov |
2018-09-04 | mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removal | Dave Jiang |
2018-08-25 | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/... | Linus Torvalds |
2018-08-23 | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder |
2018-08-17 | mm, huge page: copy target sub-page last when copy huge page | Huang Ying |
2018-08-17 | thp: use mm_file_counter to determine update which rss counter | Yang Shi |
2018-08-17 | dax: remove VM_MIXEDMAP for fsdax and device dax | Dave Jiang |
2018-08-05 | Merge tag 'v4.18-rc6' into for-4.19/block2 | Jens Axboe |
2018-07-21 | mm/huge_memory.c: fix data loss when splitting a file pmd | Hugh Dickins |
2018-07-20 | device-dax: Convert to vmf_insert_mixed and vm_fault_t | Dan Williams |
2018-07-09 | memcontrol: schedule throttling if we are congested | Tejun Heo |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-06-07 | mm: use page->deferred_list | Matthew Wilcox |
2018-06-04 | Merge tag 'docs-4.18' of git://git.lwn.net/linux | Linus Torvalds |
2018-06-02 | mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty() | Hugh Dickins |
2018-04-27 | Merge tag 'v4.17-rc2' into docs-next | Jonathan Corbet |
2018-04-20 | mm: enable thp migration for shmem thp | Naoya Horiguchi |
2018-04-16 | Merge branch 'mm-rst' into docs-next | Jonathan Corbet |