aboutsummaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
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
2016-01-15thp: implement split_huge_pmd()Kirill A. Shutemov
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2016-01-15mm: drop tail page refcountingKirill A. Shutemov
2016-01-15thp: drop all split_huge_page()-related codeKirill A. Shutemov
2016-01-15mm, vmstats: new THP splitting eventKirill A. Shutemov
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov
2016-01-15khugepaged: ignore pmd tables with THP mapped with ptesKirill A. Shutemov
2016-01-15thp, mlock: do not allow huge pages in mlocked areaKirill A. Shutemov
2016-01-15mm, thp: adjust conditions when we can reuse the page on WP faultKirill A. Shutemov
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov
2016-01-15mm: sanitize page->mapping for tail pagesKirill A. Shutemov
2016-01-14mm: add tracepoint for scanning pagesEbru Akagunduz
2015-11-20mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390Jason J. Herne
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-11-06mm: make compound_head() robustKirill A. Shutemov
2015-11-06thp: remove unused vma parameter from khugepaged_alloc_pageAaron Tomlin
2015-11-06mm, page_alloc: remove MIGRATE_RESERVEMel Gorman
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson
2015-11-03Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2015-10-23thp: use is_zero_pfn() only after pte_present() checkMinchan Kim
2015-10-17mm,thp: introduce flush_pmd_tlb_rangeVineet Gupta
2015-09-29mm: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-09-10mm: introduce idle page trackingVladimir Davydov