summaryrefslogtreecommitdiff
path: root/mm/gup.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-02mm: folio_may_be_lru_cached() unless folio_test_large()Hugh Dickins1-2/+2
2025-10-02mm/gup: local lru_add_drain() to avoid lru_add_drain_all()Hugh Dickins1-4/+11
2025-09-25mm/gup: check ref_count instead of lru before migrationHugh Dickins1-1/+2
2025-09-25gup: optimize longterm pin_user_pages() for large folioLi Zhe1-8/+30
2025-07-06mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked"David Hildenbrand1-4/+10
2025-04-25mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()Baoquan He1-2/+2
2025-04-10mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAsDavid Hildenbrand1-0/+3
2025-02-17mm: gup: fix infinite loop within __get_longterm_lockedZhaoyang Huang1-10/+4
2024-12-14mm/gup: handle NULL pages in unpin_user_pages()John Hubbard1-1/+10
2024-11-12mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM casesJohn Hubbard1-39/+77
2024-10-31mm/gup: stop leaking pinned pages in low memory conditionsJohn Hubbard1-14/+19
2024-09-27mm/hugetlb: simplify refs in memfd_alloc_folioSteve Sistare1-3/+1
2024-09-27mm/gup: fix memfd_pin_folios alloc race panicSteve Sistare1-0/+1
2024-09-27mm/hugetlb: fix memfd_pin_folios free_huge_pages leakSteve Sistare1-1/+3
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-42/+26
2024-09-17mm/gup: detect huge pfnmap entries in gup-fastPeter Xu1-0/+6
2024-09-11mm: release number of pages of a folioKundan Kumar1-0/+13
2024-09-10mm: migrate_device: convert to migrate_device_coherent_folio()Kefeng Wang1-1/+1
2024-09-02mm: remove follow_page()David Hildenbrand1-23/+1
2024-09-02mm/gup: convert to arch_make_folio_accessible()David Hildenbrand1-3/+5
2024-09-02mm: remove foll_flags in __get_user_pagesJosef Bacik1-6/+4
2024-09-02mm: cleanup flags usage in faultin_pageJosef Bacik1-10/+10
2024-07-13mm: remove CONFIG_ARCH_HAS_HUGEPDChristophe Leroy1-189/+5
2024-07-13mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-1/+1
2024-07-13mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy1-0/+139
2024-07-13mm/gup: introduce check_and_migrate_movable_folios()Vivek Kasireddy1-47/+77
2024-07-13mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy1-0/+47
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton1-137/+154
2024-07-06mm: gup: stop abusing try_grab_folioYang Shi1-136/+153
2024-07-04mm: page_ref: remove folio_try_get_rcu()Yang Shi1-1/+1
2024-07-04mm: remove page_mkclean()Kefeng Wang1-1/+1
2024-07-04mm: introduce pmd|pte_needs_soft_dirty_wp helpers for softdirty write-protectBarry Song1-2/+2
2024-05-07mm/gup: fix hugepd handling in hugetlb reworkPeter Xu1-25/+39
2024-05-06gup: use folios for gup_devmapMatthew Wilcox (Oracle)1-9/+8
2024-05-06mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()Matthew Wilcox (Oracle)1-3/+3
2024-04-26mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand1-5/+5
2024-04-26mm/gup: consistently name GUP-fast functionsDavid Hildenbrand1-102/+103
2024-04-26mm/gup: handle hugetlb in the generic follow_page_mask codePeter Xu1-10/+5
2024-04-26mm/gup: handle hugepd for follow_page()Peter Xu1-106/+163
2024-04-26mm/gup: handle huge pmd for follow_pmd_mask()Peter Xu1-6/+98
2024-04-26mm/gup: handle huge pud for follow_pud_mask()Peter Xu1-3/+67
2024-04-26mm/gup: cache *pudp in follow_pud_mask()Peter Xu1-8/+9
2024-04-26mm/gup: handle hugetlb for no_page_table()Peter Xu1-18/+26
2024-04-26mm/gup: refactor record_subpages() to find 1st small pagePeter Xu1-11/+14
2024-04-26mm/gup: drop gup_fast_folio_allowed() in hugepd processingPeter Xu1-5/+8
2024-04-26mm: merge folio_is_secretmem() and folio_fast_pin_allowed() into gup_fast_fol...David Hildenbrand1-20/+28
2024-04-26mm: record the migration reason for struct migration_target_controlBaolin Wang1-0/+1
2024-04-26mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu1-2/+2
2024-04-26mm/gup: merge pXd huge mapping checksPeter Xu1-4/+3
2024-04-26mm/gup: check p4d presence before going onPeter Xu1-2/+2