summaryrefslogtreecommitdiffstats
path: root/mm/gup.c
Commit message (Expand)AuthorAgeFilesLines
* mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast()John Hubbard2020-06-031-0/+3
* mm/gup: introduce pin_user_pages_fast_only()John Hubbard2020-06-031-0/+36
* mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard2020-06-031-41/+42
* mm/gup: move __get_user_pages_fast() down a few lines in gup.cJohn Hubbard2020-06-031-66/+66
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-19/+58
|\
| * mm/gup.c: further document vma_permits_fault()Miles Chen2020-06-021-1/+2
| * mm/gup: introduce pin_user_pages_unlockedJohn Hubbard2020-06-021-0/+17
| * mm/gup.c: update the documentationSouptick Joarder2020-06-021-18/+39
* | gup: document and work around "COW can break either way" issueLinus Torvalds2020-06-021-6/+38
* | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-011-6/+6
|\ \ | |/ |/|
| * docs: fix broken references to text filesMauro Carvalho Chehab2020-04-201-6/+6
* | mm/gup: fix fixup_user_fault() on multiple retriesPeter Xu2020-05-141-5/+7
* | mm, gup: return EINTR when gup is interrupted by fatal signalsMichal Hocko2020-04-211-1/+1
|/
* mm/gup: Let __get_user_pages_locked() return -EINTR for fatal signalHillf Danton2020-04-081-1/+4
* mm/gup: Mark lock taken only after a successful retakePeter Xu2020-04-071-1/+1
* mm: use fallthrough;Joe Perches2020-04-071-1/+1
* mm: code cleanup for MADV_FREEHuang Ying2020-04-071-1/+1
* mm/vma: replace all remaining open encodings with vma_is_anonymous()Anshuman Khandual2020-04-071-1/+2
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* mm/gup: allow to react to fatal signalsPeter Xu2020-04-021-3/+9
* mm/gup: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-6/+21
* mm/gup: fix __get_user_pages() on fault retry of hugetlbPeter Xu2020-04-021-0/+10
* mm/gup: rename "nonblocking" to "locked" where properPeter Xu2020-04-021-23/+21
* mm/gup: fix omission of check on FOLL_LONGTERM in gup fast pathPingfan Liu2020-04-021-0/+8
* mm/gup: rename nr as nr_pinned in get_user_pages_fast()Pingfan Liu2020-04-021-13/+13
* mm/gup/writeback: add callbacks for inaccessible pagesClaudio Imbrenda2020-04-021-3/+27
* mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reportingJohn Hubbard2020-04-021-0/+13
* mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard2020-04-021-8/+70
* mm/gup: track FOLL_PIN pagesJohn Hubbard2020-04-021-62/+250
* mm/gup: require FOLL_GET for get_user_pages_fast()John Hubbard2020-04-021-2/+17
* mm/gup: pass gup flags to two more routinesJohn Hubbard2020-04-021-9/+10
* mm/gup: pass a flags arg to __gup_device_* functionsJohn Hubbard2020-04-021-10/+18
* mm/gup: split get_user_pages_remote() into two routinesJohn Hubbard2020-04-021-23/+33
* asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra2020-02-041-1/+1
* mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-16/+16
* mm/gup: introduce pin_user_pages*() and FOLL_PINJohn Hubbard2020-01-311-21/+143
* mm/gup: allow FOLL_FORCE for get_user_pages_fast()John Hubbard2020-01-311-1/+2
* mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERMJohn Hubbard2020-01-311-82/+92
* mm/gup: move try_get_compound_head() to top, fix minor issuesJohn Hubbard2020-01-311-14/+15
* mm/gup: factor out duplicate code from four routinesJohn Hubbard2020-01-311-55/+40
* mm/gup.c: use is_vm_hugetlb_page() to check whether to follow hugeWei Yang2020-01-311-2/+2
* mm: fix gup_pud_rangeQiujun Huang2020-01-311-1/+1
* mm/gup.c: fix comments of __get_user_pages() and get_user_pages_remote()Liu Xiang2019-12-011-10/+22
* mm/gup.c: allow CMA migration to propagate errors back to callerzhong jiang2019-12-011-3/+5
* mm/gup: fix a misnamed "write" argument, and a related bugJohn Hubbard2019-10-191-6/+8
* mm: untag user pointers in mm/gup.cAndrey Konovalov2019-09-251-0/+4
* mm, thp: introduce FOLL_SPLIT_PMDSong Liu2019-09-241-2/+6
* mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org2019-09-241-65/+50
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-1/+1
* mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy2019-07-161-1/+1