summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* thp: fix comments of __pmd_trans_huge_lock()Huang Ying2016-06-251-3/+3
* thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov2016-06-251-1/+1
* thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov2016-06-251-1484/+9
* shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappingsKirill A. Shutemov2016-06-251-14/+5
* shmem: add huge pages supportKirill A. Shutemov2016-06-251-0/+2
* shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov2016-06-251-0/+3
* mm, rmap: account shmem thp pagesKirill A. Shutemov2016-06-251-1/+3
* thp, mlock: do not mlock PTE-mapped file huge pagesKirill A. Shutemov2016-06-251-7/+20
* thp: file pages support for split_huge_page()Kirill A. Shutemov2016-06-251-45/+115
* thp: prepare change_huge_pmd() for file thpKirill A. Shutemov2016-06-251-1/+2
* thp: skip file huge pmd on copy_huge_pmd()Kirill A. Shutemov2016-06-251-18/+16
* thp: handle file pages in split_huge_pmd()Kirill A. Shutemov2016-06-251-2/+10
* thp: support file pages in zap_huge_pmd()Kirill A. Shutemov2016-06-251-3/+9
* mm: introduce do_set_pmd()Kirill A. Shutemov2016-06-251-5/+0
* rmap: support file thpKirill A. Shutemov2016-06-251-3/+7
* mm: introduce fault_envKirill A. Shutemov2016-06-251-149/+131
* khugepaged: recheck pmd after mmap_sem re-acquiredKirill A. Shutemov2016-06-251-0/+6
* mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix-2-fixAndrew Morton2016-06-251-3/+3
* mm, thp: fix locking inconsistency in collapse_huge_pageEbru Akagunduz2016-06-251-4/+10
* mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fixKirill A. Shutemov2016-06-251-6/+5
* mm, thp: make swapin readahead under down_read of mmap_semEbru Akagunduz2016-06-251-29/+63
* thp: do not hold anon_vma lock during swap inKirill A. Shutemov2016-06-251-2/+2
* khugepaged: __collapse_huge_page_swapin(): drop unused 'pte' parameterKirill A. Shutemov2016-06-251-4/+3
* mm-make-swapin-readahead-to-improve-thp-collapse-rate-fixKirill A. Shutemov2016-06-251-5/+0
* mm: make swapin readahead to improve thp collapse rateEbru Akagunduz2016-06-251-0/+43
* linux-next: build failure after merge of the akpm-current treeStephen Rothwell2016-06-251-1/+2
* mm, thp: remove duplication of included headerEbru Akagunduz2016-06-251-1/+0
* mm/khugepaged: fix scan not aborted on SCAN_EXCEED_SWAP_PTEVladimir Davydov2016-06-251-1/+1
* mm: make optimistic check for swapin readaheadEbru Akagunduz2016-06-251-3/+42
* mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V2016-06-251-1/+1
* Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-231-0/+1
|\
| * /dev/dax, core: file operations and dax-mmapDan Williams2016-05-201-0/+1
* | mm, thp: khugepaged should scan when sleep value is writtenDavid Rientjes2016-05-201-3/+16
* | mm: thp: split_huge_pmd_address() comment improvementAndrea Arcangeli2016-05-201-2/+4
* | mm: thp: simplify the implementation of mk_huge_pmd()Yang Shi2016-05-201-4/+1
* | huge mm: move_huge_pmd does not need new_vmaHugh Dickins2016-05-191-5/+2
* | mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-191-2/+2
* | mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli2016-05-121-9/+62
* | mm: thp: correct split_huge_pages file permissionYang Shi2016-05-051-2/+2
* | mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov2016-04-281-4/+2
* | thp: keep huge zero page pinned until tlb flushKirill A. Shutemov2016-04-281-3/+3
|/
* 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