summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing codeHuang Ying2021-09-031-26/+0
* huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZEHugh Dickins2021-09-031-2/+4
* mm/rmap: fix comments left over from recent changesHugh Dickins2021-07-111-1/+1
* mm/rmap: split migration into its own functionAlistair Popple2021-07-011-6/+10
* mm/swapops: rework swap entry manipulation codeAlistair Popple2021-07-011-8/+18
* mm: remove special swap entry functionsAlistair Popple2021-07-011-3/+3
* mm/thp: fix strncpy warningMatthew Wilcox (Oracle)2021-06-301-1/+1
* mm/thp: remap_page() is only needed on anonymous THPHugh Dickins2021-06-301-0/+5
* mm: thp: skip make PMD PROT_NONE if THP migration is not supportedYang Shi2021-06-301-0/+4
* mm: thp: refactor NUMA fault handlingYang Shi2021-06-301-101/+44
* mm: memory: add orig_pmd to struct vm_faultYang Shi2021-06-301-3/+6
* mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu2021-06-301-13/+14
* mm/thp: simplify copying of huge zero page pmd when forkPeter Xu2021-06-301-6/+3
* mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin2021-06-301-1/+1
* mm/huge_memory.c: remove unnecessary tlb_remove_page_size() for huge zero pmdMiaohe Lin2021-06-301-3/+0
* mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin2021-06-301-1/+10
* mm/huge_memory.c: use page->deferred_listMiaohe Lin2021-06-301-2/+2
* mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for splitYang Shi2021-06-161-17/+7
* mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins2021-06-161-1/+1
* mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins2021-06-161-1/+4
* mm/thp: fix __split_huge_pmd_locked() on shmem migration entryHugh Dickins2021-06-161-9/+18
* mm: fix typos in commentsIngo Molnar2021-05-071-3/+3
* mm: vmscan: consolidate shrinker_maps handling codeYang Shi2021-05-051-2/+2
* mm: huge_memory: debugfs for file-backed THP splitZi Yan2021-05-051-1/+89
* mm: huge_memory: a new debugfs interface for splitting THP testsZi Yan2021-05-051-8/+147
* mm/huge_memory.c: use helper function migration_entry_to_page()Miaohe Lin2021-05-051-2/+2
* mm/huge_memory.c: remove redundant PageCompound() checkMiaohe Lin2021-05-051-1/+1
* mm/huge_memory.c: rework the function do_huge_pmd_numa_page() slightlyMiaohe Lin2021-05-051-6/+5
* mm/huge_memory.c: make get_huge_zero_page() return boolMiaohe Lin2021-05-051-4/+4
* mm/huge_memory.c: rework the function vma_adjust_trans_huge()Miaohe Lin2021-05-051-25/+19
* mm/huge_memory.c: remove unnecessary local variable ret2Miaohe Lin2021-05-051-5/+3
* mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui2021-03-131-1/+1
* mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu2021-03-131-6/+2
* mm,thp,shmem: limit shmem THP alloc gfp_maskRik van Riel2021-02-261-3/+3
* mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...Aneesh Kumar K.V2021-02-241-1/+5
* mm/huge_memory.c: remove unused return value of set_huge_zero_page()Miaohe Lin2021-02-241-3/+2
* mm/huge_memory.c: update tlb entry if pmd is changedBibo Mao2021-02-241-0/+2
* mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-02-241-1/+2
* mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song2021-02-241-1/+4
* mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song2021-02-241-1/+2
* mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)2021-02-241-2/+2
* mm: thp: fix MADV_REMOVE deadlock on shmem THPHugh Dickins2021-02-051-14/+23
* mm: fix some spelling mistakes in commentsHaitao Shi2020-12-151-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-13/+32
|\
| * mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi2020-12-151-7/+4
| * mm/thp: narrow lru lockingAlex Shi2020-12-151-12/+13
| * mm/thp: simplify lru_add_page_tail()Alex Shi2020-12-151-14/+6
| * mm/thp: use head for head page in lru_add_page_tail()Alex Shi2020-12-151-12/+11
| * mm/thp: move lru_add_page_tail() to huge_memory.cAlex Shi2020-12-151-0/+30
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-2/+2
|\ \ | |/ |/|