summaryrefslogtreecommitdiff
path: root/mm/gup.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-22mm/gup: fix handling of errors from arch_make_folio_accessible() in follow_pa...David Hildenbrand1-6/+3
2025-09-22mm/gup: remove dead pgmap refcounting codeAlistair Popple1-41/+26
2025-09-22mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()David Hildenbrand1-1/+7
2025-09-22mm/gup: remove record_subpages()David Hildenbrand1-17/+10
2025-09-22mm/gup: drop nth_page() usage within folio when recording subpagesDavid Hildenbrand1-4/+3
2025-09-22Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton1-3/+11
2025-09-14mm: add folio_is_pci_p2pdma()Matthew Wilcox (Oracle)1-1/+1
2025-09-14mm: convert core mm to mm_flags_*() accessorsLorenzo Stoakes1-5/+5
2025-09-13mm: folio_may_be_lru_cached() unless folio_test_large()Hugh Dickins1-2/+2
2025-09-13mm/gup: local lru_add_drain() to avoid lru_add_drain_all()Hugh Dickins1-4/+11
2025-09-13mm/gup: check ref_count instead of lru before migrationHugh Dickins1-1/+2
2025-07-14mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand1-2/+2
2025-07-10mm/gup: remove pXX_devmap usage from get_user_pages()Alistair Popple1-155/+5
2025-07-10mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-1/+1
2025-07-10gup: optimize longterm pin_user_pages() for large folioLi Zhe1-8/+30
2025-07-10mm/gup: remove (VM_)BUG_ONsDavid Hildenbrand1-22/+19
2025-06-20mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked"David Hildenbrand1-4/+10
2025-06-01mm/gup: update comment explaining why gup_fast() disables IRQsJann Horn1-1/+1
2025-05-14mm: remove obsolete pgd_offset_gate()Feng Lee1-4/+1
2025-05-13mm/gup: remove page_folio() in memfd_pin_folios()Vishal Moola (Oracle)1-1/+1
2025-05-13mm/gup: remove unnecessary check in memfd_pin_folios()Vishal Moola (Oracle)1-14/+1
2025-05-13mm: move folio_index to mm/swap.h and remove no longer needed helperKairui Song1-0/+1
2025-05-12mm/gup: clean up codes in fault_in_xxx() functionsBaoquan He1-38/+24
2025-05-12mm/gup: remove gup_fast_pgd_leaf() and clean up the relevant codesBaoquan He1-46/+3
2025-05-12mm/gup: remove unneeded checking in follow_page_pte()Baoquan He1-6/+5
2025-04-18mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()Baoquan He1-2/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-18/+11
2025-03-18mm: move _pincount in folio to page[2] on 32bitDavid Hildenbrand1-4/+4
2025-03-18fs/dax: properly refcount fs dax pagesAlistair Popple1-6/+3
2025-03-18mm/gup: remove redundant check for PCI P2PDMA pageAlistair Popple1-5/+0
2025-03-17mm: remove the access_ok() call from gup_fast_fallback()David Laight1-3/+1
2025-03-17mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAsDavid Hildenbrand1-0/+3
2025-02-21fs: avoid mmap sem relocks when coredumping with many missing pagesMateusz Guzik1-3/+3
2025-02-01mm: gup: fix infinite loop within __get_longterm_lockedZhaoyang Huang1-10/+4
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-48/+45
2025-01-26mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb()David Hildenbrand1-1/+1
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2025-01-14mm/hugetlb: support FOLL_FORCE|FOLL_WRITEGuillaume Morin1-47/+44
2024-12-06mm/gup: handle NULL pages in unpin_user_pages()John Hubbard1-1/+10
2024-12-02mm/gup: Use raw_seqcount_try_begin()Peter Zijlstra1-2/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2024-11-21Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+24
2024-11-12mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM casesJohn Hubbard1-39/+77
2024-11-07gup: convert FOLL_TOUCH case in follow_page_pte() to folioMatthew Wilcox (Oracle)1-4/+4
2024-10-31mm/gup: stop leaking pinned pages in low memory conditionsJohn Hubbard1-14/+19
2024-10-28mm/gup: Add folio_add_pins()Steve Sistare1-0/+24
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