summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm/huge_memory: use helper macro IS_ERR_OR_NULL in split_huge_pages_pidMiaohe Lin2022-07-171-3/+1
* mm/huge_memory: comment the subtly logic in __split_huge_pmdMiaohe Lin2022-07-171-0/+4
* mm/huge_memory: correct comment of prep_transhuge_pageMiaohe Lin2022-07-171-1/+1
* mm/huge_memory: minor cleanup for split_huge_pages_allMiaohe Lin2022-07-171-1/+6
* mm/huge_memory: try to free subpage in swapcache when possibleMiaohe Lin2022-07-171-1/+1
* mm/huge_memory: fix comment in zap_huge_pudMiaohe Lin2022-07-171-6/+1
* mm/huge_memory: use helper macro __ATTR_RWMiaohe Lin2022-07-171-6/+4
* mm/huge_memory: use helper function vma_lookup in split_huge_pages_pidMiaohe Lin2022-07-171-2/+2
* mm/huge_memory: rename mmun_start to haddr in remove_migration_pmdMiaohe Lin2022-07-171-3/+3
* mm/huge_memory: use helper touch_pmd in huge_pmd_set_accessedMiaohe Lin2022-07-171-15/+7
* mm/huge_memory: use helper touch_pud in huge_pud_set_accessedMiaohe Lin2022-07-171-13/+5
* mm/huge_memory: fix comment of __pud_trans_huge_lockMiaohe Lin2022-07-171-3/+3
* mm/huge_memory: access vm_page_prot with READ_ONCE in remove_migration_pmdMiaohe Lin2022-07-171-1/+1
* mm/huge_memory: use flush_pmd_tlb_range in move_huge_pmdMiaohe Lin2022-07-171-1/+1
* mm: khugepaged: reorg some khugepaged helpersYang Shi2022-07-171-2/+2
* mm: thp: kill __transhuge_page_enabled()Yang Shi2022-07-171-11/+40
* mm: thp: kill transparent_hugepage_active()Yang Shi2022-07-171-9/+44
* mm: thp: consolidate vma size check to transhuge_vma_suitableYang Shi2022-07-171-1/+1
* mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-07-171-1/+1
* mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-2/+2
* docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-1/+1
* mm: Clear page->private when splitting or migrating a pageMatthew Wilcox (Oracle)2022-06-231-0/+1
* mm/huge_memory: Fix xarray node memory leakMatthew Wilcox (Oracle)2022-06-091-2/+1
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-54/+123
|\
| * mm: khugepaged: make khugepaged_enter() void functionYang Shi2022-05-191-2/+2
| * mm: thp: only regular file could be THP eligibleYang Shi2022-05-191-9/+2
| * mm/huge_memory: convert do_huge_pmd_anonymous_page() to use vma_alloc_folio()Matthew Wilcox (Oracle)2022-05-131-5/+4
| * mm: avoid unnecessary flush on change_huge_pmd()Nadav Amit2022-05-131-2/+2
| * mm/mprotect: do not flush when not required architecturallyNadav Amit2022-05-131-4/+5
| * mm/mprotect: use mmu_gatherNadav Amit2022-05-131-2/+8
| * mm: create new mm/swap.h header fileNeilBrown2022-05-091-0/+1
| * mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive ...David Hildenbrand2022-05-091-0/+3
| * mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand2022-05-091-0/+3
| * mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand2022-05-091-1/+9
| * mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand2022-05-091-3/+5
| * mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand2022-05-091-7/+71
| * mm/huge_memory: remove outdated VM_WARN_ON_ONCE_PAGE from unmap_page()David Hildenbrand2022-05-091-2/+0
| * mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page excl...David Hildenbrand2022-05-091-0/+2
| * mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand2022-05-091-1/+1
| * mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand2022-05-091-1/+1
| * mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand2022-05-091-19/+8
* | mm/huge_memory: do not overkill when splitting huge_zero_pageXu Yu2022-04-281-1/+6
|/
* mm/huge_memory: Avoid calling pmd_page() on a non-leaf PMDMatthew Wilcox (Oracle)2022-04-071-6/+5
* mm/huge_memory: remove stale locking logic from __split_huge_pmd()David Hildenbrand2022-03-241-36/+4
* mm/huge_memory: remove stale page_trans_huge_mapcount()David Hildenbrand2022-03-241-48/+0
* mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()David Hildenbrand2022-03-241-4/+9
* mm/huge_memory: make is_transparent_hugepage() staticMiaohe Lin2022-03-241-2/+1
* mm/migration: add trace events for THP migrationsAnshuman Khandual2022-03-241-0/+5
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-116/+62
|\
| * mm/readahead: Align file mappings for non-DAXWilliam Kucharski2022-03-211-4/+1