Age | Commit message (Expand) | Author |
2023-06-19 | mm: ptep_get() conversion | Ryan Roberts |
2023-06-19 | mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails | Hugh Dickins |
2023-06-09 | mm: convert migrate_pages() to work on folios | Matthew Wilcox (Oracle) |
2023-05-02 | mm/mempolicy: correctly update prev when policy is equal on mbind | Lorenzo Stoakes |
2023-04-16 | mm/mempolicy: fix use-after-free of VMA iterator | Liam R. Howlett |
2023-02-20 | mm: hugetlb: change to return bool for isolate_hugetlb() | Baolin Wang |
2023-02-20 | mm: change to return bool for folio_isolate_lru() | Baolin Wang |
2023-02-13 | mm/mempolicy: convert migrate_page_add() to migrate_folio_add() | Vishal Moola (Oracle) |
2023-02-13 | mm/mempolicy: convert queue_pages_required() to queue_folio_required() | Vishal Moola (Oracle) |
2023-02-13 | mm/mempolicy: convert queue_pages_hugetlb() to queue_folios_hugetlb() | Vishal Moola (Oracle) |
2023-02-13 | mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range() | Vishal Moola (Oracle) |
2023-02-13 | mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd() | Vishal Moola (Oracle) |
2023-02-13 | mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio() | Sidhartha Kumar |
2023-02-13 | mm/hugetlb: convert isolate_hugetlb to folios | Sidhartha Kumar |
2023-02-09 | mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator | Liam R. Howlett |
2023-02-09 | mempolicy: convert to vma iterator | Liam R. Howlett |
2023-01-31 | Sync mm-stable with mm-hotfixes-stable to pick up dependent patches | Andrew Morton |
2023-01-31 | migrate: hugetlb: check for hugetlb shared PMD in node migration | Mike Kravetz |
2023-01-18 | mm/uffd: detect pgtable allocation failures | Peter Xu |
2023-01-18 | mm/mprotect: use long for page accountings and retval | Peter Xu |
2023-01-18 | mm/mprotect: drop pgprot_t parameter from change_protection() | David Hildenbrand |
2023-01-18 | mm/mempolicy: do not duplicate policy if it is not applicable for set_mempoli... | Michal Hocko |
2022-12-21 | mm/mempolicy: fix memory leak in set_mempolicy_home_node system call | Mathieu Desnoyers |
2022-10-20 | mm/mempolicy: fix mbind_range() arguments to vma_merge() | Liam Howlett |
2022-10-03 | mm/mempolicy: use PAGE_ALIGN instead of open-coding it | ze zuo |
2022-09-26 | mm/mempolicy: use vma iterator & maple state instead of vma linked list | Liam R. Howlett |
2022-09-11 | mm/hugetlb: add dedicated func to get 'allowed' nodemask for current process | Feng Tang |
2022-09-11 | mm/mempolicy: fix lock contention on mems_allowed | Abel Wu |
2022-07-29 | mm/mempolicy: remove unneeded out label | Miaohe Lin |
2022-07-17 | mm: handling Non-LRU pages returned by vm_normal_pages | Alex Sierra |
2022-07-03 | mm/mempolicy: fix get_nodes out of bound access | Tianyu Li |
2022-07-03 | mm/migration: return errno when isolate_huge_page failed | Miaohe Lin |
2022-05-19 | mm/mempolicy: fix uninit-value in mpol_rebind_policy() | Wang Cheng |
2022-05-13 | mm: remove alloc_pages_vma() | Matthew Wilcox (Oracle) |
2022-05-13 | mm/mprotect: use mmu_gather | Nadav Amit |
2022-04-28 | mm/mempolicy: clean up the code logic in queue_pages_pte_range | Miaohe Lin |
2022-04-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-04-08 | mm/mempolicy: fix mpol_new leak in shared_policy_replace | Miaohe Lin |
2022-04-08 | mm: migrate: use thp_order instead of HPAGE_PMD_ORDER for new page allocation. | Zi Yan |
2022-04-07 | mm/mempolicy: Use vma_alloc_folio() in new_page() | Matthew Wilcox (Oracle) |
2022-04-07 | mm: Add vma_alloc_folio() | Matthew Wilcox (Oracle) |
2022-03-22 | mempolicy: mbind_range() set_policy() after vma_merge() | Hugh Dickins |
2022-03-22 | mm: change lookup_node() to use get_user_pages_fast() | John Hubbard |
2022-03-05 | mm: refactor vm_area_struct::anon_vma_name usage code | Suren Baghdasaryan |
2022-01-15 | mm/mempolicy: fix all kernel-doc warnings | Randy Dunlap |
2022-01-15 | mm/mempolicy: add set_mempolicy_home_node syscall | Aneesh Kumar K.V |
2022-01-15 | mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANY | Aneesh Kumar K.V |
2022-01-15 | mm: drop node from alloc_pages_vma | Michal Hocko |
2022-01-15 | mm: add a field to store names for private anonymous memory | Colin Cross |
2021-12-25 | mm: mempolicy: fix THP allocations escaping mempolicy restrictions | Andrey Ryabinin |