| Commit message (Expand) | Author | Age | Files | Lines |
* | userfaultfd: wp: support swap and page migration | Peter Xu | 2020-04-07 | 1 | -0/+3 |
* | userfaultfd: wp: drop _PAGE_UFFD_WP properly when fork | Peter Xu | 2020-04-07 | 1 | -0/+8 |
* | userfaultfd: wp: apply _PAGE_UFFD_WP bit | Peter Xu | 2020-04-07 | 1 | -1/+17 |
* | mm: merge parameters for change_protection() | Peter Xu | 2020-04-07 | 1 | -1/+2 |
* | mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE | Matthew Wilcox (Oracle) | 2020-04-07 | 1 | -1/+1 |
* | mm, thp: track fallbacks due to failed memcg charges separately | David Rientjes | 2020-04-07 | 1 | -0/+2 |
* | Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2020-04-04 | 1 | -9/+35 |
|\ |
|
| * | mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entries | Thomas Hellstrom (VMware) | 2020-03-24 | 1 | -6/+32 |
| * | mm: Introduce vma_is_special_huge | Thomas Hellstrom (VMware) | 2020-03-24 | 1 | -3/+3 |
* | | mm/gup: track FOLL_PIN pages | John Hubbard | 2020-04-02 | 1 | -6/+23 |
|/ |
|
* | mm: fix possible PMD dirty bit lost in set_pmd_migration_entry() | Huang Ying | 2020-03-06 | 1 | -2/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-01-31 | 1 | -26/+18 |
|\ |
|
| * | mm, thp: fix defrag setting if newline is not used | David Rientjes | 2020-01-31 | 1 | -16/+8 |
| * | mm/huge_memory.c: reduce critical section protected by split_queue_lock | Wei Yang | 2020-01-31 | 1 | -1/+1 |
| * | mm/huge_memory.c: use head to emphasize the purpose of page | Wei Yang | 2020-01-31 | 1 | -8/+8 |
| * | mm/huge_memory.c: use head to check huge zero page | Wei Yang | 2020-01-31 | 1 | -1/+1 |
* | | Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2020-01-31 | 1 | -0/+11 |
|\ \
| |/
|/| |
|
| * | mm: thp: KVM: Explicitly check for THP when populating secondary MMU | Sean Christopherson | 2020-01-27 | 1 | -0/+11 |
* | | mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD align... | Kirill A. Shutemov | 2020-01-13 | 1 | -14/+24 |
|/ |
|
* | mm/huge_memory.c: split_huge_pages_fops should be defined with DEFINE_DEBUGFS... | zhong jiang | 2019-12-01 | 1 | -1/+1 |
* | mm/thp: fix node page state in split_huge_page_to_list() | Kirill A. Shutemov | 2019-10-19 | 1 | -2/+7 |
* | Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes) | Linus Torvalds | 2019-09-28 | 1 | -31/+20 |
|\ |
|
| * | Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge... | David Rientjes | 2019-09-28 | 1 | -14/+13 |
| * | Revert "Revert "mm, thp: restore node-local hugepage allocations"" | David Rientjes | 2019-09-28 | 1 | -26/+16 |
* | | mm: thp: make deferred split shrinker memcg aware | Yang Shi | 2019-09-24 | 1 | -9/+53 |
* | | mm: thp: extract split_queue_* into a struct | Yang Shi | 2019-09-24 | 1 | -20/+25 |
* | | mm: page cache: store only head pages in i_pages | Matthew Wilcox (Oracle) | 2019-09-24 | 1 | -2/+20 |
|/ |
|
* | mm, page_owner: handle THP splits correctly | Vlastimil Babka | 2019-08-24 | 1 | -0/+4 |
* | Revert "mm, thp: restore node-local hugepage allocations" | Andrea Arcangeli | 2019-08-13 | 1 | -16/+26 |
* | Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir... | Andrea Arcangeli | 2019-08-13 | 1 | -13/+14 |
* | mm: thp: fix false negative of shmem vma's THP eligibility | Yang Shi | 2019-07-18 | 1 | -2/+7 |
* | mm: thp: make transhuge_vma_suitable available for anonymous THP | Yang Shi | 2019-07-18 | 1 | -1/+1 |
* | Revert "mm: page cache: store only head pages in i_pages" | Linus Torvalds | 2019-07-05 | 1 | -3/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 | Thomas Gleixner | 2019-06-19 | 1 | -3/+1 |
* | mm/huge_memory.c: make __thp_get_unmapped_area static | Bharath Vedartham | 2019-05-14 | 1 | -1/+1 |
* | mm/mmu_notifier: use correct mmu_notifier events for each invalidation | Jérôme Glisse | 2019-05-14 | 1 | -8/+6 |
* | mm/mmu_notifier: contextual information for event triggering invalidation | Jérôme Glisse | 2019-05-14 | 1 | -4/+8 |
* | mm: page cache: store only head pages in i_pages | Matthew Wilcox | 2019-05-14 | 1 | -0/+3 |
* | mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre... | Dan Williams | 2019-05-14 | 1 | -6/+10 |
* | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-05-06 | 1 | -2/+2 |
|\ |
|
| * | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE | Peter Zijlstra | 2019-04-03 | 1 | -2/+2 |
* | | mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd() | Aneesh Kumar K.V | 2019-04-05 | 1 | -0/+36 |
|/ |
|
* | mm/huge_memory.c: fix "orig_pud" set but not used | Qian Cai | 2019-03-05 | 1 | -3/+1 |
* | mm: remove zone_lru_lock() function, access ->lru_lock directly | Andrey Ryabinin | 2019-03-05 | 1 | -5/+5 |
* | mm: memcontrol: expose THP events on a per-memcg basis | Chris Down | 2019-03-05 | 1 | -0/+2 |
* | mm: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-03-05 | 1 | -6/+2 |
* | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 2019-03-05 | 1 | -6/+7 |
* | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 2019-01-04 | 1 | -4/+4 |
* | mm, thp, proc: report THP eligibility for each vma | Michal Hocko | 2018-12-28 | 1 | -1/+11 |
* | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse | 2018-12-28 | 1 | -29/+25 |