aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bitops
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitops: introduce lock opsNick Piggin2007-10-181-0/+45
* sched: simplify sched_find_first_bit()Mike Galbraith2007-07-091-13/+8
* Fix misspellings collected by members of KJ list.Robert P. J. Day2007-05-091-1/+1
* [PATCH] sched: likely profilingNick Piggin2006-10-111-1/+1
* [PATCH] bitops: generic minix_{test,set,test_and_clear,test,find_first_zero}_...Akinobu Mita2006-03-262-0/+32
* [PATCH] bitops: generic ext2_{set,clear}_bit_atomic()Akinobu Mita2006-03-261-0/+22
* [PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_...Akinobu Mita2006-03-262-0/+71
* [PATCH] fix error: __u32 undeclaredAkinobu Mita2006-03-262-0/+4
* [PATCH] bitops: generic hweight{64,32,16,8}()Akinobu Mita2006-03-261-0/+9
* [PATCH] bitops: generic ffs()Akinobu Mita2006-03-261-0/+41
* [PATCH] bitops: generic sched_find_first_bit()Akinobu Mita2006-03-261-0/+36
* [PATCH] bitops: generic find_{next,first}{,_zero}_bit()Akinobu Mita2006-03-261-0/+13
* [PATCH] bitops: generic fls64()Akinobu Mita2006-03-261-0/+12
* [PATCH] bitops: generic fls()Akinobu Mita2006-03-261-0/+41
* [PATCH] bitops: generic ffz()Akinobu Mita2006-03-261-0/+12
* [PATCH] bitops: generic __ffs()Akinobu Mita2006-03-261-0/+43
* [PATCH] bitops: generic __{,test_and_}{set,clear,change}_bit() and test_bit()Akinobu Mita2006-03-261-0/+111
* [PATCH] bitops: generic {,test_and_}{set,clear,change}_bit()Akinobu Mita2006-03-261-0/+191