summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* thp: optimize away unnecessary page table lockingNaoya Horiguchi2012-03-221-66/+59Star
* mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli2012-03-061-3/+3
* mm: fix UP THP spin_is_locked BUGsHugh Dickins2012-02-091-2/+2
* memcg: fix split_huge_page_refcounts()Hugh Dickins2012-01-131-10/+0Star
* thp: improve order in lru list for split huge pageShaohua Li2012-01-131-3/+2Star
* thp: add tlb_remove_pmd_tlb_entryShaohua Li2012-01-131-1/+2
* thp: remove unnecessary tlb flush for mprotectShaohua Li2012-01-131-1/+0Star
* thp: improve the error code pathShaohua Li2012-01-131-21/+50
* memcg: make mem_cgroup_split_huge_fixup() more efficientKAMEZAWA Hiroyuki2012-01-131-1/+2
* thp: reduce khugepaged freezing latencyAndrea Arcangeli2011-12-091-12/+4Star
* mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-031-11/+26
* mm/huge_memory: fix typo when updating mmu cacheHillf Danton2011-11-011-1/+1
* mm/huge_memory: fix copying user highpageHillf Danton2011-11-011-1/+1
* mm/huge_memory.c: quiet sparse noiseH Hartley Sweeten2011-11-011-1/+4
* thp: mremap support and TLB optimizationAndrea Arcangeli2011-11-011-0/+45
* mm/huge_memory.c: minor lock simplification in __khugepaged_exitChris Wright2011-07-261-4/+2Star
* mm: remove khugepaged double thp vmstat update with CONFIG_NUMA=nAndrea Arcangeli2011-06-161-4/+1Star
* 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-151-10/+14
* mm: add VM counters for transparent hugepagesAndi Kleen2011-04-151-4/+21
* mm: use __GFP_OTHER_NODE for transparent huge pagesAndi Kleen2011-03-231-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-051-7/+17
* mm: preserve original node for transparent huge page copiesAndi Kleen2011-03-051-2/+2
* mm: change alloc_pages_vma to pass down the policy node for local policyAndi Kleen2011-03-051-1/+1
* thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli2011-02-161-19/+16Star
* memcg: fix leak of accounting at failure path of hugepage collapsingKAMEZAWA Hiroyuki2011-02-121-1/+1
* thp: fix the wrong reported address of hwpoisoned hugepagesJin Dongming2011-02-031-1/+6
* memcg: fix USED bit handling at uncharge in THPKAMEZAWA Hiroyuki2011-01-211-0/+2
* thp: keep highpte mapped until it is no longer neededJohannes Weiner2011-01-211-1/+2
* thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli2011-01-141-4/+19
* thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli2011-01-141-11/+30
* thp: fix anon memory statistics with transparent hugepagesRik van Riel2011-01-141-0/+10
* thp: disable transparent hugepages by default on small systemsRik van Riel2011-01-141-0/+8
* thp: freeze khugepaged and ksmdAndrea Arcangeli2011-01-141-2/+12
* thp: mmu_notifier_test_youngAndrea Arcangeli2011-01-141-2/+4
* thp: don't allow transparent hugepage support without PSEAndrea Arcangeli2011-01-141-0/+8
* thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli2011-01-141-2/+78
* thp: transparent hugepage config choiceAndrea Arcangeli2011-01-141-0/+5
* thp: allocate memory in khugepaged outside of mmap_sem write modeAndrea Arcangeli2011-01-141-22/+34
* thp: add numa awareness to hugepage allocationsAndrea Arcangeli2011-01-141-13/+74
* thp: enable direct defragAndrea Arcangeli2011-01-141-0/+1
* thp: set recommended min free kbytesAndrea Arcangeli2011-01-141-0/+52
* thp: mprotect: transparent huge page supportJohannes Weiner2011-01-141-0/+27
* thp: mincore transparent hugepage supportJohannes Weiner2011-01-141-0/+25
* thp: khugepagedAndrea Arcangeli2011-01-141-10/+1063
* thp: transparent hugepage vmstatAndrea Arcangeli2011-01-141-0/+3
* thp: memcg huge memoryAndrea Arcangeli2011-01-141-5/+31