summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: thp: optimize memcg charge in khugepagedAndrea Arcangeli2011-05-251-10/+11
* mm: convert anon_vma->lock to a mutexPeter Zijlstra2011-05-251-2/+2
* mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsAndrea Arcangeli2011-04-281-19/+24
* mm/thp: use conventional format for boolean attributesBen Hutchings2011-04-141-10/+14
* mm: add VM counters for transparent hugepagesAndi Kleen2011-04-141-4/+21
* mm: use __GFP_OTHER_NODE for transparent huge pagesAndi Kleen2011-03-221-9/+11
* thp+memcg-numa: fix BUG at include/linux/mm.h:370!Hugh Dickins2011-03-141-1/+5
* mm: use correct numa policy node for transparent hugepagesAndi Kleen2011-03-041-7/+17
* mm: preserve original node for transparent huge page copiesAndi Kleen2011-03-041-2/+2
* mm: change alloc_pages_vma to pass down the policy node for local policyAndi Kleen2011-03-041-1/+1
* thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli2011-02-151-19/+16
* memcg: fix leak of accounting at failure path of hugepage collapsingKAMEZAWA Hiroyuki2011-02-111-1/+1
* thp: fix the wrong reported address of hwpoisoned hugepagesJin Dongming2011-02-021-1/+6
* memcg: fix USED bit handling at uncharge in THPKAMEZAWA Hiroyuki2011-01-201-0/+2
* thp: keep highpte mapped until it is no longer neededJohannes Weiner2011-01-201-1/+2
* thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli2011-01-131-4/+19
* thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli2011-01-131-11/+30
* thp: fix anon memory statistics with transparent hugepagesRik van Riel2011-01-131-0/+10
* thp: disable transparent hugepages by default on small systemsRik van Riel2011-01-131-0/+8
* thp: freeze khugepaged and ksmdAndrea Arcangeli2011-01-131-2/+12
* thp: mmu_notifier_test_youngAndrea Arcangeli2011-01-131-2/+4
* thp: don't allow transparent hugepage support without PSEAndrea Arcangeli2011-01-131-0/+8
* thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli2011-01-131-2/+78
* thp: transparent hugepage config choiceAndrea Arcangeli2011-01-131-0/+5
* thp: allocate memory in khugepaged outside of mmap_sem write modeAndrea Arcangeli2011-01-131-22/+34
* thp: add numa awareness to hugepage allocationsAndrea Arcangeli2011-01-131-13/+74
* thp: enable direct defragAndrea Arcangeli2011-01-131-0/+1
* thp: set recommended min free kbytesAndrea Arcangeli2011-01-131-0/+52