summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-05mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins1-1/+9
2018-12-05mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins1-12/+7
2018-12-05mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins1-43/+30
2018-12-05mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins1-0/+10
2018-12-05mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins2-2/+8
2018-12-05mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins1-0/+15
2018-05-30mm, thp: do not cause memcg oom for thpDavid Rientjes2-4/+9
2018-05-30mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi1-4/+8
2018-03-28mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov1-1/+6
2017-01-12mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner1-2/+4
2017-01-12mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner1-0/+5
2016-12-01mm, thp: propagation of conditional compilation in khugepaged.cJérémy Lefaure1-0/+2
2016-09-19mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin()Ebru Akagunduz1-5/+5
2016-09-19khugepaged: fix use-after-free in collapse_huge_page()Kirill A. Shutemov1-7/+8
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka7-25/+30
2016-07-28mm: convert zone_reclaim to node_reclaimMel Gorman8-69/+77
2016-07-28mm: move most file-based accounting to the nodeMel Gorman24-162/+155
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman29-300/+386
2016-07-26mm, thp: convert from optimistic swapin collapsing to conservativeEbru Akagunduz2-23/+34
2016-07-26mm, thp: fix comment inconsistency for swapin readahead functionsEbru Akagunduz1-3/+4
2016-07-26thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov6-21/+41
2016-07-26khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov4-17/+500
2016-07-26khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()Kirill A. Shutemov1-15/+10
2016-07-26thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov5-1485/+1515