summaryrefslogtreecommitdiff
path: root/mm/gup.c
AgeCommit message (Expand)Author
2024-09-26mm/hugetlb: simplify refs in memfd_alloc_folioSteve Sistare
2024-09-26mm/gup: fix memfd_pin_folios alloc race panicSteve Sistare
2024-09-26mm/hugetlb: fix memfd_pin_folios free_huge_pages leakSteve Sistare
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-17mm/gup: detect huge pfnmap entries in gup-fastPeter Xu
2024-09-11mm: release number of pages of a folioKundan Kumar
2024-09-09mm: migrate_device: convert to migrate_device_coherent_folio()Kefeng Wang
2024-09-01mm: remove follow_page()David Hildenbrand
2024-09-01mm/gup: convert to arch_make_folio_accessible()David Hildenbrand
2024-09-01mm: remove foll_flags in __get_user_pagesJosef Bacik
2024-09-01mm: cleanup flags usage in faultin_pageJosef Bacik
2024-07-12mm: remove CONFIG_ARCH_HAS_HUGEPDChristophe Leroy
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy
2024-07-12mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy
2024-07-12mm/gup: introduce check_and_migrate_movable_folios()Vivek Kasireddy
2024-07-12mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton
2024-07-06mm: gup: stop abusing try_grab_folioYang Shi
2024-07-03mm: page_ref: remove folio_try_get_rcu()Yang Shi
2024-07-03mm: remove page_mkclean()Kefeng Wang
2024-07-03mm: introduce pmd|pte_needs_soft_dirty_wp helpers for softdirty write-protectBarry Song
2024-05-07mm/gup: fix hugepd handling in hugetlb reworkPeter Xu
2024-05-05gup: use folios for gup_devmapMatthew Wilcox (Oracle)
2024-05-05mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()Matthew Wilcox (Oracle)
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand
2024-04-25mm/gup: consistently name GUP-fast functionsDavid Hildenbrand
2024-04-25mm/gup: handle hugetlb in the generic follow_page_mask codePeter Xu
2024-04-25mm/gup: handle hugepd for follow_page()Peter Xu
2024-04-25mm/gup: handle huge pmd for follow_pmd_mask()Peter Xu
2024-04-25mm/gup: handle huge pud for follow_pud_mask()Peter Xu
2024-04-25mm/gup: cache *pudp in follow_pud_mask()Peter Xu
2024-04-25mm/gup: handle hugetlb for no_page_table()Peter Xu
2024-04-25mm/gup: refactor record_subpages() to find 1st small pagePeter Xu
2024-04-25mm/gup: drop gup_fast_folio_allowed() in hugepd processingPeter Xu
2024-04-25mm: merge folio_is_secretmem() and folio_fast_pin_allowed() into gup_fast_fol...David Hildenbrand
2024-04-25mm: record the migration reason for struct migration_target_controlBaolin Wang
2024-04-25mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu
2024-04-25mm/gup: merge pXd huge mapping checksPeter Xu
2024-04-25mm/gup: check p4d presence before going onPeter Xu
2024-04-25mm/gup: cache p4d in follow_p4d_mask()Peter Xu
2024-04-16mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properlyDavid Hildenbrand
2024-03-29mm: clean up populate_vma_page_range() FOLL_* flag handlingLinus Torvalds
2023-12-29mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()David Hildenbrand
2023-12-10mm/gup: fix follow_devmap_p[mu]d() on page==NULL handlingPeter Xu
2023-10-18mm/gup: make failure to pin an error if FOLL_NOWAIT not specifiedLorenzo Stoakes
2023-10-18mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCHLorenzo Stoakes
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-24secretmem: convert page_is_secretmem() to folio_is_secretmem()Matthew Wilcox (Oracle)
2023-08-21mm/gup: don't implicitly set FOLL_HONOR_NUMA_FAULTDavid Hildenbrand
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton