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