aboutsummaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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_copyAndrea Arcangeli1-1/+0
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins1-3/+5
2012-05-29mm, thp: drop page_table_lock to uncharge memcg pagesDavid Rientjes1-0/+2
2012-05-29thp, memcg: split hugepage for memcg oom on cowDavid Rientjes1-0/+3
2012-05-29mm, thp: allow fallback when pte_alloc_one() fails for huge pmdDavid Rientjes1-5/+8
2012-05-29mm, thp: remove unnecessary ret variableDavid Rientjes1-2/+1
2012-03-21thp: optimize away unnecessary page table lockingNaoya Horiguchi1-66/+59
2012-03-05mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli1-3/+3
2012-02-08mm: fix UP THP spin_is_locked BUGsHugh Dickins1-2/+2
2012-01-12memcg: fix split_huge_page_refcounts()Hugh Dickins1-10/+0
2012-01-12thp: improve order in lru list for split huge pageShaohua Li1-3/+2
2012-01-12thp: add tlb_remove_pmd_tlb_entryShaohua Li1-1/+2
2012-01-12thp: remove unnecessary tlb flush for mprotectShaohua Li1-1/+0
2012-01-12thp: improve the error code pathShaohua Li1-21/+50
2012-01-12memcg: make mem_cgroup_split_huge_fixup() more efficientKAMEZAWA Hiroyuki1-1/+2
2011-12-09thp: reduce khugepaged freezing latencyAndrea Arcangeli1-12/+4
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli1-11/+26
2011-10-31mm/huge_memory: fix typo when updating mmu cacheHillf Danton1-1/+1
2011-10-31mm/huge_memory: fix copying user highpageHillf Danton1-1/+1
2011-10-31mm/huge_memory.c: quiet sparse noiseH Hartley Sweeten1-1/+4
2011-10-31thp: mremap support and TLB optimizationAndrea Arcangeli1-0/+45
2011-07-25mm/huge_memory.c: minor lock simplification in __khugepaged_exitChris Wright1-4/+2
2011-06-15mm: remove khugepaged double thp vmstat update with CONFIG_NUMA=nAndrea Arcangeli1-4/+1