Age | Commit message (Expand) | Author | Files | Lines |
2019-12-01 | mm/huge_memory.c: split_huge_pages_fops should be defined with DEFINE_DEBUGFS... | zhong jiang | 1 | -1/+1 |
2019-10-19 | mm/thp: fix node page state in split_huge_page_to_list() | Kirill A. Shutemov | 1 | -2/+7 |
2019-09-28 | Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes) | Linus Torvalds | 1 | -31/+20 |
2019-09-28 | Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge... | David Rientjes | 1 | -14/+13 |
2019-09-28 | Revert "Revert "mm, thp: restore node-local hugepage allocations"" | David Rientjes | 1 | -26/+16 |
2019-09-24 | mm: thp: make deferred split shrinker memcg aware | Yang Shi | 1 | -9/+53 |
2019-09-24 | mm: thp: extract split_queue_* into a struct | Yang Shi | 1 | -20/+25 |
2019-09-24 | mm: page cache: store only head pages in i_pages | Matthew Wilcox (Oracle) | 1 | -2/+20 |
2019-08-24 | mm, page_owner: handle THP splits correctly | Vlastimil Babka | 1 | -0/+4 |
2019-08-13 | Revert "mm, thp: restore node-local hugepage allocations" | Andrea Arcangeli | 1 | -16/+26 |
2019-08-13 | Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir... | Andrea Arcangeli | 1 | -13/+14 |
2019-07-18 | mm: thp: fix false negative of shmem vma's THP eligibility | Yang Shi | 1 | -2/+7 |
2019-07-18 | mm: thp: make transhuge_vma_suitable available for anonymous THP | Yang Shi | 1 | -1/+1 |
2019-07-05 | Revert "mm: page cache: store only head pages in i_pages" | Linus Torvalds | 1 | -3/+0 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 | Thomas Gleixner | 1 | -3/+1 |
2019-05-14 | mm/huge_memory.c: make __thp_get_unmapped_area static | Bharath Vedartham | 1 | -1/+1 |
2019-05-14 | mm/mmu_notifier: use correct mmu_notifier events for each invalidation | Jérôme Glisse | 1 | -8/+6 |
2019-05-14 | mm/mmu_notifier: contextual information for event triggering invalidation | Jérôme Glisse | 1 | -4/+8 |
2019-05-14 | mm: page cache: store only head pages in i_pages | Matthew Wilcox | 1 | -0/+3 |
2019-05-14 | mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre... | Dan Williams | 1 | -6/+10 |
2019-05-06 | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
2019-04-05 | mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd() | Aneesh Kumar K.V | 1 | -0/+36 |
2019-04-03 | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE | Peter Zijlstra | 1 | -2/+2 |
2019-03-05 | mm/huge_memory.c: fix "orig_pud" set but not used | Qian Cai | 1 | -3/+1 |
2019-03-05 | mm: remove zone_lru_lock() function, access ->lru_lock directly | Andrey Ryabinin | 1 | -5/+5 |
2019-03-05 | mm: memcontrol: expose THP events on a per-memcg basis | Chris Down | 1 | -0/+2 |
2019-03-05 | mm: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -6/+2 |
2019-03-05 | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 1 | -6/+7 |
2019-01-04 | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 1 | -4/+4 |
2018-12-28 | mm, thp, proc: report THP eligibility for each vma | Michal Hocko | 1 | -1/+11 |
2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse | 1 | -29/+25 |
2018-12-28 | mm: put_and_wait_on_page_locked() while page is migrated | Hugh Dickins | 1 | -4/+2 |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+1 |
2018-12-21 | mm: thp: fix flags for pmd migration when split | Peter Xu | 1 | -9/+11 |
2018-12-08 | Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm... | David Rientjes | 1 | -14/+13 |
2018-12-05 | mm, thp: restore node-local hugepage allocations | David Rientjes | 1 | -26/+16 |
2018-11-30 | mm/huge_memory: fix lockdep complaint on 32-bit i_size_read() | Hugh Dickins | 1 | -6/+13 |
2018-11-30 | mm/huge_memory: splitting set mapping+index before unfreeze | Hugh Dickins | 1 | -6/+6 |
2018-11-30 | mm/huge_memory: rename freeze_page() to unmap_page() | Hugh Dickins | 1 | -6/+6 |
2018-11-03 | mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask | Michal Hocko | 1 | -9/+29 |
2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -10/+7 |
2018-10-26 | mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page() | Andrea Arcangeli | 1 | -1/+13 |
2018-10-26 | mm/gup: cache dev_pagemap while pinning pages | Keith Busch | 1 | -10/+6 |
2018-10-26 | mm: workingset: tell cache transitions from workingset thrashing | Johannes Weiner | 1 | -0/+1 |
2018-10-21 | mm: Convert huge_memory to XArray | Matthew Wilcox | 1 | -10/+7 |
2018-10-18 | mremap: properly flush TLB before releasing the page | Linus Torvalds | 1 | -6/+4 |
2018-10-13 | mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2 | Jérôme Glisse | 1 | -6/+0 |
2018-10-05 | mm, thp: fix mlocking THP page with migration enabled | Kirill A. Shutemov | 1 | -1/+1 |
2018-09-04 | mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removal | Dave Jiang | 1 | -2/+2 |
2018-08-25 | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/... | Linus Torvalds | 1 | -2/+2 |