linux-stable/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 Staging: unisys: Correct malformed SPDX-License-Identifier 2019-03-20 10:43:49 +01:00
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 staging: unisys: use help instead of ---help--- in Kconfig 2019-05-20 10:49:07 +02:00
MAINTAINERS
Makefile staging: add missing SPDX lines to Makefile files 2019-04-03 11:10:15 +02:00
TODO