summaryrefslogtreecommitdiffstats
path: root/lib/xarray.c
Commit message (Expand)AuthorAgeFilesLines
* XArray: Fix xa_reserve for 2-byte aligned entriesMatthew Wilcox2019-02-211-3/+5
* XArray: Fix xa_erase of 2-byte aligned entriesMatthew Wilcox2019-02-211-1/+1
* XArray: Use xa_cmpxchg to implement xa_reserveMatthew Wilcox2019-02-201-36/+0
* XArray: Fix xa_release in allocating arraysMatthew Wilcox2019-02-201-5/+1
* XArray: Add cyclic allocationMatthew Wilcox2019-02-061-0/+50
* XArray: Redesign xa_alloc APIMatthew Wilcox2019-02-061-15/+14
* XArray: Add support for 1s-based allocationMatthew Wilcox2019-02-061-0/+11
* XArray: Change xa_insert to return -EBUSYMatthew Wilcox2019-02-061-2/+2
* XArray: Update xa_erase family descriptionsMatthew Wilcox2019-02-041-9/+8
* XArray: Honour reserved entries in xa_insertMatthew Wilcox2019-01-061-0/+41
* XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox2019-01-061-9/+13
* XArray: Turn xa_init_flags into a static inlineMatthew Wilcox2019-01-061-29/+0
* XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox2018-12-131-5/+3
* XArray: Correct xa_store_rangeMatthew Wilcox2018-11-161-2/+3
* XArray: Fix DocumentationMatthew Wilcox2018-11-051-5/+5
* XArray: Handle NULL pointers differently for allocationMatthew Wilcox2018-11-051-3/+10
* XArray: Unify xa_store and __xa_storeMatthew Wilcox2018-11-051-33/+25
* XArray: Turn xa_erase into an exported functionMatthew Wilcox2018-11-051-0/+24
* XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox2018-11-051-41/+0
* XArray: Regularise xa_reserveMatthew Wilcox2018-11-051-11/+7
* XArray: Export __xa_foo to non-GPL modulesMatthew Wilcox2018-11-051-3/+3
* XArray: Fix xa_for_each with a single element at 0Matthew Wilcox2018-11-051-0/+2
* xarray: Add range store functionalityMatthew Wilcox2018-10-211-2/+95
* xarray: Track free entries in an XArrayMatthew Wilcox2018-10-211-4/+84
* xarray: Add xa_reserve and xa_releaseMatthew Wilcox2018-10-211-0/+47
* xarray: Add xas_create_rangeMatthew Wilcox2018-10-211-0/+50
* xarray: Add xas_for_each_conflictMatthew Wilcox2018-10-211-0/+61
* xarray: Step through an XArrayMatthew Wilcox2018-10-211-0/+74
* xarray: Destroy an XArrayMatthew Wilcox2018-10-211-0/+28
* xarray: Extract entries from an XArrayMatthew Wilcox2018-10-211-0/+80
* xarray: Add XArray iteratorsMatthew Wilcox2018-10-211-0/+292
* xarray: Add XArray conditional store operationsMatthew Wilcox2018-10-211-0/+71
* xarray: Add XArray unconditional store operationsMatthew Wilcox2018-10-211-0/+693
* xarray: Add XArray marksMatthew Wilcox2018-10-211-2/+230
* xarray: Add XArray load operationMatthew Wilcox2018-10-211-0/+195
* xarray: Add definition of struct xarrayMatthew Wilcox2018-10-211-0/+44