summaryrefslogtreecommitdiffstats
path: root/include/linux/page_ref.h
Commit message (Expand)AuthorAgeFilesLines
* mm/page_ref: use atomic_set_release in page_ref_unfreezeKonstantin Khlebnikov2018-04-051-2/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* include/linux/page_ref.h: ensure page_ref_unfreeze is ordered against prior a...Will Deacon2017-07-101-0/+1
* mm/page_ref: introduce page_ref_inc_returnDavid Hildenbrand2016-06-211-0/+9
* mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-191-13/+13
* mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim2016-03-171-5/+93
* mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-0/+85