summaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/bitops.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-17ARC: bitops: Change __fls to return unsigned longAmadeusz Sławiński1-2/+2
2022-01-15include: move find.h from asm_generic to linuxYury Norov1-1/+0
2021-08-24ARC: bitops: fls/ffs to take int (vs long) per asm-generic definesVineet Gupta1-2/+2
2021-08-24ARC: switch to generic bitopsVineet Gupta1-182/+2
2020-11-17ARC: bitops: Remove unecessary operation and valueGustavo Pimentel1-3/+1
2020-10-05ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta1-56/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-17ARC: fix __ffs return value to avoid build warningsEugeniy Paltsev1-3/+3
2019-01-04fls: change parameter to unsigned intMatthew Wilcox1-2/+2
2016-05-09ARC: [plat-eznps] Use dedicated atomic/bitops/cmpxchgNoam Camus1-3/+57
2016-03-11ARC: bitops: Remove non relevant commentsVineet Gupta1-15/+0
2015-07-09ARC: Make ARC bitops "safer" (add anti-optimization)Vineet Gupta1-26/+9
2015-06-25ARC: Reduce bitops lines of code using macrosVineet Gupta1-333/+144
2015-06-25ARC: add smp barriers around atomics per Documentation/atomic_ops.txtVineet Gupta1-0/+19
2015-06-22ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta1-0/+71
2015-04-13ARC: fold __builtin_constant_p() into test_bit()Vineet Gupta1-13/+18
2014-10-13ARC: remove extraneous __KERNEL__ guardsVineet Gupta1-4/+0
2014-04-18arch,arc: Convert smp_mb__*()Peter Zijlstra1-4/+1
2013-02-11ARC: Atomic/bitops/cmpxchg/barriersVineet Gupta1-0/+516