aboutsummaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-28mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov1-4/+2
2016-04-28thp: keep huge zero page pinned until tlb flushKirill A. Shutemov1-3/+3
2016-03-25thp: fix typo in khugepaged_scan_pmd()Kirill A. Shutemov1-1/+1
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+14
2016-03-17thp: fix deadlock in split_huge_pmd()Kirill A. Shutemov1-11/+2
2016-03-17thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov1-174/+36
2016-03-17rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov1-4/+1
2016-03-17mm: coalesce split stringsJoe Perches1-2/+1
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-3/+3
2016-03-17mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman1-35/+66
2016-03-17thp, vmstats: count deferred split eventsKirill A. Shutemov1-0/+1
2016-03-15thp: cleanup split_huge_page()Kirill A. Shutemov1-13/+7
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov1-3/+14
2016-02-25Merge tag 'powerpc-4.5-4' into nextMichael Ellerman1-0/+1
2016-02-24thp: call pmdp_invalidate() with correct virtual addressKirill A. Shutemov1-4/+5
2016-02-20Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+1
2016-02-18thp, dax: do not try to withdraw pgtable from non-anon VMAKirill A. Shutemov1-1/+2
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V1-0/+1
2016-02-05thp: make deferred_split_scan() work againKirill A. Shutemov1-1/+1
2016-02-03mm: fix memory leak in copy_huge_pmd()Matthew Wilcox1-7/+10
2016-02-03thp: limit number of object to scan on deferred_split_scan()Kirill A. Shutemov1-4/+6
2016-02-03thp: change deferred_split_count() to return number of THP in queueKirill A. Shutemov1-7/+8
2016-02-03thp: make split_queue per-nodeKirill A. Shutemov1-23/+26
2016-01-21mm: fix kernel crash in khugepaged threadyalin wang1-3/+3
2016-01-21thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov1-10/+14
2016-01-20thp: fix interrupt unsafe locking in split_huge_page()Kirill A. Shutemov1-4/+5
2016-01-20mm: avoid uninitialized variable in tracepointArnd Bergmann1-1/+1
2016-01-17vm: fix incorrect unlock error path in madvise_free_huge_pmdLinus Torvalds1-1/+1
2016-01-15mm, x86: get_user_pages() for dax mappingsDan Williams1-15/+60
2016-01-15mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams1-17/+21
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams1-4/+7
2016-01-15mm, dax: fix livelock, allow dax pmd mappings to become writeableRoss Zwisler1-8/+6
2016-01-15thp: fix split_huge_page() after mremap() of THPKirill A. Shutemov1-21/+49
2016-01-15mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim1-5/+82
2016-01-15thp: increase split_huge_page() success rateKirill A. Shutemov1-0/+6
2016-01-15thp: add debugfs handle to split all huge pagesKirill A. Shutemov1-0/+59
2016-01-15mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov1-54/+19
2016-01-15thp: allow mlocked THP againKirill A. Shutemov1-7/+30
2016-01-15thp: introduce deferred_split_huge_page()Kirill A. Shutemov1-4/+135
2016-01-15thp: reintroduce split_huge_page()Kirill A. Shutemov1-3/+371
2016-01-15thp: add option to setup migration entries during PMD splitKirill A. Shutemov1-8/+14
2016-01-15thp: implement split_huge_pmd()Kirill A. Shutemov1-0/+124
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov1-1/+1
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-51/+16
2016-01-15mm: drop tail page refcountingKirill A. Shutemov1-36/+5
2016-01-15thp: drop all split_huge_page()-related codeKirill A. Shutemov1-400/+1
2016-01-15mm, vmstats: new THP splitting eventKirill A. Shutemov1-1/+1
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov1-21/+11
2016-01-15khugepaged: ignore pmd tables with THP mapped with ptesKirill A. Shutemov1-1/+8
2016-01-15thp, mlock: do not allow huge pages in mlocked areaKirill A. Shutemov1-1/+4