summaryrefslogtreecommitdiffstats
path: root/Documentation/core-api/xarray.rst
Commit message (Expand)AuthorAgeFilesLines
* XArray: add xas_splitMatthew Wilcox (Oracle)2020-10-161-7/+9
* XArray: Add xa_for_each_rangeMatthew Wilcox (Oracle)2020-01-171-4/+6
* XArray: Improve documentation of search marksMatthew Wilcox (Oracle)2019-11-081-24/+36
* docs: remove :c:func: annotations from xarray.rstJonathan Corbet2019-06-261-135/+135
* XArray: Use xa_cmpxchg to implement xa_reserveMatthew Wilcox2019-02-201-1/+0
* XArray: Add cyclic allocationMatthew Wilcox2019-02-061-1/+3
* XArray: Add support for 1s-based allocationMatthew Wilcox2019-02-061-3/+7
* XArray: Change xa_insert to return -EBUSYMatthew Wilcox2019-02-061-1/+1
* XArray: Honour reserved entries in xa_insertMatthew Wilcox2019-01-061-6/+9
* XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhMatthew Wilcox2018-12-061-1/+4
* XArray: Fix DocumentationMatthew Wilcox2018-11-051-1/+5
* XArray: Handle NULL pointers differently for allocationMatthew Wilcox2018-11-051-9/+19
* XArray: Add xa_store_bh() and xa_store_irq()Matthew Wilcox2018-11-051-1/+4
* XArray: Regularise xa_reserveMatthew Wilcox2018-11-051-0/+13
* xarray: Add range store functionalityMatthew Wilcox2018-10-211-0/+8
* xarray: Track free entries in an XArrayMatthew Wilcox2018-10-211-3/+20
* xarray: Add xa_reserve and xa_releaseMatthew Wilcox2018-10-211-0/+6
* xarray: Add documentationMatthew Wilcox2018-10-211-0/+404