Age | Commit message (Expand) | Author | Files | Lines |
2017-11-07 | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts | Ingo Molnar | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-24 | x86/asm: Remove unnecessary \n\t in front of CC_SET() from asm templates | Uros Bizjak | 1 | -5/+5 |
2016-12-29 | mm: optimize PageWaiters bit use for unlock_page() | Linus Torvalds | 1 | -0/+13 |
2016-06-08 | x86, asm: Use CC_SET()/CC_OUT() in <asm/bitops.h> | H. Peter Anvin | 1 | -8/+8 |
2016-06-08 | x86, asm: change the GEN_*_RMWcc() macros to not quote the condition | H. Peter Anvin | 1 | -3/+3 |
2016-06-08 | x86, asm: use bool for bitops and other assembly outputs | H. Peter Anvin | 1 | -14/+14 |
2016-06-08 | x86, bitops: remove use of "sbb" to return CF | H. Peter Anvin | 1 | -12/+12 |
2016-02-09 | x86/asm/bitops: Force inlining of test_and_set_bit and friends | Denys Vlasenko | 1 | -18/+18 |
2014-09-13 | Make ARCH_HAS_FAST_MULTIPLIER a real config variable | Linus Torvalds | 1 | -2/+0 |
2014-04-18 | arch,x86: Convert smp_mb__*() | Peter Zijlstra | 1 | -4/+2 |
2013-12-05 | x86, bitops: Correct the assembly constraints to testing bitops | H. Peter Anvin | 1 | -3/+3 |
2013-09-25 | x86: Use asm goto to implement better modify_and_test() functions | Peter Zijlstra | 1 | -20/+4 |
2013-07-17 | x86, bitops: Change bitops to be native operand size | H. Peter Anvin | 1 | -19/+27 |
2012-09-19 | x86: Use REP BSF unconditionally | Jan Beulich | 1 | -17/+2 |
2012-09-13 | x86: Prefer TZCNT over BFS | Jan Beulich | 1 | -2/+17 |
2012-09-13 | x86/64: Adjust types of temporaries used by ffs()/fls()/fls64() | Jan Beulich | 1 | -6/+4 |
2012-06-25 | x86, bitops: note on __test_and_clear_bit atomicity | Michael S. Tsirkin | 1 | -0/+7 |
2012-05-23 | x86/bitops: Move BIT_64() for a wider use | Borislav Petkov | 1 | -0/+2 |
2011-12-16 | x86_64, asm: Optimise fls(), ffs() and fls64() | David Howells | 1 | -5/+62 |
2011-12-16 | x86, bitops: Move fls64.h inside __KERNEL__ | H. Peter Anvin | 1 | -9/+2 |
2011-07-27 | asm-generic: add another generic ext2 atomic bitops | Akinobu Mita | 1 | -4/+1 |
2011-03-24 | bitops: remove minix bitops from asm/bitops.h | Akinobu Mita | 1 | -2/+0 |
2011-03-24 | bitops: remove ext2 non-atomic bitops from asm/bitops.h | Akinobu Mita | 1 | -1/+0 |
2011-03-24 | bitops: introduce little-endian bitops for most architectures | Akinobu Mita | 1 | -0/+1 |
2010-10-09 | bitops: make asm-generic/bitops/find.h more generic | Akinobu Mita | 1 | -0/+2 |
2010-09-27 | x86: Avoid 'constant_test_bit()' misoptimization due to cast to non-volatile | Alexander Chumachenko | 1 | -1/+1 |
2010-04-07 | x86: Add optimized popcnt variants | Borislav Petkov | 1 | -1/+3 |
2009-01-13 | x86, generic: mark complex bitops.h inlines as __always_inline | Andi Kleen | 1 | -4/+10 |
2009-01-09 | x86: make 'constant_test_bit()' take an unsigned bit number | Linus Torvalds | 1 | -1/+1 |
2008-11-05 | x86: Implement change_bit with immediate operand as "lock xorb" | Uros Bizjak | 1 | -1/+9 |
2008-10-23 | x86: Fix ASM_X86__ header guards | H. Peter Anvin | 1 | -3/+3 |
2008-10-23 | x86, um: ... and asm-x86 move | Al Viro | 1 | -0/+451 |