| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-03-23 | asm-generic: change little-endian bitops to take any pointer types |  Akinobu Mita | 1 | -24/+53 |
| 2011-03-23 | asm-generic: rename generic little-endian bitops functions |  Akinobu Mita | 3 | -25/+25 |
| 2011-03-23 | bitops: merge little and big endian definisions in asm-generic/bitops/le.h |  Akinobu Mita | 1 | -26/+20 |
| 2010-10-09 | bitops: remove duplicated extern declarations |  Akinobu Mita | 1 | -2/+12 |
| 2010-10-09 | bitops: make asm-generic/bitops/find.h more generic |  Akinobu Mita | 1 | -0/+25 |
| 2010-05-04 | arch, hweight: Fix compilation errors |  Borislav Petkov | 1 | -4/+4 |
| 2010-04-06 | x86: Add optimized popcnt variants |  Borislav Petkov | 1 | -4/+18 |
| 2010-04-06 | bitops: Optimize hweight() by making use of compile-time evaluation |  Peter Zijlstra | 3 | -6/+55 |
| 2009-12-14 | locking: Convert __raw_spin* functions to arch_spin* |  Thomas Gleixner | 1 | -2/+2 |
| 2009-12-14 | locking: Convert raw_spinlock to arch_spinlock |  Thomas Gleixner | 1 | -3/+3 |
| 2009-06-11 | asm-generic: rename atomic.h to atomic-long.h |  Arnd Bergmann | 1 | -0/+1 |
| 2009-01-13 | x86, generic: mark complex bitops.h inlines as __always_inline |  Andi Kleen | 4 | -5/+5 |
| 2008-04-26 | bitops: use __fls for fls64 on 64-bit archs |  Alexander van Heukelum | 1 | -0/+22 |
| 2008-04-26 | generic: introduce a generic __fls implementation |  Alexander van Heukelum | 1 | -0/+43 |
| 2008-04-26 | x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps |  Alexander van Heukelum | 1 | -0/+2 |
| 2008-01-28 | ext4: Add ext4_find_next_bit() |  Aneesh Kumar K.V | 2 | -0/+6 |
| 2007-10-19 | define first set of BIT* macros |  Jiri Slaby | 2 | -31/+25 |
| 2007-10-18 | bitops: introduce lock ops |  Nick Piggin | 1 | -0/+45 |
| 2007-07-09 | sched: simplify sched_find_first_bit() |  Mike Galbraith | 1 | -13/+8 |
| 2007-05-09 | Fix misspellings collected by members of KJ list. |  Robert P. J. Day | 1 | -1/+1 |
| 2006-10-11 | [PATCH] sched: likely profiling |  Nick Piggin | 1 | -1/+1 |
| 2006-03-26 | [PATCH] bitops: generic minix_{test,set,test_and_clear,test,find_first_zero}_bit() |  Akinobu Mita | 2 | -0/+32 |
| 2006-03-26 | [PATCH] bitops: generic ext2_{set,clear}_bit_atomic() |  Akinobu Mita | 1 | -0/+22 |
| 2006-03-26 | [PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_bit() |  Akinobu Mita | 2 | -0/+71 |
| 2006-03-26 | [PATCH] fix error: __u32 undeclared |  Akinobu Mita | 2 | -0/+4 |
| 2006-03-26 | [PATCH] bitops: generic hweight{64,32,16,8}() |  Akinobu Mita | 1 | -0/+9 |
| 2006-03-26 | [PATCH] bitops: generic ffs() |  Akinobu Mita | 1 | -0/+41 |
| 2006-03-26 | [PATCH] bitops: generic sched_find_first_bit() |  Akinobu Mita | 1 | -0/+36 |
| 2006-03-26 | [PATCH] bitops: generic find_{next,first}{,_zero}_bit() |  Akinobu Mita | 1 | -0/+13 |
| 2006-03-26 | [PATCH] bitops: generic fls64() |  Akinobu Mita | 1 | -0/+12 |
| 2006-03-26 | [PATCH] bitops: generic fls() |  Akinobu Mita | 1 | -0/+41 |
| 2006-03-26 | [PATCH] bitops: generic ffz() |  Akinobu Mita | 1 | -0/+12 |
| 2006-03-26 | [PATCH] bitops: generic __ffs() |  Akinobu Mita | 1 | -0/+43 |
| 2006-03-26 | [PATCH] bitops: generic __{,test_and_}{set,clear,change}_bit() and test_bit() |  Akinobu Mita | 1 | -0/+111 |
| 2006-03-26 | [PATCH] bitops: generic {,test_and_}{set,clear,change}_bit() |  Akinobu Mita | 1 | -0/+191 |