aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/bitmap.h
Commit message (Expand)AuthorAgeFilesLines
* 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