summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allnoconfiglinaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allmodconfigLinus Torvalds
2022-07-17mm/huge_memory: use helper macro IS_ERR_OR_NULL in split_huge_pages_pidMiaohe Lin
2022-07-17mm/huge_memory: comment the subtly logic in __split_huge_pmdMiaohe Lin
2022-07-17mm/huge_memory: correct comment of prep_transhuge_pageMiaohe Lin
2022-07-17mm/huge_memory: minor cleanup for split_huge_pages_allMiaohe Lin
2022-07-17mm/huge_memory: try to free subpage in swapcache when possibleMiaohe Lin
2022-07-17mm/huge_memory: fix comment in zap_huge_pudMiaohe Lin
2022-07-17mm/huge_memory: use helper macro __ATTR_RWMiaohe Lin
2022-07-17mm/huge_memory: use helper function vma_lookup in split_huge_pages_pidMiaohe Lin
2022-07-17mm/huge_memory: rename mmun_start to haddr in remove_migration_pmdMiaohe Lin
2022-07-17mm/huge_memory: use helper touch_pmd in huge_pmd_set_accessedMiaohe Lin
2022-07-17mm/huge_memory: use helper touch_pud in huge_pud_set_accessedMiaohe Lin
2022-07-17mm/huge_memory: fix comment of __pud_trans_huge_lockMiaohe Lin
2022-07-17mm/huge_memory: access vm_page_prot with READ_ONCE in remove_migration_pmdMiaohe Lin
2022-07-17mm/huge_memory: use flush_pmd_tlb_range in move_huge_pmdMiaohe Lin
2022-07-17mm: khugepaged: reorg some khugepaged helpersYang Shi
2022-07-17mm: thp: kill __transhuge_page_enabled()Yang Shi
2022-07-17mm: thp: kill transparent_hugepage_active()Yang Shi
2022-07-17mm: thp: consolidate vma size check to transhuge_vma_suitableYang Shi
2022-07-17mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-29mm: Account dirty folios properly during splitsMatthew Wilcox (Oracle)
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-06-23mm: Clear page->private when splitting or migrating a pageMatthew Wilcox (Oracle)
2022-06-09mm/huge_memory: Fix xarray node memory leakMatthew Wilcox (Oracle)
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-19mm: khugepaged: make khugepaged_enter() void functionYang Shi
2022-05-19mm: thp: only regular file could be THP eligibleYang Shi
2022-05-13mm/huge_memory: convert do_huge_pmd_anonymous_page() to use vma_alloc_folio()Matthew Wilcox (Oracle)
2022-05-13mm: avoid unnecessary flush on change_huge_pmd()Nadav Amit
2022-05-13mm/mprotect: do not flush when not required architecturallyNadav Amit
2022-05-13mm/mprotect: use mmu_gatherNadav Amit
2022-05-09mm: create new mm/swap.h header fileNeilBrown
2022-05-09mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive ...David Hildenbrand
2022-05-09mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand
2022-05-09mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand
2022-05-09mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand
2022-05-09mm/huge_memory: remove outdated VM_WARN_ON_ONCE_PAGE from unmap_page()David Hildenbrand
2022-05-09mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page excl...David Hildenbrand
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand
2022-05-09mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand
2022-05-09mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand
2022-04-28mm/huge_memory: do not overkill when splitting huge_zero_pageXu Yu
2022-04-07mm/huge_memory: Avoid calling pmd_page() on a non-leaf PMDMatthew Wilcox (Oracle)
2022-03-24mm/huge_memory: remove stale locking logic from __split_huge_pmd()David Hildenbrand
2022-03-24mm/huge_memory: remove stale page_trans_huge_mapcount()David Hildenbrand
2022-03-24mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()David Hildenbrand
2022-03-24mm/huge_memory: make is_transparent_hugepage() staticMiaohe Lin
2022-03-24mm/migration: add trace events for THP migrationsAnshuman Khandual