aboutsummaryrefslogtreecommitdiffstats
path: root/mm/khugepaged.c
AgeCommit message (Expand)Author
2023-01-18mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn
2023-01-18mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn
2021-05-22khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()Miaohe Lin
2020-10-14mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna
2020-10-14mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins
2020-08-26khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins
2020-08-26khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins
2020-08-21khugepaged: retract_page_tables() remember to test exitHugh Dickins
2019-06-22coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli
2018-12-05mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins
2018-12-05mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins
2018-12-05mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins
2018-12-05mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins
2018-12-05mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins
2018-12-05mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder
2018-08-17mm: thp: pass correct vm_flags to hugepage_vma_check()Song Liu
2018-08-17mm: thp: inc counter for collapsed shmem THPYang Shi
2018-08-17mm: thp: register mm for khugepaged when merging vma for shmemYang Shi
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-11mm/thp: don't count ZONE_MOVABLE as the target for freepage reservingJoonsoo Kim
2018-04-11memcg, thp: do not invoke oom killer on thp chargesMichal Hocko
2018-03-22mm, thp: do not cause memcg oom for thpDavid Rientjes
2018-03-22mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov
2018-01-31mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi
2018-01-31mm: add unmap_mapping_pages()Matthew Wilcox
2017-11-29Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds
2017-11-27mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-10mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko
2017-06-23mm, thp: remove cond_resched from __collapse_huge_page_copyDavid Rientjes
2017-05-12mm, thp: copying user pages must schedule on collapseDavid Rientjes
2017-05-12mm/khugepaged: add missed tracepoint for collapse_huge_page_swapinSeongJae Park
2017-05-03mm: do not use double negation for testing page flagsMinchan Kim
2017-05-03mm: don't assume anonymous pages have SwapBacked flagShaohua Li
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27mm: add new mmgrab() helperVegard Nossum
2017-01-10mm: get rid of __GFP_OTHER_NODEMichal Hocko
2017-01-10mm/thp/pagecache/collapse: free the pte page table on collapse for thp page c...Aneesh Kumar K.V
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox
2016-12-14mm: add orig_pte field into vm_faultJan Kara
2016-12-14mm: use pgoff in struct vm_fault instead of passing it separatelyJan Kara
2016-12-14mm: join struct fault_env and vm_faultJan Kara
2016-12-12mm: THP page cache support for ppc64Aneesh Kumar K.V
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner
2016-12-12mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner
2016-12-12mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner
2016-11-30mm, thp: propagation of conditional compilation in khugepaged.cJérémy Lefaure