summaryrefslogtreecommitdiff
path: root/include/asm-generic/bitops
AgeCommit message (Expand)Author
2011-07-26asm-generic: add another generic ext2 atomic bitopsAkinobu Mita
2011-05-26bitops: add #ifndef for each of find bitopsAkinobu Mita
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita
2011-03-23asm-generic: use little-endian bitopsAkinobu Mita
2011-03-23bitops: introduce little-endian bitops for most architecturesAkinobu Mita
2011-03-23asm-generic: change little-endian bitops to take any pointer typesAkinobu Mita
2011-03-23asm-generic: rename generic little-endian bitops functionsAkinobu Mita
2011-03-23bitops: merge little and big endian definisions in asm-generic/bitops/le.hAkinobu Mita
2010-10-09bitops: remove duplicated extern declarationsAkinobu Mita
2010-10-09bitops: make asm-generic/bitops/find.h more genericAkinobu Mita
2010-05-04arch, hweight: Fix compilation errorsBorislav Petkov
2010-04-06x86: Add optimized popcnt variantsBorislav Petkov
2010-04-06bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann
2009-01-13x86, generic: mark complex bitops.h inlines as __always_inlineAndi Kleen
2008-04-26bitops: use __fls for fls64 on 64-bit archsAlexander van Heukelum
2008-04-26generic: introduce a generic __fls implementationAlexander van Heukelum
2008-04-26x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum
2008-01-28ext4: Add ext4_find_next_bit()Aneesh Kumar K.V
2007-10-19define first set of BIT* macrosJiri Slaby
2007-10-18bitops: introduce lock opsNick Piggin
2007-07-09sched: simplify sched_find_first_bit()Mike Galbraith
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day
2006-10-11[PATCH] sched: likely profilingNick Piggin
2006-03-26[PATCH] bitops: generic minix_{test,set,test_and_clear,test,find_first_zero}_...Akinobu Mita
2006-03-26[PATCH] bitops: generic ext2_{set,clear}_bit_atomic()Akinobu Mita
2006-03-26[PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_...Akinobu Mita
2006-03-26[PATCH] fix error: __u32 undeclaredAkinobu Mita
2006-03-26[PATCH] bitops: generic hweight{64,32,16,8}()Akinobu Mita
2006-03-26[PATCH] bitops: generic ffs()Akinobu Mita
2006-03-26[PATCH] bitops: generic sched_find_first_bit()Akinobu Mita
2006-03-26[PATCH] bitops: generic find_{next,first}{,_zero}_bit()Akinobu Mita
2006-03-26[PATCH] bitops: generic fls64()Akinobu Mita
2006-03-26[PATCH] bitops: generic fls()Akinobu Mita
2006-03-26[PATCH] bitops: generic ffz()Akinobu Mita
2006-03-26[PATCH] bitops: generic __ffs()Akinobu Mita
2006-03-26[PATCH] bitops: generic __{,test_and_}{set,clear,change}_bit() and test_bit()Akinobu Mita
2006-03-26[PATCH] bitops: generic {,test_and_}{set,clear,change}_bit()Akinobu Mita