summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm: fix kernel crash in khugepaged threadyalin wang2016-01-211-3/+3
* thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov2016-01-211-10/+14
* thp: fix interrupt unsafe locking in split_huge_page()Kirill A. Shutemov2016-01-201-4/+5
* mm: avoid uninitialized variable in tracepointArnd Bergmann2016-01-201-1/+1
* vm: fix incorrect unlock error path in madvise_free_huge_pmdLinus Torvalds2016-01-171-1/+1
* mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-151-15/+60
* mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams2016-01-151-17/+21
* mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-151-4/+7
* mm, dax: fix livelock, allow dax pmd mappings to become writeableRoss Zwisler2016-01-151-8/+6
* thp: fix split_huge_page() after mremap() of THPKirill A. Shutemov2016-01-151-21/+49
* mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim2016-01-151-5/+82
* thp: increase split_huge_page() success rateKirill A. Shutemov2016-01-151-0/+6
* thp: add debugfs handle to split all huge pagesKirill A. Shutemov2016-01-151-0/+59
* mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov2016-01-151-54/+19
* thp: allow mlocked THP againKirill A. Shutemov2016-01-151-7/+30
* thp: introduce deferred_split_huge_page()Kirill A. Shutemov2016-01-151-4/+135
* thp: reintroduce split_huge_page()Kirill A. Shutemov2016-01-151-3/+371
* thp: add option to setup migration entries during PMD splitKirill A. Shutemov2016-01-151-8/+14
* thp: implement split_huge_pmd()Kirill A. Shutemov2016-01-151-0/+124
* mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov2016-01-151-1/+1
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-51/+16
* mm: drop tail page refcountingKirill A. Shutemov2016-01-151-36/+5
* thp: drop all split_huge_page()-related codeKirill A. Shutemov2016-01-151-400/+1
* mm, vmstats: new THP splitting eventKirill A. Shutemov2016-01-151-1/+1
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-151-21/+11
* khugepaged: ignore pmd tables with THP mapped with ptesKirill A. Shutemov2016-01-151-1/+8
* thp, mlock: do not allow huge pages in mlocked areaKirill A. Shutemov2016-01-151-1/+4
* mm, thp: adjust conditions when we can reuse the page on WP faultKirill A. Shutemov2016-01-151-1/+11
* memcg: adjust to support new THP refcountingKirill A. Shutemov2016-01-151-15/+17
* rmap: add argument to charge compound pageKirill A. Shutemov2016-01-151-8/+8
* mm: sanitize page->mapping for tail pagesKirill A. Shutemov2016-01-151-1/+1
* mm: add tracepoint for scanning pagesEbru Akagunduz2016-01-141-32/+134
* mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390Jason J. Herne2015-11-201-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-9/+6
|\
| * mm: make compound_head() robustKirill A. Shutemov2015-11-061-2/+1
| * thp: remove unused vma parameter from khugepaged_alloc_pageAaron Tomlin2015-11-061-5/+3
| * mm, page_alloc: remove MIGRATE_RESERVEMel Gorman2015-11-061-1/+1
| * mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-1/+1
|\ \ | |/ |/|
| * mm: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* | mm: introduce VM_LOCKONFAULTEric B Munson2015-11-051-1/+1
* | Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2015-11-031-1/+1
|\ \
| * | mm,thp: introduce flush_pmd_tlb_rangeVineet Gupta2015-10-171-1/+1
* | | thp: use is_zero_pfn() only after pte_present() checkMinchan Kim2015-10-231-1/+2
|/ /
* | mm: introduce idle page trackingVladimir Davydov2015-09-101-2/+10
* | mm/khugepaged: allow interruption of allocation sleep againPetr Mladek2015-09-081-2/+6
* | mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-081-1/+1
* | mm: make set_recommended_min_free_kbytes() return voidNicholas Krause2015-09-081-2/+1
* | dax: don't use set_huge_zero_page()Kirill A. Shutemov2015-09-081-1/+1
* | thp: fix zap_huge_pmd() for DAXKirill A. Shutemov2015-09-081-40/+31
OpenPOWER on IntegriCloud