aboutsummaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
2012-10-15mm: huge_memory: Fix build error.Ralf Baechle
2012-10-09mm: thp: Use more portable PMD clearing sequenece in zap_huge_pmd().David Miller
2012-10-09mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller
2012-10-09mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg
2012-10-09mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.cCatalin Marinas
2012-10-09thp: khugepaged_prealloc_page() forgot to reset the page alloc indicatorXiao Guangrong
2012-10-09mm rmap: remove vma_address check for address inside vmaMichel Lespinasse
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse
2012-10-09thp: make MADV_HUGEPAGE check for mm->def_flagsGerald Schaefer
2012-10-09thp: introduce pmdp_invalidate()Gerald Schaefer
2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer
2012-10-09thp: remove unnecessary set_recommended_min_free_kbytesXiao Guangrong
2012-10-09thp: use khugepaged_enabled to remove duplicate codeXiao Guangrong
2012-10-09thp: remove khugepaged_loopXiao Guangrong
2012-10-09thp: introduce khugepaged_prealloc_page and khugepaged_alloc_pageXiao Guangrong
2012-10-09thp: release page in page pre-alloc pathXiao Guangrong
2012-10-09thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scanXiao Guangrong
2012-10-09thp: remove some code depend on CONFIG_NUMAXiao Guangrong
2012-10-09thp: remove wake_up_interruptible in the exit pathXiao Guangrong
2012-10-09thp: remove unnecessary khugepaged_thread checkXiao Guangrong
2012-10-09thp: move khugepaged_mutex out of khugepagedXiao Guangrong
2012-10-09thp: remove unnecessary check in start_khugepagedXiao Guangrong
2012-10-09thp: fix the count of THP_COLLAPSE_ALLOCXiao Guangrong
2012-10-09mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov
2012-10-09mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov
2012-09-28thp: avoid VM_BUG_ON page_count(page) false positives in __collapse_huge_page...Andrea Arcangeli
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins
2012-05-29mm, thp: drop page_table_lock to uncharge memcg pagesDavid Rientjes
2012-05-29thp, memcg: split hugepage for memcg oom on cowDavid Rientjes
2012-05-29mm, thp: allow fallback when pte_alloc_one() fails for huge pmdDavid Rientjes
2012-05-29mm, thp: remove unnecessary ret variableDavid Rientjes
2012-03-21thp: optimize away unnecessary page table lockingNaoya Horiguchi
2012-03-05mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli
2012-02-08mm: fix UP THP spin_is_locked BUGsHugh Dickins
2012-01-12memcg: fix split_huge_page_refcounts()Hugh Dickins
2012-01-12thp: improve order in lru list for split huge pageShaohua Li
2012-01-12thp: add tlb_remove_pmd_tlb_entryShaohua Li
2012-01-12thp: remove unnecessary tlb flush for mprotectShaohua Li
2012-01-12thp: improve the error code pathShaohua Li
2012-01-12memcg: make mem_cgroup_split_huge_fixup() more efficientKAMEZAWA Hiroyuki
2011-12-09thp: reduce khugepaged freezing latencyAndrea Arcangeli
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli
2011-10-31mm/huge_memory: fix typo when updating mmu cacheHillf Danton
2011-10-31mm/huge_memory: fix copying user highpageHillf Danton
2011-10-31mm/huge_memory.c: quiet sparse noiseH Hartley Sweeten
2011-10-31thp: mremap support and TLB optimizationAndrea Arcangeli
2011-07-25mm/huge_memory.c: minor lock simplification in __khugepaged_exitChris Wright
2011-06-15mm: remove khugepaged double thp vmstat update with CONFIG_NUMA=nAndrea Arcangeli