summaryrefslogtreecommitdiff
path: root/mm/gup.c
AgeCommit message (Expand)Author
2025-09-21mm/gup: fix handling of errors from arch_make_folio_accessible() in follow_pa...David Hildenbrand
2025-09-21mm/gup: remove dead pgmap refcounting codeAlistair Popple
2025-09-21mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()David Hildenbrand
2025-09-21mm/gup: remove record_subpages()David Hildenbrand
2025-09-21mm/gup: drop nth_page() usage within folio when recording subpagesDavid Hildenbrand
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton
2025-09-13mm: add folio_is_pci_p2pdma()Matthew Wilcox (Oracle)
2025-09-13mm: convert core mm to mm_flags_*() accessorsLorenzo Stoakes
2025-09-13mm: folio_may_be_lru_cached() unless folio_test_large()Hugh Dickins
2025-09-13mm/gup: local lru_add_drain() to avoid lru_add_drain_all()Hugh Dickins
2025-09-13mm/gup: check ref_count instead of lru before migrationHugh Dickins
2025-07-13mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand
2025-07-09mm/gup: remove pXX_devmap usage from get_user_pages()Alistair Popple
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes
2025-07-09gup: optimize longterm pin_user_pages() for large folioLi Zhe
2025-07-09mm/gup: remove (VM_)BUG_ONsDavid Hildenbrand
2025-06-19mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked"David Hildenbrand
2025-05-31mm/gup: update comment explaining why gup_fast() disables IRQsJann Horn
2025-05-13mm: remove obsolete pgd_offset_gate()Feng Lee
2025-05-12mm/gup: remove page_folio() in memfd_pin_folios()Vishal Moola (Oracle)
2025-05-12mm/gup: remove unnecessary check in memfd_pin_folios()Vishal Moola (Oracle)
2025-05-12mm: move folio_index to mm/swap.h and remove no longer needed helperKairui Song
2025-05-11mm/gup: clean up codes in fault_in_xxx() functionsBaoquan He
2025-05-11mm/gup: remove gup_fast_pgd_leaf() and clean up the relevant codesBaoquan He
2025-05-11mm/gup: remove unneeded checking in follow_page_pte()Baoquan He
2025-04-17mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()Baoquan He
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