aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_xarray.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-14XArray tests: Check mark 2 gets squashedMatthew Wilcox1-3/+3
2019-01-06XArray: Honour reserved entries in xa_insertMatthew Wilcox1-3/+5
2019-01-06XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox1-0/+30
2019-01-06XArray: Change xa_for_each iteratorMatthew Wilcox1-6/+5
2019-01-06XArray tests: Add RCU lockingMatthew Wilcox1-0/+2
2018-12-13XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox1-0/+33
2018-12-06XArray tests: Check iterating over multiorder entriesMatthew Wilcox1-0/+31
2018-12-06XArray tests: Handle larger indices more elegantlyMatthew Wilcox1-43/+48
2018-11-19XArray tests: Add missing lockingMatthew Wilcox1-0/+10
2018-11-16XArray tests: Correct some 64-bit assumptionsMatthew Wilcox1-2/+2
2018-11-05XArray: Regularise xa_reserveMatthew Wilcox1-0/+6
2018-11-05XArray: Fix xa_for_each with a single element at 0Matthew Wilcox1-1/+29
2018-10-21xarray: Add range store functionalityMatthew Wilcox1-0/+34
2018-10-21xarray: Move multiorder_check to in-kernel testsMatthew Wilcox1-0/+44
2018-10-21xarray: Move multiorder_shrink to kernel testsMatthew Wilcox1-0/+37
2018-10-21xarray: Move multiorder account test in-kernelMatthew Wilcox1-0/+32
2018-10-21radix tree: Remove radix_tree_clear_tagsMatthew Wilcox1-0/+40
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox1-0/+56
2018-10-21mm: Convert workingset to XArrayMatthew Wilcox1-0/+65
2018-10-21xarray: Track free entries in an XArrayMatthew Wilcox1-0/+61
2018-10-21xarray: Add xa_reserve and xa_releaseMatthew Wilcox1-0/+40
2018-10-21xarray: Add xas_create_rangeMatthew Wilcox1-0/+119
2018-10-21xarray: Add xas_for_each_conflictMatthew Wilcox1-0/+68
2018-10-21xarray: Step through an XArrayMatthew Wilcox1-0/+115
2018-10-21xarray: Destroy an XArrayMatthew Wilcox1-0/+34
2018-10-21xarray: Add XArray iteratorsMatthew Wilcox1-0/+183
2018-10-21xarray: Add XArray conditional store operationsMatthew Wilcox1-0/+20
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox1-4/+173
2018-10-21xarray: Add XArray marksMatthew Wilcox1-0/+34
2018-10-21xarray: Add XArray load operationMatthew Wilcox1-0/+87