aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/bitmap.h
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: Constify src parameter of bitmap_copyVladimir Kondratyev2023-12-241-1/+1
* LinuxKPI: Add bitmap_intersects(), bitmap_from_arr32()Vladimir Kondratyev2023-12-241-0/+78
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: Fix building on 32bit archsVladimir Kondratyev2023-04-221-1/+1
* LinuxKPI: Add bitmap_to_arr32() to <linux/bitmap.h>Vladimir Kondratyev2023-04-221-0/+20
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* Implement the bitmap_subset() function in the LinuxKPI. This functionHans Petter Selasky2020-07-101-0/+22
* linuxkpi: Really add bitmap_alloc and bitmap_zallocEmmanuel Vadot2020-05-101-0/+13
* linuxkpi: Add bitmap_alloc and bitmap_freeEmmanuel Vadot2020-05-101-0/+7
* linuxkpi: Add bitmap_copy and bitmap_andnotEmmanuel Vadot2020-05-091-0/+22
* Implement bitmap_complement() in the LinuxKPI.Hans Petter Selasky2018-05-311-0/+11
* Cleanup the bitmap_xxx() functions in the LinuxKPI:Hans Petter Selasky2017-04-061-0/+279