summaryrefslogtreecommitdiff
path: root/mm/khugepaged.c
Commit message (Expand)AuthorAgeFilesLines
* mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna2020-10-141-2/+11
* mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins2020-10-141-0/+12
* khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins2020-08-261-1/+1
* khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins2020-08-261-4/+1
* khugepaged: retract_page_tables() remember to test exitHugh Dickins2020-08-211-9/+13
* coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2019-08-061-0/+3
* mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins2018-12-051-1/+9
* mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins2018-12-051-12/+7
* mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins2018-12-051-43/+30
* mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins2018-12-051-0/+10
* mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins2018-12-051-1/+3
* mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins2018-12-051-0/+15
* mm, thp: do not cause memcg oom for thpDavid Rientjes2018-05-301-2/+6
* mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi2018-05-301-4/+8
* mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov2018-03-281-1/+6
* mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner2017-01-121-2/+4
* mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner2017-01-121-0/+5
* mm, thp: propagation of conditional compilation in khugepaged.cJérémy Lefaure2016-11-301-0/+2
* mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin()Ebru Akagunduz2016-09-191-5/+5
* khugepaged: fix use-after-free in collapse_huge_page()Kirill A. Shutemov2016-09-191-7/+8
* mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka2016-07-281-1/+1
* mm: convert zone_reclaim to node_reclaimMel Gorman2016-07-281-2/+2
* mm: move most file-based accounting to the nodeMel Gorman2016-07-281-3/+3
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-281-2/+2
* mm, thp: convert from optimistic swapin collapsing to conservativeEbru Akagunduz2016-07-261-15/+23
* mm, thp: fix comment inconsistency for swapin readahead functionsEbru Akagunduz2016-07-261-3/+4
* thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov2016-07-261-4/+7
* khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov2016-07-261-5/+430
* khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()Kirill A. Shutemov2016-07-261-15/+10
* thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov2016-07-261-0/+1490