summaryrefslogtreecommitdiffstats
path: root/mm/khugepaged.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds2019-07-051-2/+2
* coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2019-06-131-0/+3
* mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-141-1/+1
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-1/+2
* mm: page cache: store only head pages in i_pagesMatthew Wilcox2019-05-141-2/+2
* mm: memcontrol: expose THP events on a per-memcg basisChris Down2019-03-051-0/+2
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-6/+4
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-041-2/+2
|\
| * mm: Replace spin_is_locked() with lockdepLance Roy2018-11-121-2/+2
* | mm/khugepaged: fix the xas_create_range() error pathHugh Dickins2018-11-301-11/+14
* | mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins2018-11-301-1/+9
* | mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins2018-11-301-12/+7
* | mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins2018-11-301-40/+32
* | mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins2018-11-301-0/+10
* | mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins2018-11-301-1/+4
* | mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins2018-11-301-0/+11
|/
* mm: Convert khugepaged_scan_shmem to XArrayMatthew Wilcox2018-10-211-12/+5
* mm: Convert collapse_shmem to XArrayMatthew Wilcox2018-10-211-93/+66
* xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-1/+1
* mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-231-1/+2
* mm: thp: pass correct vm_flags to hugepage_vma_check()Song Liu2018-08-171-7/+8
* mm: thp: inc counter for collapsed shmem THPYang Shi2018-08-171-0/+2
* mm: thp: register mm for khugepaged when merging vma for shmemYang Shi2018-08-171-27/+26
* page cache: use xa_lockMatthew Wilcox2018-04-111-26/+23
* mm/thp: don't count ZONE_MOVABLE as the target for freepage reservingJoonsoo Kim2018-04-111-1/+9
* memcg, thp: do not invoke oom killer on thp chargesMichal Hocko2018-04-111-6/+2
* mm, thp: do not cause memcg oom for thpDavid Rientjes2018-03-221-2/+6
* mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov2018-03-221-1/+6
* mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi2018-01-311-4/+8
* mm: add unmap_mapping_pages()Matthew Wilcox2018-01-311-2/+1
* Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds2017-11-291-1/+1
* mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov2017-11-271-1/+1
* mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-151-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko2017-07-101-1/+2
* mm, thp: remove cond_resched from __collapse_huge_page_copyDavid Rientjes2017-06-231-1/+0
* mm, thp: copying user pages must schedule on collapseDavid Rientjes2017-05-121-4/+3
* mm/khugepaged: add missed tracepoint for collapse_huge_page_swapinSeongJae Park2017-05-121-1/+3
* mm: do not use double negation for testing page flagsMinchan Kim2017-05-031-2/+2
* mm: don't assume anonymous pages have SwapBacked flagShaohua Li2017-05-031-5/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* mm: get rid of __GFP_OTHER_NODEMichal Hocko2017-01-101-3/+2
* mm/thp/pagecache/collapse: free the pte page table on collapse for thp page c...Aneesh Kumar K.V2017-01-101-19/+2
* radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-141-4/+3
* mm: add orig_pte field into vm_faultJan Kara2016-12-141-4/+3
* mm: use pgoff in struct vm_fault instead of passing it separatelyJan Kara2016-12-141-0/+1
* mm: join struct fault_env and vm_faultJan Kara2016-12-141-10/+10
* mm: THP page cache support for ppc64Aneesh Kumar K.V2016-12-121-2/+19