summaryrefslogtreecommitdiffstats
path: root/mm/frame_vector.c
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* mm/gup: frame_vector: convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-081-4/+3
* mm: untag user pointers in get_vaddr_framesAndrey Konovalov2019-09-251-0/+2
* mm/frame_vector.c: release a semaphore in 'get_vaddr_frames()'Christophe JAILLET2017-12-141-2/+4
* mm: fail get_vaddr_frames() for filesystem-dax mappingsDan Williams2017-11-291-0/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-4/+1
* mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-11/+2
* mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+7
* mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-1/+1
* mm: fix docbook comment for get_vaddr_frames()Jonathan Corbet2015-11-051-1/+1
* [media] mm: Provide new get_vaddr_frames() helperJan Kara2015-08-161-0/+230