summaryrefslogtreecommitdiffstats
path: root/mm/khugepaged.c
Commit message (Expand)AuthorAgeFilesLines
...
* lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-131-2/+3
* mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner2016-12-131-2/+4
* mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner2016-12-131-0/+5
* mm, thp: propagation of conditional compilation in khugepaged.cJérémy Lefaure2016-12-011-0/+2
* mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin()Ebru Akagunduz2016-09-201-5/+5
* khugepaged: fix use-after-free in collapse_huge_page()Kirill A. Shutemov2016-09-201-7/+8
* mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka2016-07-291-1/+1
* mm: convert zone_reclaim to node_reclaimMel Gorman2016-07-291-2/+2
* mm: move most file-based accounting to the nodeMel Gorman2016-07-291-3/+3
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-291-2/+2
* mm, thp: convert from optimistic swapin collapsing to conservativeEbru Akagunduz2016-07-271-15/+23
* mm, thp: fix comment inconsistency for swapin readahead functionsEbru Akagunduz2016-07-271-3/+4
* thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov2016-07-271-4/+7
* khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov2016-07-271-5/+430
* khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()Kirill A. Shutemov2016-07-271-15/+10Star
* thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov2016-07-271-0/+1490