WSL2-Linux-Kernel/drivers/staging/unisys
Fabio M. De Francesco 6d400d7cee staging: unisys: visorhba: Convert module from IDR to XArray
Converted visorhba from IDR to XArray. The abstract data type XArray is
more memory-efficient, parallelizable, and cache friendly. It takes
advantage of RCU to perform lookups without locking. Furthermore, IDR is
deprecated because XArray has a better (cleaner and more consistent)
API.

Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Fabio M. De Francesco <fmdefrancesco@gmail.com>
Link: https://lore.kernel.org/r/20210514081112.19542-1-fmdefrancesco@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-06-15 13:55:11 +02:00
..
Documentation staging: unisys: Documentation: Correct a long line in doc 2020-03-19 15:09:09 +01:00
include
visorhba staging: unisys: visorhba: Convert module from IDR to XArray 2021-06-15 13:55:11 +02:00
visorinput staging: unisys: visorinput: remove redundant assignment of variable led 2021-05-14 13:55:45 +02:00
visornic staging: unisys: visornic: Fix repeated words in comments 2021-03-10 09:25:33 +01:00
Kconfig
MAINTAINERS
Makefile
TODO