aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bitops.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-01log: convert pr_*() to loggingHeinrich Schuchardt1-1/+3
2020-11-05Add an assembly guard around linux/bitops.hSimon Glass1-2/+2
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+4
2020-01-20lib: Import few bitmap functions from LinuxVignesh Raghavendra1-0/+12
2019-02-07bitops: Fix GENMASK definition for SandboxVignesh R1-0/+5
2017-11-29bitops: collect BIT macros to include/linux/bitops.hMasahiro Yamada1-0/+7
2017-03-29bitops.h: Include bitsperlong.h as needed for GENMASK_ULLStefan Roese1-0/+1
2015-11-05bitops: Add fls_long and __ffs64Fabio Estevam1-0/+27
2015-10-21linux/bitops.h: GENMASK copy from linuxJagan Teki1-0/+11
2015-10-21linux/bitops: Move BIT definitions at topJagan Teki1-4/+3
2015-09-11bitops: introduce BIT() definitionHeiko Schocher1-0/+2
2009-09-17Correct ffs/fls regression for PowerPC etcSimon Kagstrom1-4/+4
2009-09-15Define ffs/fls for all architecturesSimon Kagstrom1-0/+45
2009-09-15Move __set/clear_bit from ubifs.h to bitops.hSimon Kagstrom1-0/+38
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-12/+12
2000-08-21Initial revisionwdenk1-0/+72