aboutsummaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
2012-12-11thp: clean up __collapse_huge_page_isolateBob Liu
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar
2012-12-11mm/rmap: Convert the struct anon_vma::mutex to an rwsemIngo Molnar
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman
2012-12-11mm: numa: split_huge_page: Transfer last_nid on tail pageHillf Danton
2012-12-11mm: numa: Add pte updates, hinting and migration statsMel Gorman
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra
2012-12-11mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman
2012-12-11mm: mempolicy: Use _PAGE_NUMA to migrate pagesMel Gorman
2012-12-11mm: numa: Create basic numa page hinting infrastructureMel Gorman
2012-12-11mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pteAndrea Arcangeli
2012-12-11mm: Check if PTE is already allocated during page faultMel Gorman
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