summaryrefslogtreecommitdiff
path: root/mm/khugepaged.c
AgeCommit message (Expand)Author
2022-05-19mm: khugepaged: introduce khugepaged_enter_vma() helperYang Shi
2022-05-19mm: khugepaged: make hugepage_vma_check() non-staticYang Shi
2022-05-19mm: khugepaged: make khugepaged_enter() void functionYang Shi
2022-05-19mm: thp: only regular file could be THP eligibleYang Shi
2022-05-19mm: khugepaged: skip DAX vmaYang Shi
2022-05-19mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGEDYang Shi
2022-05-13mm/khugepaged: don't recycle vma pgtable if uffd-wp registeredPeter Xu
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand
2022-04-29mm/khugepaged: use vma_is_anonymousxu xin
2022-03-24mm/khugepaged: remove reuse_swap_page() usageDavid Hildenbrand
2022-03-21mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)
2022-02-17mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)Hugh Dickins
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins
2022-02-04mm/page_table_check: check entries at pmd levelsPasha Tatashin
2022-02-04mm/khugepaged: unify collapse pmd clear, flush and freePasha Tatashin
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: fix some comment errorsQuanfa Fu
2022-01-15mm/vmstat: add events for THP max_ptes_* exceedsYang Yang
2022-01-15mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle)
2022-01-15mm: ptep_clear() page table helperPasha Tatashin
2022-01-08mm: Use multi-index entries in the page cacheMatthew Wilcox (Oracle)
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2021-10-28mm: khugepaged: skip huge page collapse for special filesYang Shi
2021-10-28mm, thp: bail out early in collapse_file for writeback pageRongwei Wang
2021-09-27mm/memcg: Convert mem_cgroup_uncharge() to take a folioMatthew Wilcox (Oracle)
2021-09-27mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)
2021-09-03huge tmpfs: SGP_NOALLOC to stop collapse_file() on raceHugh Dickins
2021-06-30mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsCollin Fijalkovich
2021-06-30mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin
2021-05-07mm: fix typos in commentsIngo Molnar
2021-05-05mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checksDave Hansen
2021-05-05khugepaged: remove meaningless !pte_present() check in khugepaged_scan_pmd()Miaohe Lin
2021-05-05khugepaged: remove unnecessary out label in collapse_huge_page()Miaohe Lin
2021-05-05khugepaged: use helper function range_in_vma() in collapse_pte_mapped_thp()Miaohe Lin
2021-05-05mm/khugepaged.c: replace barrier() with READ_ONCE() for a selective variableYanfei Xu
2021-05-05khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()Miaohe Lin
2021-05-05khugepaged: use helper khugepaged_test_exit() in __khugepaged_enter()Miaohe Lin
2021-05-05khugepaged: reuse the smp_wmb() inside __SetPageUptodate()Miaohe Lin
2021-05-05khugepaged: remove unneeded return value of khugepaged_collapse_pte_mapped_th...Miaohe Lin
2021-02-26mm,thp,shmem: make khugepaged obey tmpfs mount flagsRik van Riel
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song
2021-01-21mm: Avoid modifying vmf.address in __collapse_huge_page_swapin()Will Deacon
2020-12-15mm: fix some spelling mistakes in commentsHaitao Shi
2020-12-15mm: cleanup kstrto*() usageAlexey Dobriyan
2020-12-15mm: use sysfs_emit for struct kobject * usesJoe Perches
2020-12-15khugepaged: add parameter explanations for kernel-doc markupAlex Shi
2020-12-15mm: memcontrol: add file_thp, shmem_thp to memory.statJohannes Weiner