summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* thp: fix typo in khugepaged_scan_pmd()Kirill A. Shutemov2016-03-251-1/+1
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-191-3/+14
|\
| * mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov2016-03-031-3/+14
| * Merge tag 'powerpc-4.5-4' into nextMichael Ellerman2016-02-251-0/+1
| |\
* | | thp: fix deadlock in split_huge_pmd()Kirill A. Shutemov2016-03-171-11/+2
* | | thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov2016-03-171-174/+36
* | | rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov2016-03-171-4/+1
* | | mm: coalesce split stringsJoe Perches2016-03-171-2/+1
* | | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-3/+3
* | | mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman2016-03-171-35/+66
* | | thp, vmstats: count deferred split eventsKirill A. Shutemov2016-03-171-0/+1
* | | thp: cleanup split_huge_page()Kirill A. Shutemov2016-03-151-13/+7
* | | thp: call pmdp_invalidate() with correct virtual addressKirill A. Shutemov2016-02-241-4/+5
* | | Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-02-201-0/+1
|\ \ \ | | |/ | |/|
| * | powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V2016-02-151-0/+1
* | | thp, dax: do not try to withdraw pgtable from non-anon VMAKirill A. Shutemov2016-02-181-1/+2
| |/ |/|
* | thp: make deferred_split_scan() work againKirill A. Shutemov2016-02-051-1/+1
* | mm: fix memory leak in copy_huge_pmd()Matthew Wilcox2016-02-031-7/+10
* | thp: limit number of object to scan on deferred_split_scan()Kirill A. Shutemov2016-02-031-4/+6
* | thp: change deferred_split_count() to return number of THP in queueKirill A. Shutemov2016-02-031-7/+8
* | thp: make split_queue per-nodeKirill A. Shutemov2016-02-031-23/+26
* | 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
OpenPOWER on IntegriCloud