- 78ea29e UPSTREAM: mm/gup: remove the vma allocation from gup_longterm_locked() by Jason Gunthorpe · 4 years ago
- 2df0fb4 Merge 5.10.50 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
- 9109e15 mm/gup: fix try_grab_compound_head() race with split_huge_page() by Jann Horn · 3 years, 6 months ago
- 76002c2 Merge 5.10.38 into android12-5.10 by Greg Kroah-Hartman · 3 years, 7 months ago
- 673422b mm/gup: check for isolation errors by Pavel Tatashin · 3 years, 8 months ago
- 096c948 mm/gup: return an error on migration failure by Pavel Tatashin · 3 years, 8 months ago
- 7df511e mm/gup: check every subpage of a compound page during isolation by Pavel Tatashin · 3 years, 8 months ago
- 6e12c5b ANDROID: mm: introduce page_pinner by Minchan Kim · 3 years, 9 months ago
- cfde6c1 mm/gup: combine put_compound_head() and unpin_user_page() by Jason Gunthorpe · 4 years ago
- 5379465 mm/gup: prevent gup_fast from racing with COW during fork by Jason Gunthorpe · 4 years ago
- bcb0f64 mm/gup: reorganize internal_get_user_pages_fast() by Jason Gunthorpe · 4 years ago
- 96e1fac mm/gup: use unpin_user_pages() in __gup_longterm_locked() by Jason Gunthorpe · 4 years, 1 month ago
- 7f3bfab mm/gup: take mmap_lock in get_dump_page() by Jann Horn · 4 years, 2 months ago
- 8f942ee binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMU by Jann Horn · 4 years, 2 months ago
- 146608bb mm/gup: protect unpin_user_pages() against npages==-ERRNO by John Hubbard · 4 years, 2 months ago
- 447f3e4 mm/gup: don't permit users to call get_user_pages with FOLL_LONGTERM by Barry Song · 4 years, 2 months ago
- a4d63c3 mm: do not rely on mm == current->mm in __get_user_pages_locked by Jason A. Donenfeld · 4 years, 3 months ago
- 008cfe4 mm: Introduce mm_struct.has_pinned by Peter Xu · 4 years, 3 months ago
- d3f7b1b mm/gup: fix gup_fast with dynamic page table folding by Vasily Gorbik · 4 years, 3 months ago
- b25d1dc Merge branch 'simplify-do_wp_page' by Linus Torvalds · 4 years, 4 months ago
- a308c71 mm/gup: Remove enfornced COW mechanism by Peter Xu · 4 years, 4 months ago
- 8381979 Merge branch 'gate-page-refcount' (patches from Dave Hansen) by Linus Torvalds · 4 years, 4 months ago
- 9fa2dd9 mm: fix pin vs. gup mismatch with gate pages by Dave Hansen · 4 years, 4 months ago
- 6c35784 mm: replace hpage_nr_pages with thp_nr_pages by Matthew Wilcox (Oracle) · 4 years, 4 months ago
- 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
- a2beb5f mm: clean up the last pieces of page fault accountings by Peter Xu · 4 years, 5 months ago
- bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
- ed03d92 mm/gup: use a standard migration target allocation callback by Joonsoo Kim · 4 years, 5 months ago
- bbe8875 mm/hugetlb: make hugetlb migration callback CMA aware by Joonsoo Kim · 4 years, 5 months ago
- 41b4dc1 mm/gup: restrict CMA region by using allocation scope API by Joonsoo Kim · 4 years, 5 months ago
- 0a36f7f mm/gup.c: fix the comment of return value for populate_vma_page_range() by Tang Yizhou · 4 years, 5 months ago
- 481e980 mm: Allow arches to provide ptep_get() by Christophe Leroy · 4 years, 7 months ago
- 55ca226 mm/gup: Use huge_ptep_get() in gup_hugepte() by Christophe Leroy · 4 years, 7 months ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
- 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
- da1c55f mmap locking API: rename mmap_sem to mmap_lock by Michel Lespinasse · 4 years, 7 months ago
- 42fc541 mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked() by Michel Lespinasse · 4 years, 7 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
- 6a00564 mm/gup: documentation fix for pin_user_pages*() APIs by John Hubbard · 4 years, 7 months ago
- 420c209 mm/gup: introduce pin_user_pages_locked() by John Hubbard · 4 years, 7 months ago
- dadbb61 mm/gup.c: convert to use get_user_{page|pages}_fast_only() by Souptick Joarder · 4 years, 7 months ago
- 2d3a36a mm, mempolicy: fix up gup usage in lookup_node by Michal Hocko · 4 years, 7 months ago
- f81cd17 mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast() by John Hubbard · 4 years, 7 months ago
- 104acc3 mm/gup: introduce pin_user_pages_fast_only() by John Hubbard · 4 years, 7 months ago
- 376a34ef mm/gup: refactor and de-duplicate gup_fast() code by John Hubbard · 4 years, 7 months ago
- 9e1f058 mm/gup: move __get_user_pages_fast() down a few lines in gup.c by John Hubbard · 4 years, 7 months ago
- 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 548b6a1 mm/gup.c: further document vma_permits_fault() by Miles Chen · 4 years, 7 months ago
- 9142902 mm/gup: introduce pin_user_pages_unlocked by John Hubbard · 4 years, 7 months ago
- adc8cb4 mm/gup.c: update the documentation by Souptick Joarder · 4 years, 7 months ago
- 1783985 gup: document and work around "COW can break either way" issue by Linus Torvalds · 4 years, 7 months ago
- b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
- 475f4dfc mm/gup: fix fixup_user_fault() on multiple retries by Peter Xu · 4 years, 8 months ago
- d180870d mm, gup: return EINTR when gup is interrupted by fatal signals by Michal Hocko · 4 years, 8 months ago
- 72ef5e5 docs: fix broken references to text files by Mauro Carvalho Chehab · 4 years, 9 months ago
- ae46d2a mm/gup: Let __get_user_pages_locked() return -EINTR for fatal signal by Hillf Danton · 4 years, 9 months ago
- c7b6a56 mm/gup: Mark lock taken only after a successful retake by Peter Xu · 4 years, 9 months ago
- e4a9bc5 mm: use fallthrough; by Joe Perches · 4 years, 9 months ago
- 9de4f22 mm: code cleanup for MADV_FREE by Huang Ying · 4 years, 9 months ago
- a0137f1 mm/vma: replace all remaining open encodings with vma_is_anonymous() by Anshuman Khandual · 4 years, 9 months ago
- 3122e80 mm/vma: make vma_is_accessible() available for general use by Anshuman Khandual · 4 years, 9 months ago
- 71335f3 mm/gup: allow to react to fatal signals by Peter Xu · 4 years, 9 months ago
- 4426e94 mm/gup: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 9 months ago
- ad415db mm/gup: fix __get_user_pages() on fault retry of hugetlb by Peter Xu · 4 years, 9 months ago
- 4f6da93 mm/gup: rename "nonblocking" to "locked" where proper by Peter Xu · 4 years, 9 months ago
- df3a0a2 mm/gup: fix omission of check on FOLL_LONGTERM in gup fast path by Pingfan Liu · 4 years, 9 months ago
- 4628b06 mm/gup: rename nr as nr_pinned in get_user_pages_fast() by Pingfan Liu · 4 years, 9 months ago
- f28d436 mm/gup/writeback: add callbacks for inaccessible pages by Claudio Imbrenda · 4 years, 9 months ago
- 1970dc6 mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting by John Hubbard · 4 years, 9 months ago
- 47e29d3 mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages by John Hubbard · 4 years, 9 months ago
- 3faa52c mm/gup: track FOLL_PIN pages by John Hubbard · 4 years, 9 months ago
- 94202f1 mm/gup: require FOLL_GET for get_user_pages_fast() by John Hubbard · 4 years, 9 months ago
- 3b78d83 mm/gup: pass gup flags to two more routines by John Hubbard · 4 years, 9 months ago
- 86dfbed mm/gup: pass a flags arg to __gup_device_* functions by John Hubbard · 4 years, 9 months ago
- 22bf29b mm/gup: split get_user_pages_remote() into two routines by John Hubbard · 4 years, 9 months ago
- ff2e6d72 asm-generic/tlb: rename HAVE_RCU_TABLE_FREE by Peter Zijlstra · 5 years ago
- f1f6a7d mm, tree-wide: rename put_user_page*() to unpin_user_page*() by John Hubbard · 5 years ago
- eddb1c2 mm/gup: introduce pin_user_pages*() and FOLL_PIN by John Hubbard · 5 years ago
- f4000fd mm/gup: allow FOLL_FORCE for get_user_pages_fast() by John Hubbard · 5 years ago
- c4237f8 mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM by John Hubbard · 5 years ago
- a707cdd mm/gup: move try_get_compound_head() to top, fix minor issues by John Hubbard · 5 years ago
- a43e982 mm/gup: factor out duplicate code from four routines by John Hubbard · 5 years ago
- be9d304 mm/gup.c: use is_vm_hugetlb_page() to check whether to follow huge by Wei Yang · 5 years ago
- 15494520 mm: fix gup_pud_range by Qiujun Huang · 5 years ago
- d2dfbe4 mm/gup.c: fix comments of __get_user_pages() and get_user_pages_remote() by Liu Xiang · 5 years ago
- b96cc65 mm/gup.c: allow CMA migration to propagate errors back to caller by zhong jiang · 5 years ago
- 0cd22af mm/gup: fix a misnamed "write" argument, and a related bug by John Hubbard · 5 years ago
- f965259 mm: untag user pointers in mm/gup.c by Andrey Konovalov · 5 years ago
- bfe7b00 mm, thp: introduce FOLL_SPLIT_PMD by Song Liu · 5 years ago
- 2d15eb3 mm/gup: add make_dirty arg to put_user_pages_dirty_lock() by akpm@linux-foundation.org · 5 years ago
- d8c6546 mm: introduce compound_nr() by Matthew Wilcox (Oracle) · 5 years ago
- 1759673 mm: introduce ARCH_HAS_PTE_DEVMAP by Robin Murphy · 5 years ago
- fec88ab Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
- 790c736 mm/gup.c: mark undo_dev_pagemap as __maybe_unused by Guenter Roeck · 5 years ago
- b5d1c39 mm/gup.c: remove some BUG_ONs from get_gate_page() by Andy Lutomirski · 5 years ago
- aa71239 mm/gup: speed up check_and_migrate_cma_pages() on huge page by Pingfan Liu · 5 years ago
- 520b4a4 mm: mark the page referenced in gup_hugepte by Christoph Hellwig · 5 years ago
- 01a3691 mm: switch gup_hugepte to use try_get_compound_head by Christoph Hellwig · 5 years ago
- cbd34da mm: move the powerpc hugepd code to mm/gup.c by Christoph Hellwig · 5 years ago