summaryrefslogtreecommitdiff
path: root/mm/gup.c
Commit message (Expand)AuthorAgeFilesLines
* x86-64: make access_ok() independent of LAMLinus Torvalds2023-05-031-0/+2
* Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-281-2/+2
|\
| * mm: Introduce untagged_addr_remote()Kirill A. Shutemov2023-03-161-2/+2
* | mm/gup.c: fix typo in commentsJingyu Wang2023-03-281-1/+1
|/
* mm: change to return bool for folio_isolate_lru()Baolin Wang2023-02-201-1/+1
* mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar2023-02-131-1/+1
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2023-02-101-1/+1
|\
| * mm/gup: add folio to list when folio_isolate_lru() succeedKuan-Ying Lee2023-02-031-1/+1
* | mm/gup: make get_user_pages_fast_only() return the common return valueJason Gunthorpe2023-02-091-16/+1
* | mm/gup: remove pin_user_pages_fast_only()Jason Gunthorpe2023-02-091-33/+0
* | mm/gup: make locked never NULL in the internal GUP functionsJason Gunthorpe2023-02-091-21/+30
* | mm/gup: add FOLL_UNLOCKABLEJason Gunthorpe2023-02-091-13/+23
* | mm/gup: remove locked being NULL from faultin_vma_page_range()Jason Gunthorpe2023-02-091-6/+1
* | mm/gup: add an assertion that the mmap lock is lockedJason Gunthorpe2023-02-091-0/+2
* | mm/gup: simplify the external interface functions and consolidate invariantsJason Gunthorpe2023-02-091-78/+75
* | mm/gup: don't call __gup_longterm_locked() if FOLL_LONGTERM cannot be setJason Gunthorpe2023-02-091-6/+6
* | mm/gup: have internal functions get the mmap_read_lock()Jason Gunthorpe2023-02-091-48/+65
* | mm/gup.c: fix typo in commentsJongwoo Han2023-02-021-1/+1
* | mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)2023-02-021-4/+4
|/
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-1/+1
|\
| * mm/gup: Fix the lockless PMD accessPeter Zijlstra2022-12-151-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-151-4/+29
|\ \
| * | mm/gup: Add FOLL_INTERRUPTIBLEPeter Xu2022-11-091-4/+29
| |/
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-204/+51
|\ \
| * | mm/gup: remove FOLL_MIGRATIONDavid Hildenbrand2022-12-111-50/+5
| * | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-12-091-1/+1
| |\ \
| * | | mm/gup: disallow FOLL_FORCE|FOLL_WRITE on hugetlb mappingsDavid Hildenbrand2022-11-301-0/+3
| * | | mm/gup: reliable R/O long-term pinning in COW mappingsDavid Hildenbrand2022-11-301-5/+5
| * | | mm/gup: remove the restriction on locked with FOLL_LONGTERMJason Gunthorpe2022-11-301-82/+27
| * | | hugetlb: simplify hugetlb handling in follow_page_maskMike Kravetz2022-11-081-68/+12
| | |/ | |/|
* | | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-13/+32
|\ \ \ | |_|/ |/| |
| * | mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pagesLogan Gunthorpe2022-11-091-1/+18
| * | mm: allow multiple error returns in try_grab_page()Logan Gunthorpe2022-11-091-12/+14
| |/
* | mm/gup: fix gup_pud_range() for daxJohn Starks2022-12-091-1/+1
|/
* Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-121-1/+13
|\
| * mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang2022-10-111-1/+13
* | mm/gup: use gup_can_follow_protnone() also in GUP-fastDavid Hildenbrand2022-09-261-11/+3
* | mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand2022-09-261-10/+2
* | mm/gup: use maple tree navigation instead of linked listLiam R. Howlett2022-09-261-3/+4
* | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-09-261-6/+28
|\ \ | |/
| * mm: gup: fix the fast GUP race against THP collapseYang Shi2022-09-261-6/+28
* | mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand2022-09-111-0/+7
* | mm/gup.c: refactor check_and_migrate_movable_pages()Alistair Popple2022-09-111-68/+111
* | mm/gup.c: don't pass gup_flags to check_and_migrate_movable_pages()Alistair Popple2022-09-111-14/+9
* | mm/gup.c: simplify and fix check_and_migrate_movable_pages() return codesAlistair Popple2022-09-111-28/+32
|/
* mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand2022-08-201-22/+46
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-11/+79
|\
| * mm/gup.c: fix formatting in check_and_migrate_movable_page()Alistair Popple2022-07-291-2/+2
| * mm: gup: pass a pointer to virt_to_page()Linus Walleij2022-07-171-1/+1
| * mm/gup: migrate device coherent pages when pinning instead of failingAlistair Popple2022-07-171-7/+43