summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/src/linux_idr.c
AgeCommit message (Expand)Author
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-06-06linuxkpi: Allow ida_destroy and idr_destroy to be called multiple timesAustin Shafer
2024-05-16linuxkpi: spinlock: Simplify codeEmmanuel Vadot
2023-12-24LinuxKPI: Add ida_alloc_min()Vladimir Kondratyev
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
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-07-05Create a new macro for static DPCPU data.Andrew Turner
2018-05-31Implement idr_is_empty() in the LinuxKPI and make idr_remove() API compatibleHans Petter Selasky
2018-03-23linuxkpi whitespace cleanupEd Maste
2018-01-24Properly implement the "id" callback argument in the "idr_for_each" functionHans Petter Selasky
2017-06-06Fix init order in the LinuxKPI for IDR support after recent changes.Hans Petter Selasky
2017-05-31Properly implement idr_preload() and idr_preload_end() in theHans Petter Selasky
2017-04-06Cleanup the bitmap_xxx() functions in the LinuxKPI:Hans Petter Selasky
2016-06-14Add a missing error check for a malloc() call in idr_get().Mark Johnston
2016-05-11Match Linux behaviour and iterate the IDR tree unlocked. The caller isHans Petter Selasky
2016-05-11Add more IDR and IDA related functions to the LinuxKPI.Hans Petter Selasky
2016-05-11Factor out common code into "idr_find_layer_locked()" and fix invertedHans Petter Selasky
2016-05-11Add missing destruction of mutex.Hans Petter Selasky
2016-01-21Implement idr_preload(), idr_preload_end(), idr_alloc() andHans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky