| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: thp: optimize compound_trans_huge | Andrea Arcangeli | 2014-01-21 | 1 | -0/+23 |
* | mm, thp: move ptl taking inside page_check_address_pmd() | Kirill A. Shutemov | 2013-11-15 | 1 | -1/+2 |
* | mm, thp: change pmd_trans_huge_lock() to return taken lock | Kirill A. Shutemov | 2013-11-15 | 1 | -7/+7 |
* | thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page() | Kirill A. Shutemov | 2013-09-12 | 1 | -3/+0 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2013-07-04 | 1 | -3/+3 |
|\ |
|
| * | mm/thp: define HPAGE_PMD_* constants as BUILD_BUG() if !THP | Kirill A. Shutemov | 2013-06-26 | 1 | -1/+5 |
| * | mm/THP: don't use HPAGE_SHIFT in transparent hugepage code | Aneesh Kumar K.V | 2013-06-20 | 1 | -7/+3 |
* | | mm: thp: Correct the HPAGE_PMD_ORDER check. | Steve Capper | 2013-06-14 | 1 | -1/+1 |
|/ |
|
* | mm: thp: add split tail pages to shrink page list in page reclaim | Shaohua Li | 2013-04-29 | 1 | -1/+10 |
* | mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() | Konstantin Khlebnikov | 2013-02-23 | 1 | -1/+1 |
* | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-12-16 | 1 | -2/+14 |
|\ |
|
| * | mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable | Ingo Molnar | 2012-12-11 | 1 | -1/+1 |
| * | mm: mempolicy: Implement change_prot_numa() in terms of change_protection() | Mel Gorman | 2012-12-11 | 1 | -1/+2 |
| * | mm: mempolicy: Use _PAGE_NUMA to migrate pages | Mel Gorman | 2012-12-11 | 1 | -4/+5 |
| * | mm: numa: Create basic numa page hinting infrastructure | Mel Gorman | 2012-12-11 | 1 | -0/+10 |
* | | thp: introduce sysfs knob to disable huge zero page | Kirill A. Shutemov | 2012-12-12 | 1 | -0/+4 |
* | | thp: change split_huge_page_pmd() interface | Kirill A. Shutemov | 2012-12-12 | 1 | -4/+10 |
* | | mm: thp: set the accessed flag for old pages on access fault | Will Deacon | 2012-12-11 | 1 | -0/+4 |
|/ |
|
* | mm, thp: fix mapped pages avoiding unevictable list on mlock | David Rientjes | 2012-10-09 | 1 | -1/+1 |
* | thp: remove assumptions on pgtable_t type | Gerald Schaefer | 2012-10-09 | 1 | -1/+0 |
* | mm: move is_vma_temporary_stack() declaration to huge_mm.h | Alex Shi | 2012-05-29 | 1 | -0/+2 |
* | thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGE | Naoya Horiguchi | 2012-03-21 | 1 | -5/+6 |
* | thp: optimize away unnecessary page table locking | Naoya Horiguchi | 2012-03-21 | 1 | -0/+17 |
* | thp: add tlb_remove_pmd_tlb_entry | Shaohua Li | 2012-01-12 | 1 | -1/+1 |
* | thp: mremap support and TLB optimization | Andrea Arcangeli | 2011-10-31 | 1 | -0/+5 |
* | mm: convert anon_vma->lock to a mutex | Peter Zijlstra | 2011-05-25 | 1 | -6/+2 |
* | mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanups | Andrea Arcangeli | 2011-04-28 | 1 | -1/+1 |
* | thp: prevent hugepages during args/env copying into the user stack | Andrea Arcangeli | 2011-02-15 | 1 | -1/+2 |
* | thp: add compound_trans_head() helper | Andrea Arcangeli | 2011-01-13 | 1 | -0/+18 |
* | thp: khugepaged: make khugepaged aware about madvise | Andrea Arcangeli | 2011-01-13 | 1 | -2/+4 |
* | thp: madvise(MADV_NOHUGEPAGE) | Andrea Arcangeli | 2011-01-13 | 1 | -6/+8 |
* | thp: fix anon memory statistics with transparent hugepages | Rik van Riel | 2011-01-13 | 1 | -0/+8 |
* | thp: avoid breaking huge pmd invariants in case of vma_adjust failures | Andrea Arcangeli | 2011-01-13 | 1 | -0/+19 |
* | thp: mprotect: transparent huge page support | Johannes Weiner | 2011-01-13 | 1 | -0/+2 |
* | thp: mincore transparent hugepage support | Johannes Weiner | 2011-01-13 | 1 | -0/+3 |
* | thp: khugepaged | Andrea Arcangeli | 2011-01-13 | 1 | -0/+1 |
* | thp: madvise(MADV_HUGEPAGE) | Andrea Arcangeli | 2011-01-13 | 1 | -0/+6 |
* | thp: transparent hugepage core | Andrea Arcangeli | 2011-01-13 | 1 | -0/+118 |