summaryrefslogtreecommitdiffstats
path: root/Documentation/core-api/xarray.rst
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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-071-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