summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/bitops.h
Commit message (Expand)AuthorAgeFilesLines
* x86/asm/bitops: Force inlining of test_and_set_bit and friendsDenys Vlasenko2016-02-091-18/+18
* Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds2014-09-131-2/+0
* arch,x86: Convert smp_mb__*()Peter Zijlstra2014-04-181-4/+2
* x86, bitops: Correct the assembly constraints to testing bitopsH. Peter Anvin2013-12-041-3/+3
* x86: Use asm goto to implement better modify_and_test() functionsPeter Zijlstra2013-09-251-20/+4
* x86, bitops: Change bitops to be native operand sizeH. Peter Anvin2013-07-161-19/+27
* x86: Use REP BSF unconditionallyJan Beulich2012-09-191-17/+2
* x86: Prefer TZCNT over BFSJan Beulich2012-09-131-2/+17
* x86/64: Adjust types of temporaries used by ffs()/fls()/fls64()Jan Beulich2012-09-131-6/+4
* x86, bitops: note on __test_and_clear_bit atomicityMichael S. Tsirkin2012-06-251-0/+7
* x86/bitops: Move BIT_64() for a wider useBorislav Petkov2012-05-231-0/+2
* x86_64, asm: Optimise fls(), ffs() and fls64()David Howells2011-12-151-5/+62
* x86, bitops: Move fls64.h inside __KERNEL__H. Peter Anvin2011-12-151-9/+2
* asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-261-4/+1
* bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-231-2/+0
* bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-231-1/+0
* bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-231-0/+1
* bitops: make asm-generic/bitops/find.h more genericAkinobu Mita2010-10-091-0/+2
* x86: Avoid 'constant_test_bit()' misoptimization due to cast to non-volatileAlexander Chumachenko2010-09-261-1/+1
* x86: Add optimized popcnt variantsBorislav Petkov2010-04-061-1/+3
* x86, generic: mark complex bitops.h inlines as __always_inlineAndi Kleen2009-01-131-4/+10
* x86: make 'constant_test_bit()' take an unsigned bit numberLinus Torvalds2009-01-091-1/+1
* x86: Implement change_bit with immediate operand as "lock xorb"Uros Bizjak2008-11-051-1/+9
* x86: Fix ASM_X86__ header guardsH. Peter Anvin2008-10-221-3/+3
* x86, um: ... and asm-x86 moveAl Viro2008-10-221-0/+451