aboutsummaryrefslogtreecommitdiff
path: root/mm/khugepaged.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-19mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin()Gravatar Ebru Akagunduz 1-5/+5
2016-09-19khugepaged: fix use-after-free in collapse_huge_page()Gravatar Kirill A. Shutemov 1-7/+8
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsGravatar Vlastimil Babka 1-1/+1
2016-07-28mm: convert zone_reclaim to node_reclaimGravatar Mel Gorman 1-2/+2
2016-07-28mm: move most file-based accounting to the nodeGravatar Mel Gorman 1-3/+3
2016-07-28mm, vmscan: move LRU lists to nodeGravatar Mel Gorman 1-2/+2
2016-07-26mm, thp: convert from optimistic swapin collapsing to conservativeGravatar Ebru Akagunduz 1-15/+23
2016-07-26mm, thp: fix comment inconsistency for swapin readahead functionsGravatar Ebru Akagunduz 1-3/+4
2016-07-26thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEGravatar Kirill A. Shutemov 1-4/+7
2016-07-26khugepaged: add support of collapse for tmpfs/shmem pagesGravatar Kirill A. Shutemov 1-5/+430
2016-07-26khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()Gravatar Kirill A. Shutemov 1-15/+10
2016-07-26thp: extract khugepaged from mm/huge_memory.cGravatar Kirill A. Shutemov 1-0/+1490