summaryrefslogtreecommitdiffstats
path: root/mm/gup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'simplify-do_wp_page'Linus Torvalds2020-09-041-35/+5
|\
| * mm/gup: Remove enfornced COW mechanismPeter Xu2020-09-041-35/+5
* | Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds2020-09-031-1/+1
|\ \
| * | mm: fix pin vs. gup mismatch with gate pagesDave Hansen2020-09-031-1/+1
| |/
* | mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-1/+1
* | mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-59/+42
* | mm: clean up the last pieces of page fault accountingsPeter Xu2020-08-121-13/+0
* | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-2/+2
* | mm/gup: use a standard migration target allocation callbackJoonsoo Kim2020-08-121-48/+6
* | mm/hugetlb: make hugetlb migration callback CMA awareJoonsoo Kim2020-08-121-5/+1
* | mm/gup: restrict CMA region by using allocation scope APIJoonsoo Kim2020-08-121-9/+8
* | mm/gup.c: fix the comment of return value for populate_vma_page_range()Tang Yizhou2020-08-071-1/+2
|/
* mm: Allow arches to provide ptep_get()Christophe Leroy2020-06-201-1/+1
* mm/gup: Use huge_ptep_get() in gup_hugepte()Christophe Leroy2020-06-201-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-19/+19
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-6/+6
* mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse2020-06-091-1/+1
* mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-9/+9
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* mm/gup: documentation fix for pin_user_pages*() APIsJohn Hubbard2020-06-081-9/+0
* mm/gup: introduce pin_user_pages_locked()John Hubbard2020-06-081-0/+35
* mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder2020-06-081-13/+16
* mm, mempolicy: fix up gup usage in lookup_nodeMichal Hocko2020-06-031-0/+5
* 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