summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/idr.h
AgeCommit message (Expand)Author
2025-08-09linuxkpi: Add `ida_alloc_range()`Jean-Sébastien Pédron
2025-01-31linuxkpi: Add idr.h -> radix-tree.h -> rcupdate.h includesJean-Sébastien Pédron
2024-06-26LinuxKPI: Remove linux/sched.h include from linux/kernel.h headerVladimir Kondratyev
2023-12-24LinuxKPI: Add ida_alloc_min()Vladimir Kondratyev
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2021-10-11linuxkpi: implement ida_alloc()Alex Richardson
2019-03-13Resolve duplicate symbol name conflict after r345095, when building LINT.Hans Petter Selasky
2019-03-13Implement ida_free() and ida_alloc_max() in the LinuxKPI.Hans Petter Selasky
2018-12-05Remove redundant declaration after r341517.Hans Petter Selasky
2018-12-05linuxkpi: implement idr_is_empty() and ida_is_empty().Slava Shwartsman
2018-05-31Implement idr_is_empty() in the LinuxKPI and make idr_remove() API compatibleHans Petter Selasky
2018-03-23linuxkpi whitespace cleanupEd Maste
2017-05-31Properly implement idr_preload() and idr_preload_end() in theHans Petter Selasky
2016-05-11Add more IDR and IDA related functions to the LinuxKPI.Hans Petter Selasky
2016-01-21Implement idr_preload(), idr_preload_end(), idr_alloc() andHans Petter Selasky
2015-11-03Make all the LinuxKPI include files compile standalone.Hans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky