aboutsummaryrefslogtreecommitdiff
path: root/Documentation/core-api/xarray.rst
AgeCommit message (Expand)AuthorFilesLines
2022-02-03XArray: Document the locking requirement for the xa_stateGravatar Matthew Wilcox (Oracle) 1-5/+9
2020-10-16XArray: add xas_splitGravatar Matthew Wilcox (Oracle) 1-7/+9
2020-01-17XArray: Add xa_for_each_rangeGravatar Matthew Wilcox (Oracle) 1-4/+6
2019-11-08XArray: Improve documentation of search marksGravatar Matthew Wilcox (Oracle) 1-24/+36
2019-06-26docs: remove :c:func: annotations from xarray.rstGravatar Jonathan Corbet 1-135/+135
2019-02-20XArray: Use xa_cmpxchg to implement xa_reserveGravatar Matthew Wilcox 1-1/+0
2019-02-06XArray: Add cyclic allocationGravatar Matthew Wilcox 1-1/+3
2019-02-06XArray: Add support for 1s-based allocationGravatar Matthew Wilcox 1-3/+7
2019-02-06XArray: Change xa_insert to return -EBUSYGravatar Matthew Wilcox 1-1/+1
2019-01-06XArray: Honour reserved entries in xa_insertGravatar Matthew Wilcox 1-6/+9
2018-12-06XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhGravatar Matthew Wilcox 1-1/+4
2018-11-05XArray: Fix DocumentationGravatar Matthew Wilcox 1-1/+5
2018-11-05XArray: Handle NULL pointers differently for allocationGravatar Matthew Wilcox 1-9/+19
2018-11-05XArray: Add xa_store_bh() and xa_store_irq()Gravatar Matthew Wilcox 1-1/+4
2018-11-05XArray: Regularise xa_reserveGravatar Matthew Wilcox 1-0/+13
2018-10-21xarray: Add range store functionalityGravatar Matthew Wilcox 1-0/+8
2018-10-21xarray: Track free entries in an XArrayGravatar Matthew Wilcox 1-3/+20
2018-10-21xarray: Add xa_reserve and xa_releaseGravatar Matthew Wilcox 1-0/+6
2018-10-21xarray: Add documentationGravatar Matthew Wilcox 1-0/+404