summaryrefslogtreecommitdiff
path: root/mm/khugepaged.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-06mm: khugepaged: skip huge page collapse for special filesYang Shi1-7/+10
2021-11-02mm, thp: bail out early in collapse_file for writeback pageRongwei Wang1-1/+6
2021-07-14mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin1-3/+1
2021-05-19khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()Miaohe Lin1-9/+9
2021-03-04mm,thp,shmem: make khugepaged obey tmpfs mount flagsRik van Riel1-6/+16
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn1-1/+1
2020-10-11mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna1-2/+11
2020-10-11mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins1-0/+12
2020-09-05mm/khugepaged.c: fix khugepaged's request size in collapse_fileDavid Howells1-1/+1
2020-08-21khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins1-1/+1
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim1-1/+1
2020-08-07khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins1-4/+1
2020-08-07khugepaged: retract_page_tables() remember to test exitHugh Dickins1-10/+14
2020-08-07khugepaged: collapse_pte_mapped_thp() protect the pmd lockHugh Dickins1-25/+19
2020-08-07khugepaged: collapse_pte_mapped_thp() flush the right rangeHugh Dickins1-1/+1
2020-07-24khugepaged: fix null-pointer dereference due to raceKirill A. Shutemov1-0/+3
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-17/+17
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-18/+18
2020-06-04mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner1-6/+2
2020-06-04mm: memcontrol: delete unused lrucare handlingJohannes Weiner1-2/+2
2020-06-04mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner1-25/+10
2020-06-04mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner1-1/+1
2020-06-04mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner1-5/+11
2020-06-04mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner1-10/+10
2020-06-04khugepaged: introduce 'max_ptes_shared' tunableKirill A. Shutemov1-4/+48
2020-06-04khugepaged: allow to collapse PTE-mapped compound pagesKirill A. Shutemov1-34/+65
2020-06-04khugepaged: allow to collapse a page shared across forkKirill A. Shutemov1-9/+37
2020-06-04khugepaged: drain LRU add pagevec after swapinKirill A. Shutemov1-0/+5
2020-06-04khugepaged: drain all LRU caches before scanning pagesKirill A. Shutemov1-0/+2
2020-06-04khugepaged: do not stop collapse if less than half PTEs are referencedKirill A. Shutemov1-16/+11
2020-05-28mm,thp: stop leaking unreleased file pagesHugh Dickins1-0/+1
2020-04-07khugepaged: skip collapse if uffd-wp detectedPeter Xu1-0/+23
2020-04-07mm: code cleanup for MADV_FREEHuang Ying1-2/+2
2020-04-07mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)1-8/+4
2020-04-02mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual1-1/+1
2020-04-02mm/vma: move VM_NO_KHUGEPAGED into generic headerAnshuman Khandual1-2/+0
2019-12-01mm/thp: flush file for !is_shmem PageDirty() case in collapse_file()Song Liu1-0/+18
2019-11-16mm,thp: recheck each page before collapsing file THPSong Liu1-12/+16
2019-11-06mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=yVille Syrjälä1-3/+4
2019-09-25khugepaged: enable collapse pmd for pte-mapped THPSong Liu1-4/+188
2019-09-25mm,thp: avoid writes to file with THP in pagecacheSong Liu1-1/+3
2019-09-25mm,thp: add read-only THP support for (non-shmem) FSSong Liu1-42/+107
2019-09-25khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()Song Liu1-12/+11
2019-09-25mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)1-2/+2
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming1-1/+1
2019-07-06Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds1-2/+2
2019-06-14coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli1-0/+3
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse1-1/+1
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse1-1/+2