- 5d5e582 Merge 4.19.148 into android-4.19-stable by Greg Kroah-Hartman · 4 years, 2 months ago
- ec56646 mm/thp: fix __split_huge_pmd_locked() for migration PMD by Ralph Campbell · 4 years, 2 months ago
- 4d01d462 Merge 4.19.129 into android-4.19-stable by Greg Kroah-Hartman · 4 years, 5 months ago
- 453d8a4 mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked() by Andrea Arcangeli · 4 years, 6 months ago
- ca0a95f Merge 4.19.109 into android-4.19 by Greg Kroah-Hartman · 4 years, 8 months ago
- c545184 mm: fix possible PMD dirty bit lost in set_pmd_migration_entry() by Huang Ying · 4 years, 9 months ago
- 8290fa4 Merge 4.19.108 into android-4.19 by Greg Kroah-Hartman · 4 years, 9 months ago
- 469020e mm, thp: fix defrag setting if newline is not used by David Rientjes · 4 years, 10 months ago
- e1b49dd mm/huge_memory.c: use head to check huge zero page by Wei Yang · 4 years, 10 months ago
- 8cb4870 Merge 4.19.98 into android-4.19 by Greg Kroah-Hartman · 4 years, 10 months ago
- ee342a5 mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD alignment by Kirill A. Shutemov · 4 years, 10 months ago
- 4765814 mm/huge_memory.c: make __thp_get_unmapped_area static by Bharath Vedartham · 6 years ago
- d902dae Merge 4.19.90 into android-4.19 by Greg Kroah-Hartman · 5 years ago
- c76adee mm, thp, proc: report THP eligibility for each vma by Michal Hocko · 6 years ago
- 12dc90c Merge 4.19.69 into android-4.19 by Greg Kroah-Hartman · 5 years ago
- db67ac0 mm, page_owner: handle THP splits correctly by Vlastimil Babka · 5 years ago
- 50f9143 Merge 4.19.45 into android-4.19 by Greg Kroah-Hartman · 5 years ago
- 58db381 mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addresses by Dan Williams · 6 years ago
- 3e16663 Merge 4.19.35 into android-4.19 by Greg Kroah-Hartman · 6 years ago
- 9a62d69 mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd() by Aneesh Kumar K.V · 6 years ago
- b4a56ab UPSTREAM: mm: workingset: tell cache transitions from workingset thrashing by Johannes Weiner · 6 years ago
- 161a565 mm: thp: fix flags for pmd migration when split by Peter Xu · 6 years ago
- d31ff47 mm/huge_memory: fix lockdep complaint on 32-bit i_size_read() by Hugh Dickins · 6 years ago
- 7e18656 mm/huge_memory: splitting set mapping+index before unfreeze by Hugh Dickins · 6 years ago
- 69697e6 mm/huge_memory: rename freeze_page() to unmap_page() by Hugh Dickins · 6 years ago
- eb66ae0 mremap: properly flush TLB before releasing the page by Linus Torvalds · 6 years ago
- bfba8e5 mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2 by Jérôme Glisse · 6 years ago
- e125fe4 mm, thp: fix mlocking THP page with migration enabled by Kirill A. Shutemov · 6 years ago
- 62ec0d8 mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removal by Dave Jiang · 6 years ago
- 2923b27 Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
- 2b74030 mm: Change return type int to vm_fault_t for fault handlers by Souptick Joarder · 6 years ago
- c9f4cd7 mm, huge page: copy target sub-page last when copy huge page by Huang Ying · 6 years ago
- fadae29 thp: use mm_file_counter to determine update which rss counter by Yang Shi · 6 years ago
- e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
- 05b9ba4 Merge tag 'v4.18-rc6' into for-4.19/block2 by Jens Axboe · 6 years ago
- e1f1b15 mm/huge_memory.c: fix data loss when splitting a file pmd by Hugh Dickins · 6 years ago
- 226ab56 device-dax: Convert to vmf_insert_mixed and vm_fault_t by Dan Williams · 6 years ago
- 2cf8558 memcontrol: schedule throttling if we are congested by Tejun Heo · 6 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
- fa3015b mm: use page->deferred_list by Matthew Wilcox · 6 years ago
- eeee314 Merge tag 'docs-4.18' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
- 2d077d4 mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty() by Hugh Dickins · 6 years ago
- ccf2b06 Merge tag 'v4.17-rc2' into docs-next by Jonathan Corbet · 7 years ago
- e71769a mm: enable thp migration for shmem thp by Naoya Horiguchi · 7 years ago
- 24844fd Merge branch 'mm-rst' into docs-next by Jonathan Corbet · 7 years ago
- ad56b73 docs/vm: rename documentation files to .rst by Mike Rapoport · 7 years ago
- b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
- 94723aa mm: unclutter THP migration by Michal Hocko · 7 years ago
- 2a70f6a memcg, thp: do not invoke oom killer on thp charges by Michal Hocko · 7 years ago
- 605ca5e mm/huge_memory.c: reorder operations in __split_huge_page_tail() by Konstantin Khlebnikov · 7 years ago
- 9d3c335 mm, thp: do not cause memcg oom for thp by David Rientjes · 7 years ago
- fa41b90 mm/thp: do not wait for lock_page() in deferred_split_scan() by Kirill A. Shutemov · 7 years ago
- 423ac9a mm/thp: remove pmd_huge_split_prepare() by Aneesh Kumar K.V · 7 years ago
- a3cf988 mm: use updated pmdp_invalidate() interface to track dirty/accessed bits by Kirill A. Shutemov · 7 years ago
- 9bebc09 mm/huge_memory.c: fix comment in __split_huge_pmd_locked by Yisheng Xie · 7 years ago
- f6f3732 Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths" by Linus Torvalds · 7 years ago
- a0908a1b7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- c7da82b mm: replace pmd_write with pmd_access_permitted in fault + gup paths by Dan Williams · 7 years ago
- e7fe7b5 mm: replace pud_write with pud_access_permitted in fault + gup paths by Dan Williams · 7 years ago
- f55e101 Revert "mm, thp: Do not make pmd/pud dirty without a reason" by Linus Torvalds · 7 years ago
- 152e93a mm, thp: Do not make pmd/pud dirty without a reason by Kirill A. Shutemov · 7 years ago
- a8f9736 mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() by Kirill A. Shutemov · 7 years ago
- af5b0f6 mm: consolidate page table accounting by Kirill A. Shutemov · 7 years ago
- c481290 mm: introduce wrappers to access mm->nr_ptes by Kirill A. Shutemov · 7 years ago
- 4645b9f mm/mmu_notifier: avoid call to invalidate_range() in range_end() by Jérôme Glisse · 7 years ago
- 0f10851 mm/mmu_notifier: avoid double notification when it is useless by Jérôme Glisse · 7 years ago
- 9682b3d Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
- 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
- dd8a67f mm/huge_memory.c: deposit page table when copying a PMD migration entry by Zi Yan · 7 years ago
- 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- b14d595 mm/huge_memory.c: fixup grammar in comment by Michael DeGuzis · 8 years ago
- ab6e3d0 mm: soft-dirty: keep soft-dirty bits over thp migration by Naoya Horiguchi · 7 years ago
- 84c3fc4 mm: thp: check pmd migration entry in common path by Zi Yan · 7 years ago
- 616b837 mm: thp: enable thp migration in generic path by Zi Yan · 7 years ago
- b5ff816 mm: thp: introduce separate TTU flag for thp freezing by Naoya Horiguchi · 7 years ago
- c79b57e mm: hugetlb: clear target sub-page last when clearing huge page by Huang Ying · 7 years ago
- 5980768 mm, THP, swap: support splitting THP for THP swap out by Huang Ying · 7 years ago
- ba3c4ce mm, THP, swap: make reuse_swap_page() works for THP swapped out by Huang Ying · 7 years ago
- 8aa95a2 mm/huge_memory.c: constify attribute_group structures by Arvind Yadav · 7 years ago
- 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
- 6b31d59 mm, oom: fix potential data corruption when oom_reaper races with writer by Michal Hocko · 7 years ago
- ccde85b mm, locking: Fix up flush_tlb_pending() related merge in do_huge_pmd_numa_page() by Peter Zijlstra · 7 years ago
- 040cca3 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
- a9b8025 Revert "mm: numa: defer TLB flush for THP migration as long as possible" by Nadav Amit · 7 years ago
- 8b1b436 mm, locking: Rework {set,clear,mm}_tlb_flush_pending() by Peter Zijlstra · 7 years ago
- b8f593c mm, THP, swap: check whether THP can be split firstly by Huang Ying · 7 years ago
- 38d8b4e mm, THP, swap: delay splitting THP during swap out by Huang Ying · 7 years ago
- bbf29ff thp, mm: fix crash due race in MADV_FREE handling by Kirill A. Shutemov · 7 years ago
- 3c226c6 mm: numa: avoid waiting on freed migrated pages by Mark Rutland · 7 years ago
- 3b6521f mm/huge_memory.c: deposit a pgtable for DAX PMD faults when required by Oliver O'Halloran · 8 years ago
- c14a6eb mm/huge_memory.c: use zap_deposited_table() more by Oliver O'Halloran · 8 years ago
- 666e5a4 mm: make ttu's return boolean by Minchan Kim · 8 years ago
- 802a3a9 mm: reclaim MADV_FREE pages by Shaohua Li · 8 years ago
- f7ad2a6 mm: move MADV_FREE pages into LRU_INACTIVE_FILE list by Shaohua Li · 8 years ago
- d44d363 mm: don't assume anonymous pages have SwapBacked flag by Shaohua Li · 8 years ago
- 58ceeb6 thp: fix MADV_DONTNEED vs. MADV_FREE race by Kirill A. Shutemov · 8 years ago
- ced1080 thp: fix MADV_DONTNEED vs. numa balancing race by Kirill A. Shutemov · 8 years ago
- 0a85e51d thp: reduce indentation level in change_huge_pmd() by Kirill A. Shutemov · 8 years ago
- 4fad7fb mm, thp: fix setting of defer+madvise thp defrag mode by David Rientjes · 8 years ago
- baeedc71 Merge branch 'prep-for-5level' by Linus Torvalds · 8 years ago