aboutsummaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-11mm/rmap: fix comments left over from recent changesGravatar Hugh Dickins 1-1/+1
2021-07-01mm/rmap: split migration into its own functionGravatar Alistair Popple 1-6/+10
2021-07-01mm/swapops: rework swap entry manipulation codeGravatar Alistair Popple 1-8/+18
2021-07-01mm: remove special swap entry functionsGravatar Alistair Popple 1-3/+3
2021-06-30mm/thp: fix strncpy warningGravatar Matthew Wilcox (Oracle) 1-1/+1
2021-06-30mm/thp: remap_page() is only needed on anonymous THPGravatar Hugh Dickins 1-0/+5
2021-06-30mm: thp: skip make PMD PROT_NONE if THP migration is not supportedGravatar Yang Shi 1-0/+4
2021-06-30mm: thp: refactor NUMA fault handlingGravatar Yang Shi 1-101/+44
2021-06-30mm: memory: add orig_pmd to struct vm_faultGravatar Yang Shi 1-3/+6
2021-06-30mm/userfaultfd: fix uffd-wp special cases for fork()Gravatar Peter Xu 1-13/+14
2021-06-30mm/thp: simplify copying of huge zero page pmd when forkGravatar Peter Xu 1-6/+3
2021-06-30mm/huge_memory.c: don't discard hugepage if other processes are mapping itGravatar Miaohe Lin 1-1/+1
2021-06-30mm/huge_memory.c: remove unnecessary tlb_remove_page_size() for huge zero pmdGravatar Miaohe Lin 1-3/+0
2021-06-30mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Gravatar Miaohe Lin 1-1/+10
2021-06-30mm/huge_memory.c: use page->deferred_listGravatar Miaohe Lin 1-2/+2
2021-06-16mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for splitGravatar Yang Shi 1-17/+7
2021-06-16mm/thp: try_to_unmap() use TTU_SYNC for safe splittingGravatar Hugh Dickins 1-1/+1
2021-06-16mm/thp: make is_huge_zero_pmd() safe and quickerGravatar Hugh Dickins 1-1/+4
2021-06-16mm/thp: fix __split_huge_pmd_locked() on shmem migration entryGravatar Hugh Dickins 1-9/+18
2021-05-07mm: fix typos in commentsGravatar Ingo Molnar 1-3/+3
2021-05-05mm: vmscan: consolidate shrinker_maps handling codeGravatar Yang Shi 1-2/+2
2021-05-05mm: huge_memory: debugfs for file-backed THP splitGravatar Zi Yan 1-1/+89
2021-05-05mm: huge_memory: a new debugfs interface for splitting THP testsGravatar Zi Yan 1-8/+147
2021-05-05mm/huge_memory.c: use helper function migration_entry_to_page()Gravatar Miaohe Lin 1-2/+2
2021-05-05mm/huge_memory.c: remove redundant PageCompound() checkGravatar Miaohe Lin 1-1/+1
2021-05-05mm/huge_memory.c: rework the function do_huge_pmd_numa_page() slightlyGravatar Miaohe Lin 1-6/+5
2021-05-05mm/huge_memory.c: make get_huge_zero_page() return boolGravatar Miaohe Lin 1-4/+4
2021-05-05mm/huge_memory.c: rework the function vma_adjust_trans_huge()Gravatar Miaohe Lin 1-25/+19
2021-05-05mm/huge_memory.c: remove unnecessary local variable ret2Gravatar Miaohe Lin 1-5/+3
2021-03-13mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Gravatar Zhou Guanghui 1-1/+1
2021-03-13mm: introduce page_needs_cow_for_dma() for deciding whether cowGravatar Peter Xu 1-6/+2
2021-02-26mm,thp,shmem: limit shmem THP alloc gfp_maskGravatar Rik van Riel 1-3/+3
2021-02-24mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...Gravatar Aneesh Kumar K.V 1-1/+5
2021-02-24mm/huge_memory.c: remove unused return value of set_huge_zero_page()Gravatar Miaohe Lin 1-3/+2
2021-02-24mm/huge_memory.c: update tlb entry if pmd is changedGravatar Bibo Mao 1-0/+2
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesGravatar Muchun Song 1-1/+2
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesGravatar Muchun Song 1-1/+4
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesGravatar Muchun Song 1-1/+2
2021-02-24mm/filemap: pass a sleep state to put_and_wait_on_page_lockedGravatar Matthew Wilcox (Oracle) 1-2/+2
2021-02-05mm: thp: fix MADV_REMOVE deadlock on shmem THPGravatar Hugh Dickins 1-14/+23
2020-12-15mm: fix some spelling mistakes in commentsGravatar Haitao Shi 1-1/+1
2020-12-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-13/+32
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockGravatar Alex Shi 1-7/+4
2020-12-15mm/thp: narrow lru lockingGravatar Alex Shi 1-12/+13
2020-12-15mm/thp: simplify lru_add_page_tail()Gravatar Alex Shi 1-14/+6
2020-12-15mm/thp: use head for head page in lru_add_page_tail()Gravatar Alex Shi 1-12/+11
2020-12-15mm/thp: move lru_add_page_tail() to huge_memory.cGravatar Alex Shi 1-0/+30
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-2/+2
2020-12-15mm: huge_memory: convert remaining use of sprintf to sysfs_emit and neateningGravatar Joe Perches 1-21/+31
2020-12-15mm: use sysfs_emit for struct kobject * usesGravatar Joe Perches 1-12/+16