aboutsummaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-05-20/dev/dax, core: file operations and dax-mmapDan Williams
2016-05-20mm, thp: khugepaged should scan when sleep value is writtenDavid Rientjes
2016-05-20mm: thp: split_huge_pmd_address() comment improvementAndrea Arcangeli
2016-05-20mm: thp: simplify the implementation of mk_huge_pmd()Yang Shi
2016-05-19huge mm: move_huge_pmd does not need new_vmaHugh Dickins
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim
2016-05-12mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli
2016-05-05mm: thp: correct split_huge_pages file permissionYang Shi
2016-04-28mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov
2016-04-28thp: keep huge zero page pinned until tlb flushKirill A. Shutemov
2016-03-25thp: fix typo in khugepaged_scan_pmd()Kirill A. Shutemov
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-03-17thp: fix deadlock in split_huge_pmd()Kirill A. Shutemov
2016-03-17thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov
2016-03-17rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov
2016-03-17mm: coalesce split stringsJoe Perches
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2016-03-17mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman
2016-03-17thp, vmstats: count deferred split eventsKirill A. Shutemov
2016-03-15thp: cleanup split_huge_page()Kirill A. Shutemov
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov
2016-02-25Merge tag 'powerpc-4.5-4' into nextMichael Ellerman
2016-02-24thp: call pmdp_invalidate() with correct virtual addressKirill A. Shutemov
2016-02-20Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-02-18thp, dax: do not try to withdraw pgtable from non-anon VMAKirill A. Shutemov
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V
2016-02-05thp: make deferred_split_scan() work againKirill A. Shutemov
2016-02-03mm: fix memory leak in copy_huge_pmd()Matthew Wilcox
2016-02-03thp: limit number of object to scan on deferred_split_scan()Kirill A. Shutemov
2016-02-03thp: change deferred_split_count() to return number of THP in queueKirill A. Shutemov
2016-02-03thp: make split_queue per-nodeKirill A. Shutemov
2016-01-21mm: fix kernel crash in khugepaged threadyalin wang
2016-01-21thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov
2016-01-20thp: fix interrupt unsafe locking in split_huge_page()Kirill A. Shutemov
2016-01-20mm: avoid uninitialized variable in tracepointArnd Bergmann
2016-01-17vm: fix incorrect unlock error path in madvise_free_huge_pmdLinus Torvalds
2016-01-15mm, x86: get_user_pages() for dax mappingsDan Williams
2016-01-15mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams
2016-01-15mm, dax: fix livelock, allow dax pmd mappings to become writeableRoss Zwisler
2016-01-15thp: fix split_huge_page() after mremap() of THPKirill A. Shutemov
2016-01-15mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim
2016-01-15thp: increase split_huge_page() success rateKirill A. Shutemov
2016-01-15thp: add debugfs handle to split all huge pagesKirill A. Shutemov
2016-01-15mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov
2016-01-15thp: allow mlocked THP againKirill A. Shutemov
2016-01-15thp: introduce deferred_split_huge_page()Kirill A. Shutemov
2016-01-15thp: reintroduce split_huge_page()Kirill A. Shutemov
2016-01-15thp: add option to setup migration entries during PMD splitKirill A. Shutemov