aboutsummaryrefslogtreecommitdiff
path: root/include/linux/page_ref.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-27mm: Add folio_try_get_rcu()Gravatar Matthew Wilcox (Oracle) 1-0/+66
2021-09-27mm: Add folio reference count functionsGravatar Matthew Wilcox (Oracle) 1-1/+87
2021-09-27mm: Convert get_page_unless_zero() to return boolGravatar Matthew Wilcox (Oracle) 1-2/+2
2021-06-29mm: constify page_count and page_ref_countGravatar Matthew Wilcox (Oracle) 1-2/+2
2020-09-25mm/page_ref: Convert the open coded tracepoint enabled to the new helperGravatar Steven Rostedt (VMware) 1-21/+21
2020-04-02mm: introduce page_ref_sub_return()Gravatar John Hubbard 1-0/+9
2018-04-05mm/page_ref: use atomic_set_release in page_ref_unfreezeGravatar Konstantin Khlebnikov 1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-10include/linux/page_ref.h: ensure page_ref_unfreeze is ordered against prior a...Gravatar Will Deacon 1-0/+1
2016-06-21mm/page_ref: introduce page_ref_inc_returnGravatar David Hildenbrand 1-0/+9
2016-05-19mm: rename _count, field of the struct page, to _refcountGravatar Joonsoo Kim 1-13/+13
2016-03-17mm/page_ref: add tracepoint to track down page reference manipulationGravatar Joonsoo Kim 1-5/+93
2016-03-17mm: introduce page reference manipulation functionsGravatar Joonsoo Kim 1-0/+85