- e825873 x86, kcsan: Remove __no_kcsan_or_inline usage by Peter Zijlstra · 4 years, 7 months ago
- 37d1a04 Rebase locking/kcsan to locking/urgent by Thomas Gleixner · 4 years, 6 months ago
- c071b0f x86: bitops: fix build regression by Nick Desaulniers · 4 years, 7 months ago
- 3b02a05 Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh by Ingo Molnar · 4 years, 8 months ago
- 1651e70 x86: Fix bitops.h warning with a moved cast by Jesse Brandeburg · 4 years, 9 months ago
- 28336be Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts by Ingo Molnar · 5 years ago
- 40d0411 x86, kcsan: Enable KCSAN for x86 by Marco Elver · 5 years ago
- 81d2c6f kasan: support instrumented bitops combined with generic bitops by Daniel Axtens · 5 years ago
- bdd50d7 x86/bitops: Use __builtin_constant_p() directly instead of IS_IMMEDIATE() by Masahiro Yamada · 5 years ago
- 751ad98 asm-generic, x86: add bitops instrumentation for KASAN by Marco Elver · 5 years ago
- 5b77e95 x86/asm: Use stricter assembly constraints in bitops by Alexander Potapenko · 6 years ago
- 88ca66d x86/asm: Remove dead __GNUC__ conditionals by Rasmus Villemoes · 6 years ago
- 3fc2579 fls: change parameter to unsigned int by Matthew Wilcox · 6 years ago
- 288e452 x86/asm: 'Simplify' GEN_*_RMWcc() macros by Peter Zijlstra · 6 years ago
- 22636f8 x86/asm: Add instruction suffixes to bitops by Jan Beulich · 7 years ago
- b3d9a13 Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts by Ingo Molnar · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 3c52b5c x86/asm: Remove unnecessary \n\t in front of CC_SET() from asm templates by Uros Bizjak · 7 years ago
- b91e130 mm: optimize PageWaiters bit use for unlock_page() by Linus Torvalds · 8 years ago
- 86b6124 x86, asm: Use CC_SET()/CC_OUT() in <asm/bitops.h> by H. Peter Anvin · 9 years ago
- 18fe582 x86, asm: change the GEN_*_RMWcc() macros to not quote the condition by H. Peter Anvin · 9 years ago
- 117780e x86, asm: use bool for bitops and other assembly outputs by H. Peter Anvin · 9 years ago
- 2823d4d x86, bitops: remove use of "sbb" to return CF by H. Peter Anvin · 9 years ago
- 8dd5032 x86/asm/bitops: Force inlining of test_and_set_bit and friends by Denys Vlasenko · 9 years ago
- 72d9310 Make ARCH_HAS_FAST_MULTIPLIER a real config variable by Linus Torvalds · 10 years ago
- d00a569 arch,x86: Convert smp_mb__*() by Peter Zijlstra · 11 years ago
- e0f6dec x86, bitops: Correct the assembly constraints to testing bitops by H. Peter Anvin · 11 years ago
- 0c44c2d x86: Use asm goto to implement better modify_and_test() functions by Peter Zijlstra · 11 years ago
- 9b71050 x86, bitops: Change bitops to be native operand size by H. Peter Anvin · 11 years ago
- e26a44a x86: Use REP BSF unconditionally by Jan Beulich · 12 years ago
- 5870661 x86: Prefer TZCNT over BFS by Jan Beulich · 12 years ago
- 1edfbb4 x86/64: Adjust types of temporaries used by ffs()/fls()/fls64() by Jan Beulich · 12 years ago
- d0a69d6 x86, bitops: note on __test_and_clear_bit atomicity by Michael S. Tsirkin · 12 years ago
- e8f380e x86/bitops: Move BIT_64() for a wider use by Borislav Petkov · 13 years ago
- ca3d30c x86_64, asm: Optimise fls(), ffs() and fls64() by David Howells · 13 years ago
- 83d99df x86, bitops: Move fls64.h inside __KERNEL__ by H. Peter Anvin · 13 years ago
- 148817b asm-generic: add another generic ext2 atomic bitops by Akinobu Mita · 13 years ago
- 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 14 years ago
- f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 14 years ago
- 861b5ae bitops: introduce little-endian bitops for most architectures by Akinobu Mita · 14 years ago
- 708ff2a bitops: make asm-generic/bitops/find.h more generic by Akinobu Mita · 14 years ago
- c9e2fbd x86: Avoid 'constant_test_bit()' misoptimization due to cast to non-volatile by Alexander Chumachenko · 15 years ago
- d61931d x86: Add optimized popcnt variants by Borislav Petkov · 15 years ago
- c8399943 x86, generic: mark complex bitops.h inlines as __always_inline by Andi Kleen · 16 years ago
- c4295fb x86: make 'constant_test_bit()' take an unsigned bit number by Linus Torvalds · 16 years ago
- 838e8bb x86: Implement change_bit with immediate operand as "lock xorb" by Uros Bizjak · 16 years ago
- 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
- bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/bitops.h]
- 725c258 Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for-linus-phase3-B by Ingo Molnar · 16 years ago
- ed6dc49 x86: remove set_bit_string() by FUJITA Tomonori · 16 years ago
- 77ef50a x86: consolidate header guards by Vegard Nossum · 17 years ago
- 8450e85 x86, cleanup: fix description of __fls(): __fls(0) is undefined by Alexander van Heukelum · 16 years ago
- 437a0a5 x86, bitops: make constant-bit set/clear_bit ops faster, gcc workaround by Ingo Molnar · 17 years ago
- 7dbceaf x86, bitops: make constant-bit set/clear_bit ops faster, adapt, clean up by Ingo Molnar · 17 years ago
- 1a750e0 x86, bitops: make constant-bit set/clear_bit ops faster by Linus Torvalds · 17 years ago
- 5136dea x86: bitops take an unsigned long * by Andrew Morton · 17 years ago
- eb2b4e6 x86: revert commit 709f744 ("x86: bitops asm constraint fixes") by Simon Holm Thøgersen · 17 years ago
- f19dcf4 x86: include/asm-x86/pgalloc.h/bitops.h: checkpatch cleanups - formatting only by Joe Perches · 17 years ago
- d66462f x86: finalize bitops unification by Alexander van Heukelum · 17 years ago
- 12d9c84 x86: merge the simple bitops and move them to bitops.h by Alexander van Heukelum · 17 years ago
- 64970b6 x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps by Alexander van Heukelum · 17 years ago
- 6fd92b6 x86: change x86 to use generic find_next_bit by Alexander van Heukelum · 17 years ago
- 286275c include/asm-x86/bitops.h: checkpatch cleanups - formatting only by Joe Perches · 17 years ago
- 709f744 x86: bitops asm constraint fixes by Jan Beulich · 17 years ago
- 26996dd x86: change bitwise operations to get a void parameter. by Glauber de Oliveira Costa · 17 years ago
- 1c54d77 x86: partial unification of asm-x86/bitops.h by Jeremy Fitzhardinge · 17 years ago
- 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago