summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAge
* thp: make deferred_split_scan() work againKirill A. Shutemov2016-02-05
* mm: fix memory leak in copy_huge_pmd()Matthew Wilcox2016-02-03
* thp: limit number of object to scan on deferred_split_scan()Kirill A. Shutemov2016-02-03
* thp: change deferred_split_count() to return number of THP in queueKirill A. Shutemov2016-02-03
* thp: make split_queue per-nodeKirill A. Shutemov2016-02-03
* mm: fix kernel crash in khugepaged threadyalin wang2016-01-21
* thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov2016-01-21
* thp: fix interrupt unsafe locking in split_huge_page()Kirill A. Shutemov2016-01-20
* mm: avoid uninitialized variable in tracepointArnd Bergmann2016-01-20
* vm: fix incorrect unlock error path in madvise_free_huge_pmdLinus Torvalds2016-01-17
* mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-15
* mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams2016-01-15
* mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-15
* mm, dax: fix livelock, allow dax pmd mappings to become writeableRoss Zwisler2016-01-15
* thp: fix split_huge_page() after mremap() of THPKirill A. Shutemov2016-01-15
* mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim2016-01-15
* thp: increase split_huge_page() success rateKirill A. Shutemov2016-01-15
* thp: add debugfs handle to split all huge pagesKirill A. Shutemov2016-01-15
* mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov2016-01-15
* thp: allow mlocked THP againKirill A. Shutemov2016-01-15
* thp: introduce deferred_split_huge_page()Kirill A. Shutemov2016-01-15
* thp: reintroduce split_huge_page()Kirill A. Shutemov2016-01-15
* thp: add option to setup migration entries during PMD splitKirill A. Shutemov2016-01-15
* thp: implement split_huge_pmd()Kirill A. Shutemov2016-01-15
* mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov2016-01-15
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-15
* mm: drop tail page refcountingKirill A. Shutemov2016-01-15
* thp: drop all split_huge_page()-related codeKirill A. Shutemov2016-01-15
* mm, vmstats: new THP splitting eventKirill A. Shutemov2016-01-15
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-15
* khugepaged: ignore pmd tables with THP mapped with ptesKirill A. Shutemov2016-01-15
* thp, mlock: do not allow huge pages in mlocked areaKirill A. Shutemov2016-01-15
* mm, thp: adjust conditions when we can reuse the page on WP faultKirill A. Shutemov2016-01-15
* memcg: adjust to support new THP refcountingKirill A. Shutemov2016-01-15
* rmap: add argument to charge compound pageKirill A. Shutemov2016-01-15
* mm: sanitize page->mapping for tail pagesKirill A. Shutemov2016-01-15
* mm: add tracepoint for scanning pagesEbru Akagunduz2016-01-14
* mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390Jason J. Herne2015-11-20
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-07
|\
| * mm: make compound_head() robustKirill A. Shutemov2015-11-06
| * thp: remove unused vma parameter from khugepaged_alloc_pageAaron Tomlin2015-11-06
| * mm, page_alloc: remove MIGRATE_RESERVEMel Gorman2015-11-06
| * mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-06
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-07
|\ \ | |/ |/|
| * mm: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-29
* | mm: introduce VM_LOCKONFAULTEric B Munson2015-11-05
* | Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2015-11-03
|\ \
| * | mm,thp: introduce flush_pmd_tlb_rangeVineet Gupta2015-10-17
* | | thp: use is_zero_pfn() only after pte_present() checkMinchan Kim2015-10-23
|/ /
* | mm: introduce idle page trackingVladimir Davydov2015-09-10