aboutsummaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-15mm, thp: adjust conditions when we can reuse the page on WP faultKirill A. Shutemov1-1/+11
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov1-15/+17
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov1-8/+8
2016-01-15mm: sanitize page->mapping for tail pagesKirill A. Shutemov1-1/+1
2016-01-14mm: add tracepoint for scanning pagesEbru Akagunduz1-32/+134
2015-11-20mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390Jason J. Herne1-2/+2
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+6
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-11-06mm: make compound_head() robustKirill A. Shutemov1-2/+1
2015-11-06thp: remove unused vma parameter from khugepaged_alloc_pageAaron Tomlin1-5/+3
2015-11-06mm, page_alloc: remove MIGRATE_RESERVEMel Gorman1-1/+1
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson1-1/+1
2015-11-03Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-1/+1
2015-10-23thp: use is_zero_pfn() only after pte_present() checkMinchan Kim1-1/+2
2015-10-17mm,thp: introduce flush_pmd_tlb_rangeVineet Gupta1-1/+1
2015-09-29mm: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-09-10mm: introduce idle page trackingVladimir Davydov1-2/+10
2015-09-08mm/khugepaged: allow interruption of allocation sleep againPetr Mladek1-2/+6
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-1/+1
2015-09-08mm: make set_recommended_min_free_kbytes() return voidNicholas Krause1-2/+1
2015-09-08dax: don't use set_huge_zero_page()Kirill A. Shutemov1-1/+1
2015-09-08thp: fix zap_huge_pmd() for DAXKirill A. Shutemov1-40/+31
2015-09-08thp: decrement refcount on huge zero page if it is splitKirill A. Shutemov1-1/+3
2015-09-08thp: change insert_pfn's return type to voidMatthew Wilcox1-3/+3
2015-09-08mm: add vmf_insert_pfn_pmd()Matthew Wilcox1-0/+43
2015-09-08mm: export various functions for the benefit of DAXMatthew Wilcox1-6/+1