summaryrefslogtreecommitdiffstats
path: root/include/linux/bitfield.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1Star
* bitfield: avoid gcc-8 -Wint-in-bool-context warningArnd Bergmann2018-08-181-1/+1
* bitfield: add u8 helpersJohannes Berg2018-06-271-0/+1
* bitfield: fix *_encode_bits()Johannes Berg2018-06-271-3/+3
* Add primitives for manipulating bitfields both in host- and fixed-endian.Al Viro2017-12-171-0/+46
* include/linux/bitfield.h: include <linux/build_bug.h> instead of <linux/bug.h>Masahiro Yamada2017-11-181-1/+1
* include/linux/bitfield.h: remove 32bit from FIELD_GET comment blockMasahiro Yamada2017-10-041-1/+1
* bitfield.h: add FIELD_FIT() helperJakub Kicinski2017-02-101-0/+13
* add basic register-field manipulation macrosJakub Kicinski2016-09-091-0/+93