summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu2021-07-251-13/+14
* mm/thp: simplify copying of huge zero page pmd when forkPeter Xu2021-07-251-6/+3
* mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin2021-07-141-1/+1
* mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin2021-07-141-1/+10
* mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...Aneesh Kumar K.V2021-07-141-1/+5
* mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for splitYang Shi2021-06-301-17/+7
* mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins2021-06-301-1/+1
* mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins2021-06-301-1/+4
* mm/thp: fix __split_huge_pmd_locked() on shmem migration entryHugh Dickins2021-06-301-9/+18
* mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui2021-03-301-1/+1
* mm: thp: fix MADV_REMOVE deadlock on shmem THPHugh Dickins2021-02-101-14/+23
* mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt2020-12-301-1/+1
* mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()Gerald Schaefer2020-11-221-5/+4
* mm: fix a race during THP splittingHuang Ying2020-10-161-6/+7
* mm/huge_memory: fix can_split_huge_page assumption of THP sizeMatthew Wilcox (Oracle)2020-10-161-2/+2
* mm/huge_memory: fix page_trans_huge_mapcount assumption of THP sizeMatthew Wilcox (Oracle)2020-10-161-2/+2
* mm/huge_memory: fix split assumption of page sizeKirill A. Shutemov2020-10-161-7/+8
* mm/huge_memory: fix total_mapcount assumption of page sizeKirill A. Shutemov2020-10-161-4/+5
* mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)2020-10-161-1/+1
* mm/mmap: leave adjust_next as virtual address instead of page frame numberWei Yang2020-10-131-2/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-121-0/+3
|\
| * mm: Preserve the PG_arch_2 flag in __split_huge_page_tail()Catalin Marinas2020-09-041-0/+3
* | mm/thp: Split huge pmds/puds if they're pinned when fork()Peter Xu2020-09-271-0/+28
* | mm/thp: fix __split_huge_pmd_locked() for migration PMDRalph Campbell2020-09-191-19/+23
* | Merge branch 'simplify-do_wp_page'Linus Torvalds2020-09-041-3/+4
|\ \ | |/ |/|
| * mm/gup: Remove enfornced COW mechanismPeter Xu2020-09-041-3/+4
* | mm: thp: remove debug_cow switchYang Shi2020-08-121-21/+0
* | mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-121-1/+1
* | mm: thp: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-071-2/+2
* | mm/mremap: start addresses are properly alignedWei Yang2020-08-071-3/+0
* | mm/mremap: it is sure to have enough space when extent meets requirementWei Yang2020-08-071-5/+2
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-2/+2
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-2/+2
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-2/+2
|\
| * mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V2020-05-051-2/+2
* | mm: use false for bool variableZou Wei2020-06-041-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-239/+31
|\ \
| * | mm: thp: don't need to drain lru cache when splitting and mlocking THPYang Shi2020-06-031-7/+0
| * | mm: memcontrol: delete unused lrucare handlingJohannes Weiner2020-06-031-1/+1
| * | mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner2020-06-031-6/+3
| * | mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner2020-06-031-1/+3
| * | mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner2020-06-031-1/+1
| * | mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner2020-06-031-4/+4
| * | thp: change CoW semantics for anon-THPKirill A. Shutemov2020-06-031-225/+25
* | | mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()Andrea Arcangeli2020-06-031-3/+28
|/ /
* / gup: document and work around "COW can break either way" issueLinus Torvalds2020-06-021-4/+3
|/
* userfaultfd: wp: support swap and page migrationPeter Xu2020-04-071-0/+3
* userfaultfd: wp: drop _PAGE_UFFD_WP properly when forkPeter Xu2020-04-071-0/+8
* userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu2020-04-071-1/+17
* mm: merge parameters for change_protection()Peter Xu2020-04-071-1/+2