aboutsummaryrefslogtreecommitdiffstats
path: root/mm/khugepaged.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-10mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko1-1/+2
2017-06-23mm, thp: remove cond_resched from __collapse_huge_page_copyDavid Rientjes1-1/+0
2017-05-12mm, thp: copying user pages must schedule on collapseDavid Rientjes1-4/+3
2017-05-12mm/khugepaged: add missed tracepoint for collapse_huge_page_swapinSeongJae Park1-1/+3
2017-05-03mm: do not use double negation for testing page flagsMinchan Kim1-2/+2
2017-05-03mm: don't assume anonymous pages have SwapBacked flagShaohua Li1-5/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-01-10mm: get rid of __GFP_OTHER_NODEMichal Hocko1-3/+2
2017-01-10mm/thp/pagecache/collapse: free the pte page table on collapse for thp page cache.Aneesh Kumar K.V1-19/+2
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox1-4/+3
2016-12-14mm: add orig_pte field into vm_faultJan Kara1-4/+3
2016-12-14mm: use pgoff in struct vm_fault instead of passing it separatelyJan Kara1-0/+1
2016-12-14mm: join struct fault_env and vm_faultJan Kara1-10/+10
2016-12-12mm: THP page cache support for ppc64Aneesh Kumar K.V1-2/+19
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-2/+3
2016-12-12mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner1-2/+4
2016-12-12mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner1-0/+5
2016-11-30mm, 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 Babka1-1/+1
2016-07-28mm: convert zone_reclaim to node_reclaimMel Gorman1-2/+2
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-3/+3
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-2/+2
2016-07-26mm, thp: convert from optimistic swapin collapsing to conservativeEbru Akagunduz1-15/+23
2016-07-26mm, thp: fix comment inconsistency for swapin readahead functionsEbru Akagunduz1-3/+4
2016-07-26thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov1-4/+7
2016-07-26khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov1-5/+430
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. Shutemov1-0/+1490