summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bitops
Commit message (Expand)AuthorAgeFilesLines
* lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov2021-05-061-4/+46
* lib: add fast path for find_next_*_bit()Yury Norov2021-05-062-0/+51
* lib: inline _find_next_bit() wrappersYury Norov2021-05-062-10/+35
* arm64: make atomic helpers __always_inlineArnd Bergmann2021-01-131-3/+3
* asm-generic: fix ffs -Wshadow warningArnd Bergmann2020-10-261-4/+1
* bitops, kcsan: Partially revert instrumentation for non-atomic bitopsMarco Elver2020-08-241-3/+27
* asm-generic/bitops: Use instrument_read_write() where appropriateMarco Elver2020-08-243-7/+7
* asm-generic, kcsan: Add KCSAN instrumentation for bitopsMarco Elver2020-03-213-20/+20
* Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-12-063-0/+295
|\
| * kasan: support instrumented bitops combined with generic bitopsDaniel Axtens2019-11-073-0/+295
* | bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-0/+17
|/
* fls: change parameter to unsigned intMatthew Wilcox2019-01-042-2/+2
* locking/atomics, asm-generic/bitops/lock.h: Rewrite using atomic_fetch_*()Will Deacon2018-06-211-12/+56
* locking/atomics, asm-generic/bitops/atomic.h: Rewrite using atomic_*() APIsWill Deacon2018-06-211-155/+33
* locking/atomic/bitops: Document and clarify ordering semantics for failed tes...Will Deacon2018-02-131-1/+2
* lib: optimize cpumask_next_and()Clement Courbet2018-02-061-0/+20
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0221-0/+21
* bitops: Do not default to __clear_bit() for __clear_bit_unlock()Peter Zijlstra2016-03-211-7/+7
* move count_zeroes.h out of asm-genericChristoph Hellwig2015-10-151-57/+0
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-182-2/+2
* bitops: Fix signedness of compile-time hweight implementationsPaul Walmsley2014-02-091-8/+9
* bitops/find: clarify and extend documentationCody P Schafer2013-11-131-2/+10
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-0/+57
|\
| * MPILIB: Provide count_leading/trailing_zeros() based on arch functionsDavid Howells2012-10-081-0/+57
* | bitops: introduce generic {clear,set}_bit_le()Takuya Yoshikawa2012-10-061-0/+10
* | generic: Implement generic ffs/fls using __builtin_* functionsCatalin Marinas2012-09-144-0/+63
|/
* Add #includes needed to permit the removal of asm/system.hDavid Howells2012-03-281-1/+1
* asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-262-0/+15
* bitops: add #ifndef for each of find bitopsAkinobu Mita2011-05-262-0/+11
* bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-232-30/+0
* bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-231-18/+0
* asm-generic: use little-endian bitopsAkinobu Mita2011-03-231-2/+2
* bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-232-4/+0
* asm-generic: change little-endian bitops to take any pointer typesAkinobu Mita2011-03-231-24/+53
* asm-generic: rename generic little-endian bitops functionsAkinobu Mita2011-03-233-25/+25
* bitops: merge little and big endian definisions in asm-generic/bitops/le.hAkinobu Mita2011-03-231-26/+20
* bitops: remove duplicated extern declarationsAkinobu Mita2010-10-091-2/+12
* bitops: make asm-generic/bitops/find.h more genericAkinobu Mita2010-10-091-0/+25
* arch, hweight: Fix compilation errorsBorislav Petkov2010-05-041-4/+4
* x86: Add optimized popcnt variantsBorislav Petkov2010-04-061-4/+18
* bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra2010-04-063-6/+55
* locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-2/+2
* locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-141-3/+3
* asm-generic: rename atomic.h to atomic-long.hArnd Bergmann2009-06-111-0/+1
* x86, generic: mark complex bitops.h inlines as __always_inlineAndi Kleen2009-01-134-5/+5
* bitops: use __fls for fls64 on 64-bit archsAlexander van Heukelum2008-04-261-0/+22
* generic: introduce a generic __fls implementationAlexander van Heukelum2008-04-261-0/+43
* x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum2008-04-261-0/+2
* ext4: Add ext4_find_next_bit()Aneesh Kumar K.V2008-01-282-0/+6
* define first set of BIT* macrosJiri Slaby2007-10-192-31/+25