summaryrefslogtreecommitdiff
path: root/mm/khugepaged.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn1-1/+8
2023-01-18mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn1-0/+15
2021-05-22khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()Miaohe Lin1-9/+9
2020-10-14mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna1-2/+11
2020-10-14mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins1-0/+12
2020-08-26khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins1-1/+1
2020-08-26khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins1-4/+1
2020-08-21khugepaged: retract_page_tables() remember to test exitHugh Dickins1-9/+13
2019-06-22coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli1-0/+3
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 Dickins1-1/+3
2018-12-05mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins1-0/+15
2018-08-24mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-1/+2
2018-08-18mm: thp: pass correct vm_flags to hugepage_vma_check()Song Liu1-7/+8
2018-08-18mm: thp: inc counter for collapsed shmem THPYang Shi1-0/+2
2018-08-18mm: thp: register mm for khugepaged when merging vma for shmemYang Shi1-27/+26
2018-04-11page cache: use xa_lockMatthew Wilcox1-26/+23
2018-04-11mm/thp: don't count ZONE_MOVABLE as the target for freepage reservingJoonsoo Kim1-1/+9
2018-04-11memcg, thp: do not invoke oom killer on thp chargesMichal Hocko1-6/+2
2018-03-23mm, thp: do not cause memcg oom for thpDavid Rientjes1-2/+6
2018-03-23mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov1-1/+6
2018-02-01mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi1-4/+8
2018-02-01mm: add unmap_mapping_pages()Matthew Wilcox1-2/+1
2017-11-29Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds1-1/+1
2017-11-27mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov1-1/+1
2017-11-16mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-11mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko1-1/+2
2017-06-24mm, thp: remove cond_resched from __collapse_huge_page_copyDavid Rientjes1-1/+0
2017-05-13mm, thp: copying user pages must schedule on collapseDavid Rientjes1-4/+3
2017-05-13mm/khugepaged: add missed tracepoint for collapse_huge_page_swapinSeongJae Park1-1/+3
2017-05-04mm: do not use double negation for testing page flagsMinchan Kim1-2/+2
2017-05-04mm: don't assume anonymous pages have SwapBacked flagShaohua Li1-5/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-28mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-01-11mm: get rid of __GFP_OTHER_NODEMichal Hocko1-3/+2
2017-01-11mm/thp/pagecache/collapse: free the pte page table on collapse for thp page c...Aneesh Kumar K.V1-19/+2
2016-12-15radix-tree: improve multiorder iteratorsMatthew Wilcox1-4/+3
2016-12-15mm: add orig_pte field into vm_faultJan Kara1-4/+3
2016-12-15mm: use pgoff in struct vm_fault instead of passing it separatelyJan Kara1-0/+1
2016-12-15mm: join struct fault_env and vm_faultJan Kara1-10/+10
2016-12-13mm: THP page cache support for ppc64Aneesh Kumar K.V1-2/+19
2016-12-13lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-2/+3
2016-12-13mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner1-2/+4
2016-12-13mm: 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