summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
2020-10-29mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)
2020-09-26mm/thp: fix __split_huge_pmd_locked() for migration PMDRalph Campbell
2020-06-22mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()Andrea Arcangeli
2020-06-17gup: document and work around "COW can break either way" issueLinus Torvalds
2020-03-12mm: fix possible PMD dirty bit lost in set_pmd_migration_entry()Huang Ying
2020-03-05mm, thp: fix defrag setting if newline is not usedDavid Rientjes
2020-03-05mm/huge_memory.c: use head to check huge zero pageWei Yang
2020-01-23mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD align...Kirill A. Shutemov
2019-10-19mm/thp: fix node page state in split_huge_page_to_list()Kirill A. Shutemov
2019-09-28Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds
2019-09-28Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge...David Rientjes
2019-09-28Revert "Revert "mm, thp: restore node-local hugepage allocations""David Rientjes
2019-09-24mm: thp: make deferred split shrinker memcg awareYang Shi
2019-09-24mm: thp: extract split_queue_* into a structYang Shi
2019-09-24mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)
2019-08-24mm, page_owner: handle THP splits correctlyVlastimil Babka
2019-08-13Revert "mm, thp: restore node-local hugepage allocations"Andrea Arcangeli
2019-08-13Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir...Andrea Arcangeli
2019-07-18mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi
2019-07-18mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner
2019-05-14mm/huge_memory.c: make __thp_get_unmapped_area staticBharath Vedartham
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-05mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd()Aneesh Kumar K.V
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra
2019-03-05mm/huge_memory.c: fix "orig_pud" set but not usedQian Cai
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin
2019-03-05mm: memcontrol: expose THP events on a per-memcg basisChris Down
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-12-28mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-21mm: thp: fix flags for pmd migration when splitPeter Xu
2018-12-08Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...David Rientjes
2018-12-05mm, thp: restore node-local hugepage allocationsDavid Rientjes
2018-11-30mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins
2018-11-30mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins
2018-11-30mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins
2018-11-03mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-26mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli
2018-10-26mm/gup: cache dev_pagemap while pinning pagesKeith Busch