summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/bitmap.h
AgeCommit message (Expand)Author
2023-12-24LinuxKPI: Constify src parameter of bitmap_copyVladimir Kondratyev
2023-12-24LinuxKPI: Add bitmap_intersects(), bitmap_from_arr32()Vladimir Kondratyev
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-04-22LinuxKPI: Fix building on 32bit archsVladimir Kondratyev
2023-04-22LinuxKPI: Add bitmap_to_arr32() to <linux/bitmap.h>Vladimir Kondratyev
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2020-07-10Implement the bitmap_subset() function in the LinuxKPI. This functionHans Petter Selasky
2020-05-10linuxkpi: Really add bitmap_alloc and bitmap_zallocEmmanuel Vadot
2020-05-10linuxkpi: Add bitmap_alloc and bitmap_freeEmmanuel Vadot
2020-05-09linuxkpi: Add bitmap_copy and bitmap_andnotEmmanuel Vadot
2018-05-31Implement bitmap_complement() in the LinuxKPI.Hans Petter Selasky
2017-04-06Cleanup the bitmap_xxx() functions in the LinuxKPI:Hans Petter Selasky