summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-16mm: remove khugepaged double thp vmstat update with CONFIG_NUMA=nAndrea Arcangeli1-4/+1
2011-05-25mm: thp: optimize memcg charge in khugepagedAndrea Arcangeli1-10/+11
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra1-2/+2
2011-04-28mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsAndrea Arcangeli1-19/+24
2011-04-15mm/thp: use conventional format for boolean attributesBen Hutchings1-10/+14
2011-04-15mm: add VM counters for transparent hugepagesAndi Kleen1-4/+21
2011-03-23mm: use __GFP_OTHER_NODE for transparent huge pagesAndi Kleen1-9/+11
2011-03-14thp+memcg-numa: fix BUG at include/linux/mm.h:370!Hugh Dickins1-1/+5
2011-03-05mm: use correct numa policy node for transparent hugepagesAndi Kleen1-7/+17
2011-03-05mm: preserve original node for transparent huge page copiesAndi Kleen1-2/+2
2011-03-05mm: change alloc_pages_vma to pass down the policy node for local policyAndi Kleen1-1/+1
2011-02-16thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli1-19/+16
2011-02-12memcg: fix leak of accounting at failure path of hugepage collapsingKAMEZAWA Hiroyuki1-1/+1
2011-02-03thp: fix the wrong reported address of hwpoisoned hugepagesJin Dongming1-1/+6
2011-01-21memcg: fix USED bit handling at uncharge in THPKAMEZAWA Hiroyuki1-0/+2
2011-01-21thp: keep highpte mapped until it is no longer neededJohannes Weiner1-1/+2
2011-01-14thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli1-4/+19
2011-01-14thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli1-11/+30
2011-01-14thp: fix anon memory statistics with transparent hugepagesRik van Riel1-0/+10
2011-01-14thp: disable transparent hugepages by default on small systemsRik van Riel1-0/+8
2011-01-14thp: freeze khugepaged and ksmdAndrea Arcangeli1-2/+12
2011-01-14thp: mmu_notifier_test_youngAndrea Arcangeli1-2/+4
2011-01-14thp: don't allow transparent hugepage support without PSEAndrea Arcangeli1-0/+8
2011-01-14thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli1-2/+78
2011-01-14thp: transparent hugepage config choiceAndrea Arcangeli1-0/+5
2011-01-14thp: allocate memory in khugepaged outside of mmap_sem write modeAndrea Arcangeli1-22/+34
2011-01-14thp: add numa awareness to hugepage allocationsAndrea Arcangeli1-13/+74
2011-01-14thp: enable direct defragAndrea Arcangeli1-0/+1
2011-01-14thp: set recommended min free kbytesAndrea Arcangeli1-0/+52
2011-01-14thp: mprotect: transparent huge page supportJohannes Weiner1-0/+27
2011-01-14thp: mincore transparent hugepage supportJohannes Weiner1-0/+25
2011-01-14thp: khugepagedAndrea Arcangeli1-10/+1063
2011-01-14thp: transparent hugepage vmstatAndrea Arcangeli1-0/+3
2011-01-14thp: memcg huge memoryAndrea Arcangeli1-5/+31
2011-01-14thp: madvise(MADV_HUGEPAGE)Andrea Arcangeli1-0/+16
2011-01-14thp: split_huge_page anon_vma ordering dependencyAndrea Arcangeli1-0/+16
2011-01-14thp: transparent hugepage coreAndrea Arcangeli1-0/+901