aboutsummaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-24thp: call pmdp_invalidate() with correct virtual addressGravatar Kirill A. Shutemov 1-4/+5
2016-02-20Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+1
2016-02-18thp, dax: do not try to withdraw pgtable from non-anon VMAGravatar Kirill A. Shutemov 1-1/+2
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateGravatar Aneesh Kumar K.V 1-0/+1
2016-02-05thp: make deferred_split_scan() work againGravatar Kirill A. Shutemov 1-1/+1
2016-02-03mm: fix memory leak in copy_huge_pmd()Gravatar Matthew Wilcox 1-7/+10
2016-02-03thp: limit number of object to scan on deferred_split_scan()Gravatar Kirill A. Shutemov 1-4/+6
2016-02-03thp: change deferred_split_count() to return number of THP in queueGravatar Kirill A. Shutemov 1-7/+8
2016-02-03thp: make split_queue per-nodeGravatar Kirill A. Shutemov 1-23/+26
2016-01-21mm: fix kernel crash in khugepaged threadGravatar yalin wang 1-3/+3
2016-01-21thp: change pmd_trans_huge_lock() interface to return ptlGravatar Kirill A. Shutemov 1-10/+14
2016-01-20thp: fix interrupt unsafe locking in split_huge_page()Gravatar Kirill A. Shutemov 1-4/+5
2016-01-20mm: avoid uninitialized variable in tracepointGravatar Arnd Bergmann 1-1/+1
2016-01-17vm: fix incorrect unlock error path in madvise_free_huge_pmdGravatar Linus Torvalds 1-1/+1
2016-01-15mm, x86: get_user_pages() for dax mappingsGravatar Dan Williams 1-15/+60
2016-01-15mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdGravatar Dan Williams 1-17/+21
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tGravatar Dan Williams 1-4/+7
2016-01-15mm, dax: fix livelock, allow dax pmd mappings to become writeableGravatar Ross Zwisler 1-8/+6
2016-01-15thp: fix split_huge_page() after mremap() of THPGravatar Kirill A. Shutemov 1-21/+49
2016-01-15mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledGravatar Minchan Kim 1-5/+82
2016-01-15thp: increase split_huge_page() success rateGravatar Kirill A. Shutemov 1-0/+6
2016-01-15thp: add debugfs handle to split all huge pagesGravatar Kirill A. Shutemov 1-0/+59
2016-01-15mm: prepare page_referenced() and page_idle to new THP refcountingGravatar Kirill A. Shutemov 1-54/+19
2016-01-15thp: allow mlocked THP againGravatar Kirill A. Shutemov 1-7/+30
2016-01-15thp: introduce deferred_split_huge_page()Gravatar Kirill A. Shutemov 1-4/+135
2016-01-15thp: reintroduce split_huge_page()Gravatar Kirill A. Shutemov 1-3/+371
2016-01-15thp: add option to setup migration entries during PMD splitGravatar Kirill A. Shutemov 1-8/+14
2016-01-15thp: implement split_huge_pmd()Gravatar Kirill A. Shutemov 1-0/+124
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsGravatar Kirill A. Shutemov 1-1/+1
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsGravatar Kirill A. Shutemov 1-51/+16
2016-01-15mm: drop tail page refcountingGravatar Kirill A. Shutemov 1-36/+5
2016-01-15thp: drop all split_huge_page()-related codeGravatar Kirill A. Shutemov 1-400/+1
2016-01-15mm, vmstats: new THP splitting eventGravatar Kirill A. Shutemov 1-1/+1
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Gravatar Kirill A. Shutemov 1-21/+11
2016-01-15khugepaged: ignore pmd tables with THP mapped with ptesGravatar Kirill A. Shutemov 1-1/+8
2016-01-15thp, mlock: do not allow huge pages in mlocked areaGravatar Kirill A. Shutemov 1-1/+4
2016-01-15mm, thp: adjust conditions when we can reuse the page on WP faultGravatar Kirill A. Shutemov 1-1/+11
2016-01-15memcg: adjust to support new THP refcountingGravatar Kirill A. Shutemov 1-15/+17
2016-01-15rmap: add argument to charge compound pageGravatar Kirill A. Shutemov 1-8/+8
2016-01-15mm: sanitize page->mapping for tail pagesGravatar Kirill A. Shutemov 1-1/+1
2016-01-14mm: add tracepoint for scanning pagesGravatar Ebru Akagunduz 1-32/+134
2015-11-20mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390Gravatar Jason J. Herne 1-2/+2
2015-11-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-9/+6
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2015-11-06mm: make compound_head() robustGravatar Kirill A. Shutemov 1-2/+1
2015-11-06thp: remove unused vma parameter from khugepaged_alloc_pageGravatar Aaron Tomlin 1-5/+3
2015-11-06mm, page_alloc: remove MIGRATE_RESERVEGravatar Mel Gorman 1-1/+1
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 1-1/+1
2015-11-05mm: introduce VM_LOCKONFAULTGravatar Eric B Munson 1-1/+1
2015-11-03Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 1-1/+1