aboutsummaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-12thp: avoid race on multiple parallel page faults to the same pageGravatar Kirill A. Shutemov 1-5/+24
2012-12-12thp: introduce sysfs knob to disable huge zero pageGravatar Kirill A. Shutemov 1-2/+19
2012-12-12thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsGravatar Kirill A. Shutemov 1-1/+4
2012-12-12thp: implement refcounting for huge zero pageGravatar Kirill A. Shutemov 1-25/+88
2012-12-12thp: lazy huge zero page allocationGravatar Kirill A. Shutemov 1-10/+10
2012-12-12thp: setup huge zero page on non-write page faultGravatar Kirill A. Shutemov 1-0/+10
2012-12-12thp: implement splitting pmd for huge zero pageGravatar Kirill A. Shutemov 1-1/+42
2012-12-12thp: change split_huge_page_pmd() interfaceGravatar Kirill A. Shutemov 1-2/+17
2012-12-12thp: change_huge_pmd(): make sure we don't try to make a page writableGravatar Kirill A. Shutemov 1-0/+1
2012-12-12thp: do_huge_pmd_wp_page(): handle huge zero pageGravatar Kirill A. Shutemov 1-15/+96
2012-12-12thp: copy_huge_pmd(): copy huge zero pageGravatar Kirill A. Shutemov 1-0/+22
2012-12-12thp: zap_huge_pmd(): zap huge zero pmdGravatar Kirill A. Shutemov 1-8/+13
2012-12-12thp: huge zero page: basic preparationGravatar Kirill A. Shutemov 1-0/+30
2012-12-11mm: thp: set the accessed flag for old pages on access faultGravatar Will Deacon 1-0/+22
2012-12-11thp: cleanup: introduce mk_huge_pmd()Gravatar Bob Liu 1-9/+12
2012-12-11thp: introduce hugepage_vma_check()Gravatar Bob Liu 1-21/+17
2012-12-11mm: introduce mm_find_pmd()Gravatar Bob Liu 1-45/+10
2012-12-11thp: clean up __collapse_huge_page_isolateGravatar Bob Liu 1-27/+11
2012-10-15mm: huge_memory: Fix build error.Gravatar Ralf Baechle 1-0/+1
2012-10-09mm: thp: Use more portable PMD clearing sequenece in zap_huge_pmd().Gravatar David Miller 1-2/+3
2012-10-09mm: Add and use update_mmu_cache_pmd() in transparent huge page code.Gravatar David Miller 1-3/+3
2012-10-09mm, thp: fix mapped pages avoiding unevictable list on mlockGravatar David Rientjes 1-1/+10
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockGravatar Sagi Grimberg 1-6/+36
2012-10-09mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.cGravatar Catalin Marinas 1-3/+3
2012-10-09thp: khugepaged_prealloc_page() forgot to reset the page alloc indicatorGravatar Xiao Guangrong 1-0/+1
2012-10-09mm rmap: remove vma_address check for address inside vmaGravatar Michel Lespinasse 1-4/+0
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Gravatar Michel Lespinasse 1-2/+3
2012-10-09thp: make MADV_HUGEPAGE check for mm->def_flagsGravatar Gerald Schaefer 1-0/+4
2012-10-09thp: introduce pmdp_invalidate()Gravatar Gerald Schaefer 1-2/+1
2012-10-09thp: remove assumptions on pgtable_t typeGravatar Gerald Schaefer 1-42/+8
2012-10-09thp: remove unnecessary set_recommended_min_free_kbytesGravatar Xiao Guangrong 1-5/+0
2012-10-09thp: use khugepaged_enabled to remove duplicate codeGravatar Xiao Guangrong 1-9/+2
2012-10-09thp: remove khugepaged_loopGravatar Xiao Guangrong 1-10/+4
2012-10-09thp: introduce khugepaged_prealloc_page and khugepaged_alloc_pageGravatar Xiao Guangrong 1-68/+98
2012-10-09thp: release page in page pre-alloc pathGravatar Xiao Guangrong 1-12/+7
2012-10-09thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scanGravatar Xiao Guangrong 1-52/+45
2012-10-09thp: remove some code depend on CONFIG_NUMAGravatar Xiao Guangrong 1-7/+3
2012-10-09thp: remove wake_up_interruptible in the exit pathGravatar Xiao Guangrong 1-14/+21
2012-10-09thp: remove unnecessary khugepaged_thread checkGravatar Xiao Guangrong 1-4/+1
2012-10-09thp: move khugepaged_mutex out of khugepagedGravatar Xiao Guangrong 1-23/+13
2012-10-09thp: remove unnecessary check in start_khugepagedGravatar Xiao Guangrong 1-5/+2
2012-10-09thp: fix the count of THP_COLLAPSE_ALLOCGravatar Xiao Guangrong 1-1/+1
2012-10-09mm: kill vma flag VM_INSERTPAGEGravatar Konstantin Khlebnikov 1-2/+1
2012-10-09mm: introduce arch-specific vma flag VM_ARCH_1Gravatar Konstantin Khlebnikov 1-1/+1
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingGravatar Konstantin Khlebnikov 1-16/+3
2012-09-28thp: avoid VM_BUG_ON page_count(page) false positives in __collapse_huge_page...Gravatar Andrea Arcangeli 1-1/+0
2012-05-29mm/memcg: apply add/del_page to lruvecGravatar Hugh Dickins 1-3/+5
2012-05-29mm, thp: drop page_table_lock to uncharge memcg pagesGravatar David Rientjes 1-0/+2
2012-05-29thp, memcg: split hugepage for memcg oom on cowGravatar David Rientjes 1-0/+3
2012-05-29mm, thp: allow fallback when pte_alloc_one() fails for huge pmdGravatar David Rientjes 1-5/+8