summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
...
| * mm: Check if PTE is already allocated during page faultMel Gorman2012-12-111-1/+2
* | thp: avoid race on multiple parallel page faults to the same pageKirill A. Shutemov2012-12-131-5/+24
* | thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov2012-12-131-2/+19
* | thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsKirill A. Shutemov2012-12-131-1/+4
* | thp: implement refcounting for huge zero pageKirill A. Shutemov2012-12-131-25/+88
* | thp: lazy huge zero page allocationKirill A. Shutemov2012-12-131-10/+10
* | thp: setup huge zero page on non-write page faultKirill A. Shutemov2012-12-131-0/+10
* | thp: implement splitting pmd for huge zero pageKirill A. Shutemov2012-12-131-1/+42
* | thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-131-2/+17
* | thp: change_huge_pmd(): make sure we don't try to make a page writableKirill A. Shutemov2012-12-131-0/+1
* | thp: do_huge_pmd_wp_page(): handle huge zero pageKirill A. Shutemov2012-12-131-15/+96
* | thp: copy_huge_pmd(): copy huge zero pageKirill A. Shutemov2012-12-131-0/+22
* | thp: zap_huge_pmd(): zap huge zero pmdKirill A. Shutemov2012-12-131-8/+13
* | thp: huge zero page: basic preparationKirill A. Shutemov2012-12-131-0/+30
* | mm: thp: set the accessed flag for old pages on access faultWill Deacon2012-12-121-0/+22
* | thp: cleanup: introduce mk_huge_pmd()Bob Liu2012-12-121-9/+12
* | thp: introduce hugepage_vma_check()Bob Liu2012-12-121-21/+17Star
* | mm: introduce mm_find_pmd()Bob Liu2012-12-121-45/+10Star
* | thp: clean up __collapse_huge_page_isolateBob Liu2012-12-121-27/+11Star
|/
* mm: huge_memory: Fix build error.Ralf Baechle2012-10-151-0/+1
* mm: thp: Use more portable PMD clearing sequenece in zap_huge_pmd().David Miller2012-10-091-2/+3
* mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller2012-10-091-3/+3
* mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes2012-10-091-1/+10
* mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg2012-10-091-6/+36
* mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.cCatalin Marinas2012-10-091-3/+3
* thp: khugepaged_prealloc_page() forgot to reset the page alloc indicatorXiao Guangrong2012-10-091-0/+1
* mm rmap: remove vma_address check for address inside vmaMichel Lespinasse2012-10-091-4/+0Star
* mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse2012-10-091-2/+3
* thp: make MADV_HUGEPAGE check for mm->def_flagsGerald Schaefer2012-10-091-0/+4
* thp: introduce pmdp_invalidate()Gerald Schaefer2012-10-091-2/+1Star
* thp: remove assumptions on pgtable_t typeGerald Schaefer2012-10-091-42/+8Star
* thp: remove unnecessary set_recommended_min_free_kbytesXiao Guangrong2012-10-091-5/+0Star
* thp: use khugepaged_enabled to remove duplicate codeXiao Guangrong2012-10-091-9/+2Star
* thp: remove khugepaged_loopXiao Guangrong2012-10-091-10/+4Star
* thp: introduce khugepaged_prealloc_page and khugepaged_alloc_pageXiao Guangrong2012-10-091-68/+98
* thp: release page in page pre-alloc pathXiao Guangrong2012-10-091-12/+7Star
* thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scanXiao Guangrong2012-10-091-52/+45Star
* thp: remove some code depend on CONFIG_NUMAXiao Guangrong2012-10-091-7/+3Star
* thp: remove wake_up_interruptible in the exit pathXiao Guangrong2012-10-091-14/+21
* thp: remove unnecessary khugepaged_thread checkXiao Guangrong2012-10-091-4/+1Star
* thp: move khugepaged_mutex out of khugepagedXiao Guangrong2012-10-091-23/+13Star
* thp: remove unnecessary check in start_khugepagedXiao Guangrong2012-10-091-5/+2Star
* thp: fix the count of THP_COLLAPSE_ALLOCXiao Guangrong2012-10-091-1/+1
* mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov2012-10-091-2/+1Star
* mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov2012-10-091-1/+1
* mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov2012-10-091-16/+3Star
* thp: avoid VM_BUG_ON page_count(page) false positives in __collapse_huge_page...Andrea Arcangeli2012-09-281-1/+0Star
* mm/memcg: apply add/del_page to lruvecHugh Dickins2012-05-301-3/+5
* mm, thp: drop page_table_lock to uncharge memcg pagesDavid Rientjes2012-05-301-0/+2
* thp, memcg: split hugepage for memcg oom on cowDavid Rientjes2012-05-301-0/+3