Age | Commit message (Expand) | Author | Files | Lines |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -1/+1 |
2017-09-09 | mm: thp: check pmd migration entry in common path | Zi Yan | 1 | -2/+12 |
2017-09-09 | mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATION | Naoya Horiguchi | 1 | -0/+10 |
2017-07-11 | mm: always enable thp for dax mappings | Dan Williams | 1 | -0/+5 |
2017-07-11 | mm: improve readability of transparent_hugepage_enabled() | Dan Williams | 1 | -12/+29 |
2017-07-11 | mm: make PR_SET_THP_DISABLE immediately active | Michal Hocko | 1 | -0/+1 |
2017-07-07 | mm, THP, swap: check whether THP can be split firstly | Huang Ying | 1 | -0/+7 |
2017-02-25 | mm, x86: add support for PUD-sized transparent hugepages | Matthew Wilcox | 1 | -5/+78 |
2017-02-23 | mm, thp: add new defer+madvise defrag option | David Rientjes | 1 | -0/+1 |
2016-12-15 | mm: join struct fault_env and vm_fault | Jan Kara | 1 | -5/+5 |
2016-12-13 | mm, thp: avoid unlikely branches for split_huge_pmd | David Rientjes | 1 | -0/+2 |
2016-11-17 | mremap: fix race between mremap() and page cleanning | Aaron Lu | 1 | -1/+1 |
2016-10-08 | thp: reduce usage of huge zero page's atomic counter | Aaron Lu | 1 | -4/+4 |
2016-10-08 | thp, dax: add thp_get_unmapped_area for pmd mappings | Toshi Kani | 1 | -0/+7 |
2016-07-29 | mm, THP: clean up return value of madvise_free_huge_pmd | Huang Ying | 1 | -1/+1 |
2016-07-27 | thp: extract khugepaged from mm/huge_memory.c | Kirill A. Shutemov | 1 | -0/+10 |
2016-07-27 | shmem: add huge pages support | Kirill A. Shutemov | 1 | -0/+2 |
2016-07-27 | shmem: prepare huge= mount option and sysfs knob | Kirill A. Shutemov | 1 | -0/+2 |
2016-07-27 | mm: introduce do_set_pmd() | Kirill A. Shutemov | 1 | -0/+2 |
2016-07-27 | mm: introduce fault_env | Kirill A. Shutemov | 1 | -15/+5 |
2016-07-15 | mm: thp: move pmd check inside ptl for freeze_page() | Naoya Horiguchi | 1 | -2/+2 |
2016-05-20 | huge mm: move_huge_pmd does not need new_vma | Hugh Dickins | 1 | -3/+1 |
2016-04-29 | thp: keep huge zero page pinned until tlb flush | Kirill A. Shutemov | 1 | -0/+5 |
2016-04-02 | include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock() | Chen Gang | 1 | -1/+1 |
2016-03-20 | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -3/+0 |
2016-03-18 | thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers | Kirill A. Shutemov | 1 | -4/+6 |
2016-03-18 | rmap: extend try_to_unmap() to be usable by split_huge_page() | Kirill A. Shutemov | 1 | -0/+7 |
2016-03-18 | mm: thp: set THP defrag by default to madvise and add a stall-free defrag option | Mel Gorman | 1 | -7/+2 |
2016-03-03 | mm: Some arch may want to use HPAGE_PMD related values as variables | Kirill A. Shutemov | 1 | -3/+0 |
2016-01-22 | thp: change pmd_trans_huge_lock() interface to return ptl | Kirill A. Shutemov | 1 | -8/+8 |
2016-01-16 | mm, x86: get_user_pages() for dax mappings | Dan Williams | 1 | -1/+9 |
2016-01-16 | mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd | Dan Williams | 1 | -2/+3 |
2016-01-16 | mm, dax: convert vmf_insert_pfn_pmd() to pfn_t | Dan Williams | 1 | -1/+1 |
2016-01-16 | mm/huge_memory.c: don't split THP page when MADV_FREE syscall is called | Minchan Kim | 1 | -0/+3 |
2016-01-16 | mm: prepare page_referenced() and page_idle to new THP refcounting | Kirill A. Shutemov | 1 | -5/+0 |
2016-01-16 | thp: introduce deferred_split_huge_page() | Kirill A. Shutemov | 1 | -0/+5 |
2016-01-16 | thp: reintroduce split_huge_page() | Kirill A. Shutemov | 1 | -2/+5 |
2016-01-16 | thp: implement split_huge_pmd() | Kirill A. Shutemov | 1 | -1/+10 |
2016-01-16 | mm, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 1 | -15/+6 |
2016-01-16 | thp: drop all split_huge_page()-related code | Kirill A. Shutemov | 1 | -22/+6 |
2016-01-16 | thp: rename split_huge_page_pmd() to split_huge_pmd() | Kirill A. Shutemov | 1 | -6/+2 |
2015-09-09 | dax: don't use set_huge_zero_page() | Kirill A. Shutemov | 1 | -3/+0 |
2015-09-09 | mm: add vmf_insert_pfn_pmd() | Matthew Wilcox | 1 | -0/+2 |
2015-09-09 | mm: export various functions for the benefit of DAX | Matthew Wilcox | 1 | -0/+10 |
2015-09-09 | thp: vma_adjust_trans_huge(): adjust file-backed VMA too | Kirill A. Shutemov | 1 | -10/+1 |
2015-02-12 | mm:add KPF_ZERO_PAGE flag for /proc/kpageflags | Wang, Yalin | 1 | -0/+12 |
2014-10-10 | mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA | Sasha Levin | 1 | -1/+1 |
2014-08-07 | mm: make copy_pte_range static again | Jerome Marchand | 1 | -4/+0 |