aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/idr.h
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: Add `ida_alloc_range()`Jean-Sébastien Pédron2025-08-091-0/+7
* linuxkpi: Add idr.h -> radix-tree.h -> rcupdate.h includesJean-Sébastien Pédron2025-01-311-0/+1
* LinuxKPI: Remove linux/sched.h include from linux/kernel.h headerVladimir Kondratyev2024-06-261-0/+1
* LinuxKPI: Add ida_alloc_min()Vladimir Kondratyev2023-12-241-0/+7
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* linuxkpi: implement ida_alloc()Alex Richardson2021-10-111-0/+5
* Resolve duplicate symbol name conflict after r345095, when building LINT.Hans Petter Selasky2019-03-131-1/+7
* Implement ida_free() and ida_alloc_max() in the LinuxKPI.Hans Petter Selasky2019-03-131-0/+8
* Remove redundant declaration after r341517.Hans Petter Selasky2018-12-051-1/+0
* linuxkpi: implement idr_is_empty() and ida_is_empty().Slava Shwartsman2018-12-051-0/+9
* Implement idr_is_empty() in the LinuxKPI and make idr_remove() API compatibleHans Petter Selasky2018-05-311-1/+2
* linuxkpi whitespace cleanupEd Maste2018-03-231-1/+1
* Properly implement idr_preload() and idr_preload_end() in theHans Petter Selasky2017-05-311-3/+2
* Add more IDR and IDA related functions to the LinuxKPI.Hans Petter Selasky2016-05-111-2/+44
* Implement idr_preload(), idr_preload_end(), idr_alloc() andHans Petter Selasky2016-01-211-1/+7
* Make all the LinuxKPI include files compile standalone.Hans Petter Selasky2015-11-031-1/+5
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+76