summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
2022-08-31mm/huge_memory.c: use helper function migration_entry_to_page()Miaohe Lin
2021-07-25mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu
2021-07-25mm/thp: simplify copying of huge zero page pmd when forkPeter Xu
2021-07-14mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin
2021-07-14mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin
2021-07-14mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...Aneesh Kumar K.V
2021-06-30mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for splitYang Shi
2021-06-30mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins
2021-06-30mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins
2021-06-30mm/thp: fix __split_huge_pmd_locked() on shmem migration entryHugh Dickins
2021-03-30mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui
2021-02-10mm: thp: fix MADV_REMOVE deadlock on shmem THPHugh Dickins
2020-12-30mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt
2020-11-22mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()Gerald Schaefer
2020-10-16mm: fix a race during THP splittingHuang Ying
2020-10-16mm/huge_memory: fix can_split_huge_page assumption of THP sizeMatthew Wilcox (Oracle)
2020-10-16mm/huge_memory: fix page_trans_huge_mapcount assumption of THP sizeMatthew Wilcox (Oracle)
2020-10-16mm/huge_memory: fix split assumption of page sizeKirill A. Shutemov
2020-10-16mm/huge_memory: fix total_mapcount assumption of page sizeKirill A. Shutemov
2020-10-16mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)
2020-10-13mm/mmap: leave adjust_next as virtual address instead of page frame numberWei Yang
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-09-27mm/thp: Split huge pmds/puds if they're pinned when fork()Peter Xu
2020-09-19mm/thp: fix __split_huge_pmd_locked() for migration PMDRalph Campbell
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds
2020-09-04mm/gup: Remove enfornced COW mechanismPeter Xu
2020-09-04mm: Preserve the PG_arch_2 flag in __split_huge_page_tail()Catalin Marinas
2020-08-12mm: thp: remove debug_cow switchYang Shi
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim
2020-08-07mm: thp: replace HTTP links with HTTPS onesAlexander A. Klimov
2020-08-07mm/mremap: start addresses are properly alignedWei Yang
2020-08-07mm/mremap: it is sure to have enough space when extent meets requirementWei Yang
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-04mm: use false for bool variableZou Wei
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03mm: thp: don't need to drain lru cache when splitting and mlocking THPYang Shi
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner
2020-06-03mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner
2020-06-03thp: change CoW semantics for anon-THPKirill A. Shutemov
2020-06-03mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()Andrea Arcangeli
2020-06-02gup: document and work around "COW can break either way" issueLinus Torvalds
2020-05-05mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V
2020-04-07userfaultfd: wp: support swap and page migrationPeter Xu
2020-04-07userfaultfd: wp: drop _PAGE_UFFD_WP properly when forkPeter Xu
2020-04-07userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu