aboutsummaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-07mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEGravatar Andrea Arcangeli 1-1/+1
2016-10-07thp: reduce usage of huge zero page's atomic counterGravatar Aaron Lu 1-11/+25
2016-10-07thp, dax: add thp_get_unmapped_area for pmd mappingsGravatar Toshi Kani 1-0/+43
2016-09-30Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 1-3/+0
2016-09-25mm: check VMA flags to avoid invalid PROT_NONE NUMA balancingGravatar Lorenzo Stoakes 1-3/+0
2016-09-22Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 1-2/+2
2016-09-13sched/numa, mm: Revert to checking pmd/pte_write instead of VMA flagsGravatar Rik van Riel 1-1/+1
2016-09-09mm: fix show_smap() for zone_device-pmd rangesGravatar Dan Williams 1-2/+2
2016-08-26soft_dirty: fix soft_dirty during THP splitGravatar Andrea Arcangeli 1-1/+6
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsGravatar Vlastimil Babka 1-13/+16
2016-07-28mm, THP: clean up return value of madvise_free_huge_pmdGravatar Huang Ying 1-7/+8
2016-07-28mm: move most file-based accounting to the nodeGravatar Mel Gorman 1-2/+2
2016-07-28mm, vmscan: move LRU lists to nodeGravatar Mel Gorman 1-1/+1
2016-07-28mm, vmscan: move lru_lock to the nodeGravatar Mel Gorman 1-3/+3
2016-07-26thp: fix comments of __pmd_trans_huge_lock()Gravatar Huang Ying 1-3/+3
2016-07-26thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEGravatar Kirill A. Shutemov 1-1/+1
2016-07-26thp: extract khugepaged from mm/huge_memory.cGravatar Kirill A. Shutemov 1-1484/+9
2016-07-26shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappingsGravatar Kirill A. Shutemov 1-14/+5
2016-07-26shmem: add huge pages supportGravatar Kirill A. Shutemov 1-0/+2
2016-07-26shmem: prepare huge= mount option and sysfs knobGravatar Kirill A. Shutemov 1-0/+3
2016-07-26mm, rmap: account shmem thp pagesGravatar Kirill A. Shutemov 1-1/+3
2016-07-26thp, mlock: do not mlock PTE-mapped file huge pagesGravatar Kirill A. Shutemov 1-7/+20
2016-07-26thp: file pages support for split_huge_page()Gravatar Kirill A. Shutemov 1-45/+115
2016-07-26thp: prepare change_huge_pmd() for file thpGravatar Kirill A. Shutemov 1-1/+2
2016-07-26thp: skip file huge pmd on copy_huge_pmd()Gravatar Kirill A. Shutemov 1-18/+16
2016-07-26thp: handle file pages in split_huge_pmd()Gravatar Kirill A. Shutemov 1-2/+10
2016-07-26thp: support file pages in zap_huge_pmd()Gravatar Kirill A. Shutemov 1-3/+9
2016-07-26mm: introduce do_set_pmd()Gravatar Kirill A. Shutemov 1-5/+0
2016-07-26rmap: support file thpGravatar Kirill A. Shutemov 1-3/+7
2016-07-26mm: introduce fault_envGravatar Kirill A. Shutemov 1-149/+131
2016-07-26khugepaged: recheck pmd after mmap_sem re-acquiredGravatar Kirill A. Shutemov 1-0/+6
2016-07-26mm, thp: fix locking inconsistency in collapse_huge_pageGravatar Ebru Akagunduz 1-4/+10
2016-07-26mm, thp: make swapin readahead under down_read of mmap_semGravatar Ebru Akagunduz 1-29/+62
2016-07-26mm: make swapin readahead to improve thp collapse rateGravatar Ebru Akagunduz 1-3/+40
2016-07-26mm: make optimistic check for swapin readaheadGravatar Ebru Akagunduz 1-3/+42
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size c...Gravatar Aneesh Kumar K.V 1-1/+1
2016-07-15mm: thp: move pmd check inside ptl for freeze_page()Gravatar Naoya Horiguchi 1-19/+12
2016-07-15madvise_free, thp: fix madvise_free_huge_pmd return value after splittingGravatar Huang Ying 1-6/+1
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2016-05-20/dev/dax, core: file operations and dax-mmapGravatar Dan Williams 1-0/+1
2016-05-20mm, thp: khugepaged should scan when sleep value is writtenGravatar David Rientjes 1-3/+16
2016-05-20mm: thp: split_huge_pmd_address() comment improvementGravatar Andrea Arcangeli 1-2/+4
2016-05-20mm: thp: simplify the implementation of mk_huge_pmd()Gravatar Yang Shi 1-4/+1
2016-05-19huge mm: move_huge_pmd does not need new_vmaGravatar Hugh Dickins 1-5/+2
2016-05-19mm: rename _count, field of the struct page, to _refcountGravatar Joonsoo Kim 1-2/+2
2016-05-12mm: thp: calculate the mapcount correctly for THP pages during WP faultsGravatar Andrea Arcangeli 1-9/+62
2016-05-05mm: thp: correct split_huge_pages file permissionGravatar Yang Shi 1-2/+2
2016-04-28mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkGravatar Konstantin Khlebnikov 1-4/+2
2016-04-28thp: keep huge zero page pinned until tlb flushGravatar Kirill A. Shutemov 1-3/+3
2016-03-25thp: fix typo in khugepaged_scan_pmd()Gravatar Kirill A. Shutemov 1-1/+1