aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* thp: avoid dumping huge zero pageKirill A. Shutemov2013-02-051-0/+4
* mm: thp: acquire the anon_vma rwsem for write during splitMel Gorman2013-01-111-2/+13
* mm: clean up transparent hugepage sysfs error messagesJeremy Eder2012-12-201-3/+3
* mm: fix kernel BUG at huge_memory.c:1474!Hugh Dickins2012-12-161-3/+3
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-9/+99
|\
| * mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar2012-12-111-3/+3
| * mm/rmap: Convert the struct anon_vma::mutex to an rwsemIngo Molnar2012-12-111-2/+2
| * mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman2012-12-111-19/+40
| * mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman2012-12-111-1/+1
| * mm: numa: split_huge_page: Transfer last_nid on tail pageHillf Danton2012-12-111-0/+1
| * mm: numa: Add pte updates, hinting and migration statsMel Gorman2012-12-111-0/+5
| * mm: numa: Add fault driven placement and migrationPeter Zijlstra2012-12-111-1/+4
| * mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman2012-12-111-2/+12
| * mm: mempolicy: Use _PAGE_NUMA to migrate pagesMel Gorman2012-12-111-3/+28
| * mm: numa: Create basic numa page hinting infrastructureMel Gorman2012-12-111-0/+22
| * mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pteAndrea Arcangeli2012-12-111-0/+2
| * mm: Check if PTE is already allocated during page faultMel Gorman2012-12-111-1/+2
* | thp: avoid race on multiple parallel page faults to the same pageKirill A. Shutemov2012-12-121-5/+24
* | thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov2012-12-121-2/+19
* | thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsKirill A. Shutemov2012-12-121-1/+4
* | thp: implement refcounting for huge zero pageKirill A. Shutemov2012-12-121-25/+88
* | thp: lazy huge zero page allocationKirill A. Shutemov2012-12-121-10/+10
* | thp: setup huge zero page on non-write page faultKirill A. Shutemov2012-12-121-0/+10
* | thp: implement splitting pmd for huge zero pageKirill A. Shutemov2012-12-121-1/+42
* | thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-121-2/+17
* | thp: change_huge_pmd(): make sure we don't try to make a page writableKirill A. Shutemov2012-12-121-0/+1
* | thp: do_huge_pmd_wp_page(): handle huge zero pageKirill A. Shutemov2012-12-121-15/+96
* | thp: copy_huge_pmd(): copy huge zero pageKirill A. Shutemov2012-12-121-0/+22
* | thp: zap_huge_pmd(): zap huge zero pmdKirill A. Shutemov2012-12-121-8/+13
* | thp: huge zero page: basic preparationKirill A. Shutemov2012-12-121-0/+30
* | mm: thp: set the accessed flag for old pages on access faultWill Deacon2012-12-111-0/+22
* | thp: cleanup: introduce mk_huge_pmd()Bob Liu2012-12-111-9/+12
* | thp: introduce hugepage_vma_check()Bob Liu2012-12-111-21/+17
* | mm: introduce mm_find_pmd()Bob Liu2012-12-111-45/+10
* | thp: clean up __collapse_huge_page_isolateBob Liu2012-12-111-27/+11
|/
* mm: huge_memory: Fix build error.Ralf Baechle2012-10-151-0/+1
* mm: thp: Use more portable PMD clearing sequenece in zap_huge_pmd().David Miller2012-10-091-2/+3
* mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller2012-10-091-3/+3
* mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes2012-10-091-1/+10
* mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg2012-10-091-6/+36
* mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.cCatalin Marinas2012-10-091-3/+3
* thp: khugepaged_prealloc_page() forgot to reset the page alloc indicatorXiao Guangrong2012-10-091-0/+1
* mm rmap: remove vma_address check for address inside vmaMichel Lespinasse2012-10-091-4/+0
* mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse2012-10-091-2/+3
* thp: make MADV_HUGEPAGE check for mm->def_flagsGerald Schaefer2012-10-091-0/+4
* thp: introduce pmdp_invalidate()Gerald Schaefer2012-10-091-2/+1
* thp: remove assumptions on pgtable_t typeGerald Schaefer2012-10-091-42/+8
* thp: remove unnecessary set_recommended_min_free_kbytesXiao Guangrong2012-10-091-5/+0
* thp: use khugepaged_enabled to remove duplicate codeXiao Guangrong2012-10-091-9/+2
* thp: remove khugepaged_loopXiao Guangrong2012-10-091-10/+4