Vladimir Kondratyev
|
307f78f3ed
|
LinuxKPI: Constantly use _LINUXKPI_ prefix in include guards
MFC after: 1 week
Reviewed by: bz, emaste, hselasky, manu
Differential Revision: https://reviews.freebsd.org/D33562
|
2022-01-10 22:49:38 +03:00 |
|
Vladimir Kondratyev
|
e705066cd8
|
LinuxKPI: Add support for XA_FLAGS_ALLOC1 xarray flag
XA_FLAGS_ALLOC1 causes allocation of xarray entries starting at 1
Required by drm-kmod 5.7
MFC after: 1 week
Reviewed by: hselasky, manu
Differential Revision: https://reviews.freebsd.org/D33293
|
2022-01-10 22:49:37 +03:00 |
|
Vladimir Kondratyev
|
b59ffedae8
|
LinuxKPI: Add helper functions to store integers to linux/xarray.h
Required by drm-kmod.
Reviewed by: hselasky
MFC after: 2 weeks
Differential revision: https://reviews.freebsd.org/D32091
|
2021-09-29 23:14:23 +03:00 |
|
Hans Petter Selasky
|
ab79c9061c
|
Implement xa_init() in the LinuxKPI as a wrapper for xa_init_flags().
MFC after: 1 week
Sponsored by: Mellanox Technologies // NVIDIA Networking
|
2020-10-24 13:16:10 +00:00 |
|
Hans Petter Selasky
|
d96e599643
|
Implement extensible arrays API using the existing radix tree implementation
in the LinuxKPI.
Differential Revision: https://reviews.freebsd.org/D25101
Reviewed by: kib @
MFC after: 1 week
Sponsored by: Mellanox Technologies
|
2020-08-27 10:28:12 +00:00 |
|