summaryrefslogtreecommitdiffstats
path: root/mm/gup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-141-7/+0
|\
| * mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig2019-07-021-7/+0
* | mm/gup.c: mark undo_dev_pagemap as __maybe_unusedGuenter Roeck2019-07-121-1/+2
* | mm/gup.c: remove some BUG_ONs from get_gate_page()Andy Lutomirski2019-07-121-3/+6
* | mm/gup: speed up check_and_migrate_cma_pages() on huge pagePingfan Liu2019-07-121-8/+16
* | mm: mark the page referenced in gup_hugepteChristoph Hellwig2019-07-121-0/+1
* | mm: switch gup_hugepte to use try_get_compound_headChristoph Hellwig2019-07-121-1/+2
* | mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig2019-07-121-0/+82
* | mm: validate get_user_pages_fast flagsChristoph Hellwig2019-07-121-0/+3
* | mm: consolidate the get_user_pages* implementationsChristoph Hellwig2019-07-121-5/+62
* | mm: reorder code blocks in gup.cChristoph Hellwig2019-07-121-205/+205
* | mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPChristoph Hellwig2019-07-121-2/+2
* | mm: lift the x86_32 PAE version of gup_get_pte to common codeChristoph Hellwig2019-07-121-4/+47