summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorLines
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins-3/+5
2012-05-29mm, thp: drop page_table_lock to uncharge memcg pagesDavid Rientjes-0/+2
2012-05-29thp, memcg: split hugepage for memcg oom on cowDavid Rientjes-0/+3
2012-05-29mm, thp: allow fallback when pte_alloc_one() fails for huge pmdDavid Rientjes-5/+8
2012-05-29mm, thp: remove unnecessary ret variableDavid Rientjes-2/+1
2012-03-21thp: optimize away unnecessary page table lockingNaoya Horiguchi-66/+59
2012-03-05mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli-3/+3
2012-02-08mm: fix UP THP spin_is_locked BUGsHugh Dickins-2/+2
2012-01-12memcg: fix split_huge_page_refcounts()Hugh Dickins-10/+0
2012-01-12thp: improve order in lru list for split huge pageShaohua Li-3/+2
2012-01-12thp: add tlb_remove_pmd_tlb_entryShaohua Li-1/+2
2012-01-12thp: remove unnecessary tlb flush for mprotectShaohua Li-1/+0
2012-01-12thp: improve the error code pathShaohua Li-21/+50
2012-01-12memcg: make mem_cgroup_split_huge_fixup() more efficientKAMEZAWA Hiroyuki-1/+2
2011-12-09thp: reduce khugepaged freezing latencyAndrea Arcangeli-12/+4
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli-11/+26
2011-10-31mm/huge_memory: fix typo when updating mmu cacheHillf Danton-1/+1
2011-10-31mm/huge_memory: fix copying user highpageHillf Danton-1/+1
2011-10-31mm/huge_memory.c: quiet sparse noiseH Hartley Sweeten-1/+4
2011-10-31thp: mremap support and TLB optimizationAndrea Arcangeli-0/+45
2011-07-25mm/huge_memory.c: minor lock simplification in __khugepaged_exitChris Wright-4/+2
2011-06-15mm: remove khugepaged double thp vmstat update with CONFIG_NUMA=nAndrea Arcangeli-4/+1
2011-05-25mm: thp: optimize memcg charge in khugepagedAndrea Arcangeli-10/+11
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra-2/+2
2011-04-28mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsAndrea Arcangeli-19/+24
2011-04-14mm/thp: use conventional format for boolean attributesBen Hutchings-10/+14
2011-04-14mm: add VM counters for transparent hugepagesAndi Kleen-4/+21
2011-03-22mm: use __GFP_OTHER_NODE for transparent huge pagesAndi Kleen-9/+11
2011-03-14thp+memcg-numa: fix BUG at include/linux/mm.h:370!Hugh Dickins-1/+5
2011-03-04mm: use correct numa policy node for transparent hugepagesAndi Kleen-7/+17
2011-03-04mm: preserve original node for transparent huge page copiesAndi Kleen-2/+2
2011-03-04mm: change alloc_pages_vma to pass down the policy node for local policyAndi Kleen-1/+1
2011-02-15thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli-19/+16
2011-02-11memcg: fix leak of accounting at failure path of hugepage collapsingKAMEZAWA Hiroyuki-1/+1
2011-02-02thp: fix the wrong reported address of hwpoisoned hugepagesJin Dongming-1/+6
2011-01-20memcg: fix USED bit handling at uncharge in THPKAMEZAWA Hiroyuki-0/+2
2011-01-20thp: keep highpte mapped until it is no longer neededJohannes Weiner-1/+2
2011-01-13thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli-4/+19
2011-01-13thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli-11/+30
2011-01-13thp: fix anon memory statistics with transparent hugepagesRik van Riel-0/+10
2011-01-13thp: disable transparent hugepages by default on small systemsRik van Riel-0/+8
2011-01-13thp: freeze khugepaged and ksmdAndrea Arcangeli-2/+12
2011-01-13thp: mmu_notifier_test_youngAndrea Arcangeli-2/+4
2011-01-13thp: don't allow transparent hugepage support without PSEAndrea Arcangeli-0/+8
2011-01-13thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli-2/+78
2011-01-13thp: transparent hugepage config choiceAndrea Arcangeli-0/+5
2011-01-13thp: allocate memory in khugepaged outside of mmap_sem write modeAndrea Arcangeli-22/+34
2011-01-13thp: add numa awareness to hugepage allocationsAndrea Arcangeli-13/+74
2011-01-13thp: enable direct defragAndrea Arcangeli-0/+1
2011-01-13thp: set recommended min free kbytesAndrea Arcangeli-0/+52