summaryrefslogtreecommitdiff
path: root/mm/gup.c
AgeCommit message (Expand)Author
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-17mm: move _pincount in folio to page[2] on 32bitDavid Hildenbrand
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple
2025-03-17mm/gup: remove redundant check for PCI P2PDMA pageAlistair Popple
2025-03-16mm: remove the access_ok() call from gup_fast_fallback()David Laight
2025-03-16mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAsDavid Hildenbrand
2025-02-21fs: avoid mmap sem relocks when coredumping with many missing pagesMateusz Guzik
2025-02-01mm: gup: fix infinite loop within __get_longterm_lockedZhaoyang Huang
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb()David Hildenbrand
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-13mm/hugetlb: support FOLL_FORCE|FOLL_WRITEGuillaume Morin
2024-12-05mm/gup: handle NULL pages in unpin_user_pages()John Hubbard
2024-12-02mm/gup: Use raw_seqcount_try_begin()Peter Zijlstra
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-21Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-12mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM casesJohn Hubbard
2024-11-06gup: convert FOLL_TOUCH case in follow_page_pte() to folioMatthew Wilcox (Oracle)
2024-10-30mm/gup: stop leaking pinned pages in low memory conditionsJohn Hubbard
2024-10-28mm/gup: Add folio_add_pins()Steve Sistare
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