summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-12mm: thp: set the accessed flag for old pages on access faultWill Deacon1-0/+22
2012-12-12thp: cleanup: introduce mk_huge_pmd()Bob Liu1-9/+12
2012-12-12thp: introduce hugepage_vma_check()Bob Liu1-21/+17
2012-12-12mm: introduce mm_find_pmd()Bob Liu1-45/+10
2012-12-12thp: clean up __collapse_huge_page_isolateBob Liu1-27/+11
2012-10-15mm: huge_memory: Fix build error.Ralf Baechle1-0/+1
2012-10-09mm: thp: Use more portable PMD clearing sequenece in zap_huge_pmd().David Miller1-2/+3
2012-10-09mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller1-3/+3
2012-10-09mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes1-1/+10
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg1-6/+36
2012-10-09mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.cCatalin Marinas1-3/+3
2012-10-09thp: khugepaged_prealloc_page() forgot to reset the page alloc indicatorXiao Guangrong1-0/+1
2012-10-09mm rmap: remove vma_address check for address inside vmaMichel Lespinasse1-4/+0
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse1-2/+3
2012-10-09thp: make MADV_HUGEPAGE check for mm->def_flagsGerald Schaefer1-0/+4
2012-10-09thp: introduce pmdp_invalidate()Gerald Schaefer1-2/+1
2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer1-42/+8
2012-10-09thp: remove unnecessary set_recommended_min_free_kbytesXiao Guangrong1-5/+0
2012-10-09thp: use khugepaged_enabled to remove duplicate codeXiao Guangrong1-9/+2
2012-10-09thp: remove khugepaged_loopXiao Guangrong1-10/+4
2012-10-09thp: introduce khugepaged_prealloc_page and khugepaged_alloc_pageXiao Guangrong1-68/+98
2012-10-09thp: release page in page pre-alloc pathXiao Guangrong1-12/+7
2012-10-09thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scanXiao Guangrong1-52/+45
2012-10-09thp: remove some code depend on CONFIG_NUMAXiao Guangrong1-7/+3
2012-10-09thp: remove wake_up_interruptible in the exit pathXiao Guangrong1-14/+21
2012-10-09thp: remove unnecessary khugepaged_thread checkXiao Guangrong1-4/+1
2012-10-09thp: move khugepaged_mutex out of khugepagedXiao Guangrong1-23/+13
2012-10-09thp: remove unnecessary check in start_khugepagedXiao Guangrong1-5/+2
2012-10-09thp: fix the count of THP_COLLAPSE_ALLOCXiao Guangrong1-1/+1
2012-10-09mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov1-2/+1
2012-10-09mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov1-1/+1
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov1-16/+3
2012-09-28thp: avoid VM_BUG_ON page_count(page) false positives in __collapse_huge_page...Andrea Arcangeli1-1/+0
2012-05-30mm/memcg: apply add/del_page to lruvecHugh Dickins1-3/+5
2012-05-30mm, thp: drop page_table_lock to uncharge memcg pagesDavid Rientjes1-0/+2
2012-05-30thp, memcg: split hugepage for memcg oom on cowDavid Rientjes1-0/+3
2012-05-30mm, thp: allow fallback when pte_alloc_one() fails for huge pmdDavid Rientjes1-5/+8
2012-05-30mm, thp: remove unnecessary ret variableDavid Rientjes1-2/+1
2012-03-22thp: optimize away unnecessary page table lockingNaoya Horiguchi1-66/+59
2012-03-06mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli1-3/+3
2012-02-09mm: fix UP THP spin_is_locked BUGsHugh Dickins1-2/+2
2012-01-13memcg: fix split_huge_page_refcounts()Hugh Dickins1-10/+0
2012-01-13thp: improve order in lru list for split huge pageShaohua Li1-3/+2
2012-01-13thp: add tlb_remove_pmd_tlb_entryShaohua Li1-1/+2
2012-01-13thp: remove unnecessary tlb flush for mprotectShaohua Li1-1/+0
2012-01-13thp: improve the error code pathShaohua Li1-21/+50
2012-01-13memcg: make mem_cgroup_split_huge_fixup() more efficientKAMEZAWA Hiroyuki1-1/+2
2011-12-09thp: reduce khugepaged freezing latencyAndrea Arcangeli1-12/+4
2011-11-03mm: thp: tail page refcounting fixAndrea Arcangeli1-11/+26
2011-11-01mm/huge_memory: fix typo when updating mmu cacheHillf Danton1-1/+1