summaryrefslogtreecommitdiffstats
path: root/mm/gup.c
AgeCommit message (Expand)Author
2020-05-14mm/gup: fix fixup_user_fault() on multiple retriesPeter Xu
2020-04-21mm, gup: return EINTR when gup is interrupted by fatal signalsMichal Hocko
2020-04-08mm/gup: Let __get_user_pages_locked() return -EINTR for fatal signalHillf Danton
2020-04-07mm/gup: Mark lock taken only after a successful retakePeter Xu
2020-04-07mm: use fallthrough;Joe Perches
2020-04-07mm: code cleanup for MADV_FREEHuang Ying
2020-04-07mm/vma: replace all remaining open encodings with vma_is_anonymous()Anshuman Khandual
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
2020-04-02mm/gup: allow to react to fatal signalsPeter Xu
2020-04-02mm/gup: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm/gup: fix __get_user_pages() on fault retry of hugetlbPeter Xu
2020-04-02mm/gup: rename "nonblocking" to "locked" where properPeter Xu
2020-04-02mm/gup: fix omission of check on FOLL_LONGTERM in gup fast pathPingfan Liu
2020-04-02mm/gup: rename nr as nr_pinned in get_user_pages_fast()Pingfan Liu
2020-04-02mm/gup/writeback: add callbacks for inaccessible pagesClaudio Imbrenda
2020-04-02mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reportingJohn Hubbard
2020-04-02mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard
2020-04-02mm/gup: track FOLL_PIN pagesJohn Hubbard
2020-04-02mm/gup: require FOLL_GET for get_user_pages_fast()John Hubbard
2020-04-02mm/gup: pass gup flags to two more routinesJohn Hubbard
2020-04-02mm/gup: pass a flags arg to __gup_device_* functionsJohn Hubbard
2020-04-02mm/gup: split get_user_pages_remote() into two routinesJohn Hubbard
2020-02-04asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard
2020-01-31mm/gup: introduce pin_user_pages*() and FOLL_PINJohn Hubbard
2020-01-31mm/gup: allow FOLL_FORCE for get_user_pages_fast()John Hubbard
2020-01-31mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERMJohn Hubbard
2020-01-31mm/gup: move try_get_compound_head() to top, fix minor issuesJohn Hubbard
2020-01-31mm/gup: factor out duplicate code from four routinesJohn Hubbard
2020-01-31mm/gup.c: use is_vm_hugetlb_page() to check whether to follow hugeWei Yang
2020-01-31mm: fix gup_pud_rangeQiujun Huang
2019-12-01mm/gup.c: fix comments of __get_user_pages() and get_user_pages_remote()Liu Xiang
2019-12-01mm/gup.c: allow CMA migration to propagate errors back to callerzhong jiang
2019-10-19mm/gup: fix a misnamed "write" argument, and a related bugJohn Hubbard
2019-09-25mm: untag user pointers in mm/gup.cAndrey Konovalov
2019-09-24mm, thp: introduce FOLL_SPLIT_PMDSong Liu
2019-09-24mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-07-16mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-07-12mm/gup.c: mark undo_dev_pagemap as __maybe_unusedGuenter Roeck
2019-07-12mm/gup.c: remove some BUG_ONs from get_gate_page()Andy Lutomirski
2019-07-12mm/gup: speed up check_and_migrate_cma_pages() on huge pagePingfan Liu
2019-07-12mm: mark the page referenced in gup_hugepteChristoph Hellwig
2019-07-12mm: switch gup_hugepte to use try_get_compound_headChristoph Hellwig
2019-07-12mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig
2019-07-12mm: validate get_user_pages_fast flagsChristoph Hellwig
2019-07-12mm: consolidate the get_user_pages* implementationsChristoph Hellwig
2019-07-12mm: reorder code blocks in gup.cChristoph Hellwig
2019-07-12mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPChristoph Hellwig