Age | Commit message (Expand) | Author |
2018-12-28 | mm, thp, proc: report THP eligibility for each vma | Michal Hocko |
2018-10-26 | mm/gup: cache dev_pagemap while pinning pages | Keith Busch |
2018-10-18 | mremap: properly flush TLB before releasing the page | Linus Torvalds |
2018-08-25 | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/... | Linus Torvalds |
2018-08-23 | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder |
2018-07-20 | device-dax: Convert to vmf_insert_mixed and vm_fault_t | Dan Williams |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland |
2017-09-08 | mm: thp: check pmd migration entry in common path | Zi Yan |
2017-09-08 | mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATION | Naoya Horiguchi |
2017-07-10 | mm: always enable thp for dax mappings | Dan Williams |
2017-07-10 | mm: improve readability of transparent_hugepage_enabled() | Dan Williams |
2017-07-10 | mm: make PR_SET_THP_DISABLE immediately active | Michal Hocko |
2017-07-06 | mm, THP, swap: check whether THP can be split firstly | Huang Ying |
2017-02-24 | mm, x86: add support for PUD-sized transparent hugepages | Matthew Wilcox |
2017-02-22 | mm, thp: add new defer+madvise defrag option | David Rientjes |
2016-12-14 | mm: join struct fault_env and vm_fault | Jan Kara |
2016-12-12 | mm, thp: avoid unlikely branches for split_huge_pmd | David Rientjes |
2016-11-17 | mremap: fix race between mremap() and page cleanning | Aaron Lu |
2016-10-07 | thp: reduce usage of huge zero page's atomic counter | Aaron Lu |
2016-10-07 | thp, dax: add thp_get_unmapped_area for pmd mappings | Toshi Kani |
2016-07-28 | mm, THP: clean up return value of madvise_free_huge_pmd | Huang Ying |
2016-07-26 | thp: extract khugepaged from mm/huge_memory.c | Kirill A. Shutemov |
2016-07-26 | shmem: add huge pages support | Kirill A. Shutemov |
2016-07-26 | shmem: prepare huge= mount option and sysfs knob | Kirill A. Shutemov |
2016-07-26 | mm: introduce do_set_pmd() | Kirill A. Shutemov |
2016-07-26 | mm: introduce fault_env | Kirill A. Shutemov |
2016-07-15 | mm: thp: move pmd check inside ptl for freeze_page() | Naoya Horiguchi |
2016-05-19 | huge mm: move_huge_pmd does not need new_vma | Hugh Dickins |
2016-04-28 | thp: keep huge zero page pinned until tlb flush | Kirill A. Shutemov |
2016-04-01 | include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock() | Chen Gang |
2016-03-19 | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2016-03-17 | thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers | Kirill A. Shutemov |
2016-03-17 | rmap: extend try_to_unmap() to be usable by split_huge_page() | Kirill A. Shutemov |
2016-03-17 | mm: thp: set THP defrag by default to madvise and add a stall-free defrag option | Mel Gorman |
2016-03-03 | mm: Some arch may want to use HPAGE_PMD related values as variables | Kirill A. Shutemov |
2016-01-21 | thp: change pmd_trans_huge_lock() interface to return ptl | Kirill A. Shutemov |
2016-01-15 | mm, x86: get_user_pages() for dax mappings | Dan Williams |
2016-01-15 | mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd | Dan Williams |
2016-01-15 | mm, dax: convert vmf_insert_pfn_pmd() to pfn_t | Dan Williams |
2016-01-15 | mm/huge_memory.c: don't split THP page when MADV_FREE syscall is called | Minchan Kim |
2016-01-15 | mm: prepare page_referenced() and page_idle to new THP refcounting | Kirill A. Shutemov |
2016-01-15 | thp: introduce deferred_split_huge_page() | Kirill A. Shutemov |
2016-01-15 | thp: reintroduce split_huge_page() | Kirill A. Shutemov |
2016-01-15 | thp: implement split_huge_pmd() | Kirill A. Shutemov |
2016-01-15 | mm, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov |
2016-01-15 | thp: drop all split_huge_page()-related code | Kirill A. Shutemov |
2016-01-15 | thp: rename split_huge_page_pmd() to split_huge_pmd() | Kirill A. Shutemov |
2015-09-08 | dax: don't use set_huge_zero_page() | Kirill A. Shutemov |