summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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/+1
* thp: remove assumptions on pgtable_t typeGerald Schaefer2012-10-091-42/+8
* thp: remove unnecessary set_recommended_min_free_kbytesXiao Guangrong2012-10-091-5/+0
* thp: use khugepaged_enabled to remove duplicate codeXiao Guangrong2012-10-091-9/+2
* thp: remove khugepaged_loopXiao Guangrong2012-10-091-10/+4
* 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/+7
* thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scanXiao Guangrong2012-10-091-52/+45
* thp: remove some code depend on CONFIG_NUMAXiao Guangrong2012-10-091-7/+3
* thp: remove wake_up_interruptible in the exit pathXiao Guangrong2012-10-091-14/+21
* thp: remove unnecessary khugepaged_thread checkXiao Guangrong2012-10-091-4/+1
* thp: move khugepaged_mutex out of khugepagedXiao Guangrong2012-10-091-23/+13
* thp: remove unnecessary check in start_khugepagedXiao Guangrong2012-10-091-5/+2
* thp: fix the count of THP_COLLAPSE_ALLOCXiao Guangrong2012-10-091-1/+1
* mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov2012-10-091-2/+1
* 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/+3
* thp: avoid VM_BUG_ON page_count(page) false positives in __collapse_huge_page...Andrea Arcangeli2012-09-281-1/+0
* mm/memcg: apply add/del_page to lruvecHugh Dickins2012-05-291-3/+5
* mm, thp: drop page_table_lock to uncharge memcg pagesDavid Rientjes2012-05-291-0/+2
* thp, memcg: split hugepage for memcg oom on cowDavid Rientjes2012-05-291-0/+3
* mm, thp: allow fallback when pte_alloc_one() fails for huge pmdDavid Rientjes2012-05-291-5/+8
* mm, thp: remove unnecessary ret variableDavid Rientjes2012-05-291-2/+1
* thp: optimize away unnecessary page table lockingNaoya Horiguchi2012-03-211-66/+59
* mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli2012-03-051-3/+3
* mm: fix UP THP spin_is_locked BUGsHugh Dickins2012-02-081-2/+2
* memcg: fix split_huge_page_refcounts()Hugh Dickins2012-01-121-10/+0
* thp: improve order in lru list for split huge pageShaohua Li2012-01-121-3/+2
* thp: add tlb_remove_pmd_tlb_entryShaohua Li2012-01-121-1/+2
* thp: remove unnecessary tlb flush for mprotectShaohua Li2012-01-121-1/+0
* thp: improve the error code pathShaohua Li2012-01-121-21/+50
* memcg: make mem_cgroup_split_huge_fixup() more efficientKAMEZAWA Hiroyuki2012-01-121-1/+2
* thp: reduce khugepaged freezing latencyAndrea Arcangeli2011-12-091-12/+4
* mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-021-11/+26
* mm/huge_memory: fix typo when updating mmu cacheHillf Danton2011-10-311-1/+1
* mm/huge_memory: fix copying user highpageHillf Danton2011-10-311-1/+1
* mm/huge_memory.c: quiet sparse noiseH Hartley Sweeten2011-10-311-1/+4
* thp: mremap support and TLB optimizationAndrea Arcangeli2011-10-311-0/+45
* mm/huge_memory.c: minor lock simplification in __khugepaged_exitChris Wright2011-07-251-4/+2
* mm: remove khugepaged double thp vmstat update with CONFIG_NUMA=nAndrea Arcangeli2011-06-151-4/+1