summaryrefslogtreecommitdiff
path: root/mm/khugepaged.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-19khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()Miaohe Lin1-9/+9
2020-10-14mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna1-2/+11
2020-10-14mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins1-0/+12
2020-09-09mm/khugepaged.c: fix khugepaged's request size in collapse_fileDavid Howells1-1/+1
2020-08-26khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins1-1/+1
2020-08-26khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins1-4/+1
2020-08-21khugepaged: retract_page_tables() remember to test exitHugh Dickins1-10/+14
2020-08-21khugepaged: collapse_pte_mapped_thp() protect the pmd lockHugh Dickins1-25/+19
2020-08-21khugepaged: collapse_pte_mapped_thp() flush the right rangeHugh Dickins1-1/+1
2020-07-29khugepaged: fix null-pointer dereference due to raceKirill A. Shutemov1-0/+3
2020-06-03mm,thp: stop leaking unreleased file pagesHugh Dickins1-0/+1
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
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox1-2/+2
2019-03-06mm: memcontrol: expose THP events on a per-memcg basisChris Down1-0/+2
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-6/+4
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-2/+2
2018-12-01mm/khugepaged: fix the xas_create_range() error pathHugh Dickins1-11/+14
2018-12-01mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins1-1/+9
2018-12-01mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins1-12/+7
2018-12-01mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins1-40/+32
2018-12-01mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins1-0/+10
2018-12-01mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins1-1/+4
2018-12-01mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins1-0/+11
2018-11-12mm: Replace spin_is_locked() with lockdepLance Roy1-2/+2
2018-10-21mm: Convert khugepaged_scan_shmem to XArrayMatthew Wilcox1-12/+5
2018-10-21mm: Convert collapse_shmem to XArrayMatthew Wilcox1-93/+66
2018-09-30xarray: Replace exceptional entriesMatthew Wilcox1-1/+1
2018-08-24mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-1/+2
2018-08-18mm: thp: pass correct vm_flags to hugepage_vma_check()Song Liu1-7/+8
2018-08-18mm: thp: inc counter for collapsed shmem THPYang Shi1-0/+2
2018-08-18mm: thp: register mm for khugepaged when merging vma for shmemYang Shi1-27/+26
2018-04-11page cache: use xa_lockMatthew Wilcox1-26/+23
2018-04-11mm/thp: don't count ZONE_MOVABLE as the target for freepage reservingJoonsoo Kim1-1/+9
2018-04-11memcg, thp: do not invoke oom killer on thp chargesMichal Hocko1-6/+2
2018-03-23mm, thp: do not cause memcg oom for thpDavid Rientjes1-2/+6
2018-03-23mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov1-1/+6
2018-02-01mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi1-4/+8
2018-02-01mm: add unmap_mapping_pages()Matthew Wilcox1-2/+1
2017-11-29Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds1-1/+1