summaryrefslogtreecommitdiffstats
path: root/include/linux/page_ref.h
Commit message (Expand)AuthorAgeFilesLines
* mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes2023-01-111-1/+1
* mm: Add folio_try_get_rcu()Matthew Wilcox (Oracle)2021-09-271-0/+66
* mm: Add folio reference count functionsMatthew Wilcox (Oracle)2021-09-271-1/+87
* mm: Convert get_page_unless_zero() to return boolMatthew Wilcox (Oracle)2021-09-271-2/+2
* mm: constify page_count and page_ref_countMatthew Wilcox (Oracle)2021-06-291-2/+2
* mm/page_ref: Convert the open coded tracepoint enabled to the new helperSteven Rostedt (VMware)2020-09-251-21/+21
* mm: introduce page_ref_sub_return()John Hubbard2020-04-021-0/+9
* 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