summaryrefslogtreecommitdiff
path: root/mm/khugepaged.c
Commit message (Expand)AuthorAgeFilesLines
* mm/khugepaged: try to free transhuge swapcache when possibleMiaohe Lin2022-06-271-1/+6
* mm/khugepaged: remove unneeded return value of khugepaged_add_pte_mapped_thp()Miaohe Lin2022-06-271-3/+2
* mm/khugepaged: use helper macro __ATTR_RWMiaohe Lin2022-06-271-37/+30
* mm/khugepaged: minor cleanup for collapse_fileMiaohe Lin2022-06-271-5/+5
* mm/khugepaged: trivial typo and codestyle cleanupMiaohe Lin2022-06-271-7/+7
* mm/khugepaged: stop swapping in page when VM_FAULT_RETRY occursMiaohe Lin2022-06-271-18/+14
* mm/khugepaged: remove unneeded shmem_huge_enabled() checkMiaohe Lin2022-06-271-2/+0
* mm: khugepaged: reorg some khugepaged helpersYang Shi2022-06-271-7/+11
* mm: thp: kill __transhuge_page_enabled()Yang Shi2022-06-271-4/+4
* mm: thp: kill transparent_hugepage_active()Yang Shi2022-06-271-44/+4
* mm: khugepaged: better comments for anon vma check in hugepage_vma_revalidateYang Shi2022-06-271-1/+7
* mm: thp: consolidate vma size check to transhuge_vma_suitableYang Shi2022-06-271-13/+6
* mm: khugepaged: check THP flag in hugepage_vma_check()Yang Shi2022-06-271-0/+3
* mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-06-271-3/+6
* mm/khugepaged: stop using vma linked listMatthew Wilcox (Oracle)2022-06-271-3/+8
* mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()Liam R. Howlett2022-06-271-1/+1
* mm: khugepaged: introduce khugepaged_enter_vma() helperYang Shi2022-05-191-3/+3
* mm: khugepaged: make hugepage_vma_check() non-staticYang Shi2022-05-191-16/+9
* mm: khugepaged: make khugepaged_enter() void functionYang Shi2022-05-191-11/+7
* mm: thp: only regular file could be THP eligibleYang Shi2022-05-191-7/+2
* mm: khugepaged: skip DAX vmaYang Shi2022-05-191-0/+4
* mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGEDYang Shi2022-05-191-3/+6
* mm/khugepaged: don't recycle vma pgtable if uffd-wp registeredPeter Xu2022-05-131-1/+13
* mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand2022-05-091-1/+1
* mm/khugepaged: use vma_is_anonymousxu xin2022-04-291-2/+2
* mm/khugepaged: remove reuse_swap_page() usageDavid Hildenbrand2022-03-241-11/+0
* mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)2022-03-211-1/+2
* mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)Hugh Dickins2022-02-171-2/+8
* mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-171-2/+2
* mm/page_table_check: check entries at pmd levelsPasha Tatashin2022-02-041-0/+3
* mm/khugepaged: unify collapse pmd clear, flush and freePasha Tatashin2022-02-041-16/+18
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-12/+11
|\
| * mm: fix some comment errorsQuanfa Fu2022-01-151-1/+1
| * mm/vmstat: add events for THP max_ptes_* exceedsYang Yang2022-01-151-0/+7
| * mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle)2022-01-151-1/+1
| * mm: ptep_clear() page table helperPasha Tatashin2022-01-151-10/+2
* | mm: Use multi-index entries in the page cacheMatthew Wilcox (Oracle)2022-01-081-1/+11
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-2/+8
|\
| * mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan2021-11-061-2/+8
* | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-4/+4
|\ \ | |/ |/|
| * mm/memcg: Convert mem_cgroup_uncharge() to take a folioMatthew Wilcox (Oracle)2021-09-271-2/+2
| * mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)2021-09-271-2/+2
* | mm: khugepaged: skip huge page collapse for special filesYang Shi2021-10-281-8/+11
* | mm, thp: bail out early in collapse_file for writeback pageRongwei Wang2021-10-281-1/+6
|/
* huge tmpfs: SGP_NOALLOC to stop collapse_file() on raceHugh Dickins2021-09-031-1/+1
* mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsCollin Fijalkovich2021-06-301-1/+15
* mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin2021-06-301-3/+1
* mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checksDave Hansen2021-05-051-1/+1
* khugepaged: remove meaningless !pte_present() check in khugepaged_scan_pmd()Miaohe Lin2021-05-051-4/+0