- 1f40c49 Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
- dee4107 /dev/dax, core: file operations and dax-mmap by Dan Williams · 8 years ago
- f050897 mm, thp: khugepaged should scan when sleep value is written by David Rientjes · 8 years ago
- d5ee7c3 mm: thp: split_huge_pmd_address() comment improvement by Andrea Arcangeli · 8 years ago
- 340a43b mm: thp: simplify the implementation of mk_huge_pmd() by Yang Shi · 8 years ago
- bf8616d huge mm: move_huge_pmd does not need new_vma by Hugh Dickins · 8 years ago
- 0139aa7 mm: rename _count, field of the struct page, to _refcount by Joonsoo Kim · 8 years ago
- 6d0a07e mm: thp: calculate the mapcount correctly for THP pages during WP faults by Andrea Arcangeli · 9 years ago
- 145bdaa mm: thp: correct split_huge_pages file permission by Yang Shi · 9 years ago
- 3486b85 mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check by Konstantin Khlebnikov · 9 years ago
- aa88b68 thp: keep huge zero page pinned until tlb flush by Kirill A. Shutemov · 9 years ago
- 0fda278 thp: fix typo in khugepaged_scan_pmd() by Kirill A. Shutemov · 9 years ago
- d5e2d00 Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
- 5f73771 thp: fix deadlock in split_huge_pmd() by Kirill A. Shutemov · 9 years ago
- fec89c1 thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers by Kirill A. Shutemov · 9 years ago
- 2a52bcb rmap: extend try_to_unmap() to be usable by split_huge_page() by Kirill A. Shutemov · 9 years ago
- 756a025f0 mm: coalesce split strings by Joe Perches · 9 years ago
- fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 9 years ago
- 444eb2a4 mm: thp: set THP defrag by default to madvise and add a stall-free defrag option by Mel Gorman · 9 years ago
- f9719a0 thp, vmstats: count deferred split events by Kirill A. Shutemov · 9 years ago
- 8df651c thp: cleanup split_huge_page() by Kirill A. Shutemov · 9 years ago
- ff20c2e mm: Some arch may want to use HPAGE_PMD related values as variables by Kirill A. Shutemov · 9 years ago
- 2527083 Merge tag 'powerpc-4.5-4' into next by Michael Ellerman · 9 years ago
- 2ac015e thp: call pmdp_invalidate() with correct virtual address by Kirill A. Shutemov · 9 years ago
- e6a1c1e Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
- 69a8ec2 thp, dax: do not try to withdraw pgtable from non-anon VMA by Kirill A. Shutemov · 9 years ago
- c777e2a powerpc/mm: Fix Multi hit ERAT cause by recent THP update by Aneesh Kumar K.V · 9 years ago
- ae02620 thp: make deferred_split_scan() work again by Kirill A. Shutemov · 9 years ago
- 12c9d70 mm: fix memory leak in copy_huge_pmd() by Matthew Wilcox · 9 years ago
- e3ae195 thp: limit number of object to scan on deferred_split_scan() by Kirill A. Shutemov · 9 years ago
- cb8d68e thp: change deferred_split_count() to return number of THP in queue by Kirill A. Shutemov · 9 years ago
- a3d0a918 thp: make split_queue per-node by Kirill A. Shutemov · 9 years ago
- 16fd0fe mm: fix kernel crash in khugepaged thread by yalin wang · 9 years ago
- b6ec57f thp: change pmd_trans_huge_lock() interface to return ptl by Kirill A. Shutemov · 9 years ago
- 0b9b6ff thp: fix interrupt unsafe locking in split_huge_page() by Kirill A. Shutemov · 9 years ago
- 629d9d1 mm: avoid uninitialized variable in tracepoint by Arnd Bergmann · 9 years ago
- 25eedab vm: fix incorrect unlock error path in madvise_free_huge_pmd by Linus Torvalds · 9 years ago
- 3565fce mm, x86: get_user_pages() for dax mappings by Dan Williams · 9 years ago
- 5c7fb56 mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd by Dan Williams · 9 years ago
- f25748e3 mm, dax: convert vmf_insert_pfn_pmd() to pfn_t by Dan Williams · 9 years ago
- 01871e5 mm, dax: fix livelock, allow dax pmd mappings to become writeable by Ross Zwisler · 9 years ago
- bd56086 thp: fix split_huge_page() after mremap() of THP by Kirill A. Shutemov · 9 years ago
- b8d3c4c mm/huge_memory.c: don't split THP page when MADV_FREE syscall is called by Minchan Kim · 9 years ago
- d965432 thp: increase split_huge_page() success rate by Kirill A. Shutemov · 9 years ago
- 49071d4 thp: add debugfs handle to split all huge pages by Kirill A. Shutemov · 9 years ago
- b20ce5e mm: prepare page_referenced() and page_idle to new THP refcounting by Kirill A. Shutemov · 9 years ago
- e90309c thp: allow mlocked THP again by Kirill A. Shutemov · 9 years ago
- 9a98225 thp: introduce deferred_split_huge_page() by Kirill A. Shutemov · 9 years ago
- e9b61f1 thp: reintroduce split_huge_page() by Kirill A. Shutemov · 9 years ago
- ba98828 thp: add option to setup migration entries during PMD split by Kirill A. Shutemov · 9 years ago
- eef1b3b thp: implement split_huge_pmd() by Kirill A. Shutemov · 9 years ago
- 53f9263 mm: rework mapcount accounting to enable 4k mapping of THPs by Kirill A. Shutemov · 9 years ago
- 4b471e8 mm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
- ddc58f2 mm: drop tail page refcounting by Kirill A. Shutemov · 9 years ago
- ad0bed2 thp: drop all split_huge_page()-related code by Kirill A. Shutemov · 9 years ago
- 122afea mm, vmstats: new THP splitting event by Kirill A. Shutemov · 9 years ago
- 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 9 years ago
- b1caa95 khugepaged: ignore pmd tables with THP mapped with ptes by Kirill A. Shutemov · 9 years ago
- 7479df6 thp, mlock: do not allow huge pages in mlocked area by Kirill A. Shutemov · 9 years ago
- 1f25fe2 mm, thp: adjust conditions when we can reuse the page on WP fault by Kirill A. Shutemov · 9 years ago
- f627c2f memcg: adjust to support new THP refcounting by Kirill A. Shutemov · 9 years ago
- d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 9 years ago
- 1c290f6 mm: sanitize page->mapping for tail pages by Kirill A. Shutemov · 9 years ago
- 7d2eba0 mm: add tracepoint for scanning pages by Ebru Akagunduz · 9 years ago
- 1a76361 mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390 by Jason J. Herne · 9 years ago
- ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
- 1d798ca mm: make compound_head() robust by Kirill A. Shutemov · 9 years ago
- d6669d6 thp: remove unused vma parameter from khugepaged_alloc_page by Aaron Tomlin · 9 years ago
- 974a786 mm, page_alloc: remove MIGRATE_RESERVE by Mel Gorman · 9 years ago
- 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
- de60f5f mm: introduce VM_LOCKONFAULT by Eric B Munson · 9 years ago
- 2c2b828 Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
- 47aee4d thp: use is_zero_pfn() only after pte_present() check by Minchan Kim · 9 years ago
- 12ebc15 mm,thp: introduce flush_pmd_tlb_range by Vineet Gupta · 10 years ago
- 18e8e5c mm: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
- 33c3fc7 mm: introduce idle page tracking by Vladimir Davydov · 9 years ago
- bde43c6 mm/khugepaged: allow interruption of allocation sleep again by Petr Mladek · 9 years ago
- 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
- 2c0b80d mm: make set_recommended_min_free_kbytes() return void by Nicholas Krause · 9 years ago
- d295e34 dax: don't use set_huge_zero_page() by Kirill A. Shutemov · 9 years ago
- da14676 thp: fix zap_huge_pmd() for DAX by Kirill A. Shutemov · 9 years ago
- 5b701b8 thp: decrement refcount on huge zero page if it is split by Kirill A. Shutemov · 9 years ago
- ae18d6d thp: change insert_pfn's return type to void by Matthew Wilcox · 9 years ago
- 5cad465 mm: add vmf_insert_pfn_pmd() by Matthew Wilcox · 9 years ago
- fc43704 mm: export various functions for the benefit of DAX by Matthew Wilcox · 9 years ago
- 4897c76 thp: prepare for DAX huge pages by Matthew Wilcox · 9 years ago
- 7c41416 dax: revert userfaultfd change by Andrew Morton · 9 years ago
- e1b9996 thp: vma_adjust_trans_huge(): adjust file-backed VMA too by Kirill A. Shutemov · 9 years ago
- 230c92a userfaultfd: propagate the full address in THP faults by Andrea Arcangeli · 9 years ago
- c1294d0 userfaultfd: prevent khugepaged to merge if userfaultfd is armed by Andrea Arcangeli · 9 years ago
- 6b251fc userfaultfd: call handle_userfault() for userfaultfd_missing() faults by Andrea Arcangeli · 9 years ago
- f4c18e6 mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_* by Naoya Horiguchi · 9 years ago
- 8809aa2 mm: clarify that the function operates on hugepage pte by Aneesh Kumar K.V · 9 years ago
- 15a25b2 mm/thp: split out pmd collapse flush into separate functions by Aneesh Kumar K.V · 9 years ago
- cd09241 thp: cleanup how khugepaged enters freezer by Jiri Kosina · 9 years ago
- 79553da thp: cleanup khugepaged startup by Kirill A. Shutemov · 10 years ago
- ae7efa5 thp: do not adjust zone water marks if khugepaged is not started by Kirill A. Shutemov · 10 years ago
- 65ebb64 thp: handle errors in hugepage_init() properly by Kirill A. Shutemov · 10 years ago
- 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 10 years ago