summaryrefslogtreecommitdiffstats
path: root/mm/khugepaged.c
AgeCommit message (Expand)Author
2020-09-09mm/khugepaged.c: fix khugepaged's request size in collapse_fileDavid Howells
2020-09-03khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins
2020-08-26khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins
2020-08-21khugepaged: retract_page_tables() remember to test exitHugh Dickins
2020-08-21khugepaged: collapse_pte_mapped_thp() protect the pmd lockHugh Dickins
2020-08-21khugepaged: collapse_pte_mapped_thp() flush the right rangeHugh Dickins
2020-07-24khugepaged: fix null-pointer dereference due to raceKirill A. Shutemov
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner
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_MAPPED counterJohannes Weiner
2020-06-03mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner
2020-06-03khugepaged: introduce 'max_ptes_shared' tunableKirill A. Shutemov
2020-06-03khugepaged: allow to collapse PTE-mapped compound pagesKirill A. Shutemov
2020-06-03khugepaged: allow to collapse a page shared across forkKirill A. Shutemov
2020-06-03khugepaged: drain LRU add pagevec after swapinKirill A. Shutemov
2020-06-03khugepaged: drain all LRU caches before scanning pagesKirill A. Shutemov
2020-06-03khugepaged: do not stop collapse if less than half PTEs are referencedKirill A. Shutemov
2020-05-28mm,thp: stop leaking unreleased file pagesHugh Dickins
2020-04-07khugepaged: skip collapse if uffd-wp detectedPeter Xu
2020-04-07mm: code cleanup for MADV_FREEHuang Ying
2020-04-07mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)
2020-04-02mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual
2020-04-02mm/vma: move VM_NO_KHUGEPAGED into generic headerAnshuman Khandual
2019-12-01mm/thp: flush file for !is_shmem PageDirty() case in collapse_file()Song Liu
2019-11-15mm,thp: recheck each page before collapsing file THPSong Liu
2019-11-06mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=yVille Syrjälä
2019-09-24khugepaged: enable collapse pmd for pte-mapped THPSong Liu
2019-09-24mm,thp: avoid writes to file with THP in pagecacheSong Liu
2019-09-24mm,thp: add read-only THP support for (non-shmem) FSSong Liu
2019-09-24khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()Song Liu
2019-09-24mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds
2019-06-13coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox
2019-03-05mm: memcontrol: expose THP events on a per-memcg basisChris Down
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-11-30mm/khugepaged: fix the xas_create_range() error pathHugh Dickins
2018-11-30mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins
2018-11-30mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins
2018-11-30mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins
2018-11-30mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins