aboutsummaryrefslogtreecommitdiffstats
path: root/mm/khugepaged.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds1-2/+2
2019-06-13coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli1-0/+3
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse1-1/+1
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse1-1/+2
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox1-2/+2
2019-03-05mm: memcontrol: expose THP events on a per-memcg basisChris Down1-0/+2
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-6/+4
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+2
2018-11-30mm/khugepaged: fix the xas_create_range() error pathHugh Dickins1-11/+14
2018-11-30mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins1-1/+9
2018-11-30mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins1-12/+7
2018-11-30mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins1-40/+32
2018-11-30mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins1-0/+10
2018-11-30mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins1-1/+4
2018-11-30mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins1-0/+11
2018-11-12mm: Replace spin_is_locked() with lockdepLance Roy1-2/+2
2018-10-21mm: Convert khugepaged_scan_shmem to XArrayMatthew Wilcox1-12/+5
2018-10-21mm: Convert collapse_shmem to XArrayMatthew Wilcox1-93/+66
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-1/+1
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-1/+2
2018-08-17mm: thp: pass correct vm_flags to hugepage_vma_check()Song Liu1-7/+8
2018-08-17mm: thp: inc counter for collapsed shmem THPYang Shi1-0/+2
2018-08-17mm: 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-22mm, thp: do not cause memcg oom for thpDavid Rientjes1-2/+6
2018-03-22mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov1-1/+6
2018-01-31mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi1-4/+8
2018-01-31mm: 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-15mm: 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-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