summaryrefslogtreecommitdiff
path: root/sys/external/bsd/common/include/linux/bitops.h
AgeCommit message (Expand)Author
2021-12-19sign_extend64, GENMASK_ULL, for_each_clear_bitriastradh
2021-12-19Add BITS_PER_BYTE and BIT_ULL. Fix type of BIT.riastradh
2019-12-05Add what appears to be the fixes to CVE-2019-0154, CVE-2019-0155.maya
2018-08-27Give find_first/next_set/zero_bit a chance to work.riastradh
2018-08-27Move hweight8 next to its cousins.riastradh
2018-08-27Add find_first_bit, find_next_bit, for_each_set_bit.riastradh
2018-08-27Implement find_next_zero_bit. Define find_first_zero_bit in terms of it.riastradh
2018-08-27Add fls to <linux/bitops.h>.riastradh
2018-08-27Add hweight64.riastradh
2018-08-27... Provide GENMASKriastradh
2018-08-27move bitops.h so we can include it from kernel.hriastradh