Age | Commit message (Expand) | Author | Files | Lines |
2022-10-03 | mm/shmem: add flag to enforce shmem THP in hugepage_vma_check() | Zach O'Keefe | 1 | -1/+1 |
2022-10-03 | mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twice | Liu Shixin | 1 | -1/+1 |
2022-10-03 | mm: convert page_get_anon_vma() to folio_get_anon_vma() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-10-03 | huge_memory: convert unmap_page() to unmap_folio() | Matthew Wilcox (Oracle) | 1 | -7/+6 |
2022-10-03 | huge_memory: convert split_huge_page_to_list() to use a folio | Matthew Wilcox (Oracle) | 1 | -25/+24 |
2022-10-03 | huge_memory: convert do_huge_pmd_wp_page() to use a folio | Matthew Wilcox (Oracle) | 1 | -16/+19 |
2022-09-26 | mm/gup: replace FOLL_NUMA by gup_can_follow_protnone() | David Hildenbrand | 1 | -1/+1 |
2022-09-26 | mm: fix the handling Non-LRU pages returned by follow_page | Haiyue Wang | 1 | -1/+1 |
2022-09-26 | mm/khugepaged: stop using vma linked list | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2022-09-26 | mm/demotion: update node_is_toptier to work with memory tiers | Aneesh Kumar K.V | 1 | -0/+1 |
2022-09-26 | mm: multi-gen LRU: groundwork | Yu Zhao | 1 | -1/+2 |
2022-09-26 | mm: remember young/dirty bit for page migrations | Peter Xu | 1 | -2/+16 |
2022-09-26 | mm/thp: carry over dirty bit when thp splits on pmd | Peter Xu | 1 | -2/+7 |
2022-09-26 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 1 | -4/+2 |
2022-09-26 | mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all() | Naoya Horiguchi | 1 | -4/+2 |
2022-09-11 | mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast | David Hildenbrand | 1 | -0/+3 |
2022-09-11 | mm: release private data before split THP | Yin Fengwei | 1 | -2/+12 |
2022-09-11 | mm: thp: remove redundant pgtable check in set_huge_zero_page() | Qi Zheng | 1 | -2/+1 |
2022-09-11 | memory tiering: hot page selection with hint page fault latency | Huang Ying | 1 | -3/+14 |
2022-09-11 | mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage | Zach O'Keefe | 1 | -16/+2 |
2022-09-11 | mm/thp: add flag to enforce sysfs THP in hugepage_vma_check() | Zach O'Keefe | 1 | -8/+6 |
2022-08-20 | mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW | David Hildenbrand | 1 | -21/+43 |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -69/+117 |
2022-07-17 | mm/huge_memory: use helper macro IS_ERR_OR_NULL in split_huge_pages_pid | Miaohe Lin | 1 | -3/+1 |
2022-07-17 | mm/huge_memory: comment the subtly logic in __split_huge_pmd | Miaohe Lin | 1 | -0/+4 |
2022-07-17 | mm/huge_memory: correct comment of prep_transhuge_page | Miaohe Lin | 1 | -1/+1 |
2022-07-17 | mm/huge_memory: minor cleanup for split_huge_pages_all | Miaohe Lin | 1 | -1/+6 |
2022-07-17 | mm/huge_memory: try to free subpage in swapcache when possible | Miaohe Lin | 1 | -1/+1 |
2022-07-17 | mm/huge_memory: fix comment in zap_huge_pud | Miaohe Lin | 1 | -6/+1 |
2022-07-17 | mm/huge_memory: use helper macro __ATTR_RW | Miaohe Lin | 1 | -6/+4 |
2022-07-17 | mm/huge_memory: use helper function vma_lookup in split_huge_pages_pid | Miaohe Lin | 1 | -2/+2 |
2022-07-17 | mm/huge_memory: rename mmun_start to haddr in remove_migration_pmd | Miaohe Lin | 1 | -3/+3 |
2022-07-17 | mm/huge_memory: use helper touch_pmd in huge_pmd_set_accessed | Miaohe Lin | 1 | -15/+7 |
2022-07-17 | mm/huge_memory: use helper touch_pud in huge_pud_set_accessed | Miaohe Lin | 1 | -13/+5 |
2022-07-17 | mm/huge_memory: fix comment of __pud_trans_huge_lock | Miaohe Lin | 1 | -3/+3 |
2022-07-17 | mm/huge_memory: access vm_page_prot with READ_ONCE in remove_migration_pmd | Miaohe Lin | 1 | -1/+1 |
2022-07-17 | mm/huge_memory: use flush_pmd_tlb_range in move_huge_pmd | Miaohe Lin | 1 | -1/+1 |
2022-07-17 | mm: khugepaged: reorg some khugepaged helpers | Yang Shi | 1 | -2/+2 |
2022-07-17 | mm: thp: kill __transhuge_page_enabled() | Yang Shi | 1 | -11/+40 |
2022-07-17 | mm: thp: kill transparent_hugepage_active() | Yang Shi | 1 | -9/+44 |
2022-07-17 | mm: thp: consolidate vma size check to transhuge_vma_suitable | Yang Shi | 1 | -1/+1 |
2022-07-17 | mm: handling Non-LRU pages returned by vm_normal_pages | Alex Sierra | 1 | -1/+1 |
2022-07-03 | mm: shrinkers: provide shrinkers with names | Roman Gushchin | 1 | -2/+2 |
2022-06-29 | mm: Account dirty folios properly during splits | Matthew Wilcox (Oracle) | 1 | -3/+8 |
2022-06-27 | docs: rename Documentation/vm to Documentation/mm | Mike Rapoport | 1 | -1/+1 |
2022-06-23 | mm: Clear page->private when splitting or migrating a page | Matthew Wilcox (Oracle) | 1 | -0/+1 |
2022-06-09 | mm/huge_memory: Fix xarray node memory leak | Matthew Wilcox (Oracle) | 1 | -2/+1 |
2022-05-26 | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -54/+123 |
2022-05-19 | mm: khugepaged: make khugepaged_enter() void function | Yang Shi | 1 | -2/+2 |
2022-05-19 | mm: thp: only regular file could be THP eligible | Yang Shi | 1 | -9/+2 |