| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-08 | bitops: Add __attribute_const__ to generic ffs()-family implementations | Kees Cook | 1 | -1/+1 |
| 2025-04-29 | bits: introduce fixed-type GENMASK_U*() | Vincent Mailhol | 1 | -1/+0 |
| 2025-01-12 | bitops: add generic parity calculation for u8 | Wolfram Sang | 1 | -0/+31 |
| 2024-06-18 | bitops: Add a comment explaining the double underscore macros | Dan Carpenter | 1 | -0/+5 |
| 2024-05-21 | Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linux | Linus Torvalds | 1 | -16/+3 |
| 2024-05-20 | Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+3 |
| 2024-05-19 | bitops: Move aligned_byte_mask() to wordpart.h | Andy Shevchenko | 1 | -7/+0 |
| 2024-05-09 | bitops: Optimize fns() for improved performance | Kuan-Wei Chiu | 1 | -9/+3 |
| 2024-05-03 | bitops: Change function return types from long to int | Thorsten Blum | 1 | -3/+3 |
| 2024-04-01 | bitops: let the compiler optimize {__,}assign_bit() | Alexander Lobakin | 1 | -16/+4 |
| 2024-04-01 | bitops: make BYTES_TO_BITS() treewide-available | Alexander Lobakin | 1 | -0/+2 |
| 2024-04-01 | bitops: add missing prototype check | Alexander Lobakin | 1 | -0/+1 |
| 2022-10-12 | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+6 |
| 2022-09-26 | lib: add find_nth{,_and,_andnot}_bit() | Yury Norov | 1 | -0/+19 |
| 2022-09-11 | bitops: use try_cmpxchg in set_mask_bits and bit_clear_unless | Uros Bizjak | 1 | -5/+6 |
| 2022-08-26 | wait_on_bit: add an acquire memory barrier | Mikulas Patocka | 1 | -0/+1 |
| 2022-06-30 | bitops: let optimize out non-atomic bitops on compile-time constants | Alexander Lobakin | 1 | -1/+17 |
| 2022-06-30 | bitops: wrap non-atomic bitops with a transparent macro | Alexander Lobakin | 1 | -1/+17 |
| 2022-06-30 | bitops: define const_*() versions of the non-atomics | Alexander Lobakin | 1 | -0/+1 |
| 2022-06-30 | bitops: unify non-atomic bitops prototypes across architectures | Alexander Lobakin | 1 | -0/+17 |
| 2022-01-15 | include/linux: move for_each_bit() macros from bitops.h to find.h | Yury Norov | 1 | -34/+0 |
| 2021-07-07 | bitops: Add non-atomic bitops for pointers | Kumar Kartikeya Dwivedi | 1 | -0/+50 |
| 2021-05-06 | lib: add fast path for find_first_*_bit() and find_last_bit() | Yury Norov | 1 | -12/+0 |
| 2021-02-26 | include/linux/bitops.h: spelling s/synomyn/synonym/ | Geert Uytterhoeven | 1 | -1/+1 |
| 2020-12-15 | kernel.h: split out mathematical helpers | Andy Shevchenko | 1 | -4/+7 |
| 2020-10-16 | bitops: use the same mechanism for get_count_order[_long] | Wei Yang | 1 | -5/+3 |
| 2020-10-16 | bitops: simplify get_count_order_long() | Wei Yang | 1 | -4/+1 |
| 2020-06-04 | include/linux/bitops.h: avoid clang shift-count-overflow warnings | Arnd Bergmann | 1 | -1/+1 |
| 2020-04-07 | bitops: always inline sign extension helpers | Josh Poimboeuf | 1 | -2/+2 |
| 2020-02-04 | bitops: more BITS_TO_* macros | Yury Norov | 1 | -1/+3 |
| 2020-01-31 | ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider use | Andy Shevchenko | 1 | -0/+1 |
| 2019-12-04 | bitops: introduce the for_each_set_clump8 macro | William Breathitt Gray | 1 | -0/+12 |
| 2019-10-01 | lib: introduce copy_struct_from_user() helper | Aleksa Sarai | 1 | -0/+7 |
| 2019-05-14 | include/linux/bitops.h: sanitize rotate primitives | Rasmus Villemoes | 1 | -8/+8 |
| 2019-03-07 | include/linux/bitops.h: set_mask_bits() to return old value | Vineet Gupta | 1 | -1/+1 |
| 2018-10-15 | bitops: protect variables in bit_clear_unless() macro | Miklos Szeredi | 1 | -8/+8 |
| 2018-10-15 | bitops: protect variables in set_mask_bits() macro | Miklos Szeredi | 1 | -7/+7 |
| 2018-08-22 | include/linux/bitops.h: introduce BITS_PER_TYPE | Chris Wilson | 1 | -1/+2 |
| 2018-06-21 | locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new... | Will Deacon | 1 | -21/+1 |
| 2017-11-14 | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+24 |
| 2017-11-07 | Merge branch 'linus' into locking/core, to 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-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -2/+2 |
| 2017-10-19 | bitops: Introduce assign_bit() | Lukas Wunner | 1 | -0/+24 |
| 2017-09-08 | bitops: avoid integer overflow in GENMASK(_ULL) | Matthias Kaehlcke | 1 | -2/+3 |
| 2016-10-07 | mm/vmalloc.c: fix align value calculation error | zijun_hu | 1 | -10/+26 |
| 2016-05-09 | md: set MD_CHANGE_PENDING in a atomic region | Guoqing Jiang | 1 | -0/+16 |
| 2015-12-09 | bitops.h: correctly handle rol32 with 0 byte shift | Sasha Levin | 1 | -1/+1 |
| 2015-11-06 | bitops.h: add sign_extend64() | Martin Kepplinger | 1 | -0/+11 |
| 2015-11-06 | bitops.h: improve sign_extend32()'s documentation | Martin Kepplinger | 1 | -0/+2 |
| 2015-08-05 | linux/bitmap: Force inlining of bitmap weight functions | Denys Vlasenko | 1 | -3/+3 |
| 2015-04-17 | lib: find_*_bit reimplementation | Yury Norov | 1 | -2/+2 |
| 2014-11-16 | bitops: Fix shift overflow in GENMASK macros | Maxime COQUELIN | 1 | -2/+5 |
| 2014-08-13 | locking: Remove deprecated smp_mb__() barriers | Peter Zijlstra | 1 | -20/+0 |
| 2014-04-18 | arch: Prepare for smp_mb__{before,after}_atomic() | Peter Zijlstra | 1 | -0/+20 |
| 2014-03-30 | ext4: atomically set inode->i_flags in ext4_set_inode_flags() | Theodore Ts'o | 1 | -0/+15 |
| 2013-11-14 | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+3 |
| 2013-10-21 | bitops: Introduce a more generic BITMASK macro | Chen, Gong | 1 | -0/+8 |
| 2013-10-17 | bitops: Introduce BIT_ULL | Srinivas Pandruvada | 1 | -0/+3 |
| 2012-03-23 | bitops: introduce for_each_clear_bit() | Akinobu Mita | 1 | -0/+11 |
| 2012-03-23 | bitops: remove for_each_set_bit_cont() | Akinobu Mita | 1 | -3/+0 |
| 2012-03-23 | bitops: rename for_each_set_bit_cont() in favor of analogous list.h function | Akinobu Mita | 1 | -1/+4 |
| 2012-02-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -0/+20 |
| 2012-02-16 | crypto: sha512 - use standard ror64() | Alexey Dobriyan | 1 | -0/+20 |
| 2011-12-06 | perf, x86: Implement event scheduler helper functions | Robert Richter | 1 | -2/+8 |
| 2011-05-26 | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} | Akinobu Mita | 1 | -2/+0 |
| 2011-05-26 | bitops: add #ifndef for each of find bitops | Akinobu Mita | 1 | -0/+2 |
| 2010-11-15 | bitops: Provide generic sign_extend32 function | Andreas Herrmann | 1 | -0/+11 |
| 2010-10-09 | bitops: remove duplicated extern declarations | Akinobu Mita | 1 | -23/+0 |
| 2010-10-09 | bitops: make asm-generic/bitops/find.h more generic | Akinobu Mita | 1 | -22/+0 |
| 2010-05-18 | Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -25/+5 |
| 2010-05-04 | arch, hweight: Fix compilation errors | Borislav Petkov | 1 | -0/+5 |
| 2010-04-07 | bitops: remove temporary for_each_bit() | Andrew Morton | 1 | -3/+0 |
| 2010-04-06 | bitops: Optimize hweight() by making use of compile-time evaluation | Peter Zijlstra | 1 | -25/+0 |
| 2010-03-06 | bitops: rename for_each_bit() to for_each_set_bit() | Akinobu Mita | 1 | -1/+3 |
| 2010-02-04 | bitops: Ensure the compile time HWEIGHT is only used for such | Peter Zijlstra | 1 | -11/+22 |
| 2010-01-29 | bitops: Provide compile time HWEIGHT{8,16,32,64} | Peter Zijlstra | 1 | -2/+16 |
| 2009-04-23 | bitops: Add __ffs64 bitop | Steven Whitehouse | 1 | -0/+19 |
| 2009-01-01 | bitmap: find_last_bit() | Rusty Russell | 1 | -1/+12 |
| 2008-04-29 | bitops: remove "optimizations" | Thomas Gleixner | 1 | -103/+12 |
| 2008-04-29 | Avoid divides in BITS_TO_LONGS | Eric Dumazet | 1 | -1/+1 |
| 2008-04-26 | x86: optimize find_first_bit for small bitmaps | Alexander van Heukelum | 1 | -0/+29 |
| 2008-04-26 | x86: generic versions of find_first_(zero_)bit, convert i386 | Alexander van Heukelum | 1 | -0/+34 |
| 2008-04-26 | x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps | Alexander van Heukelum | 1 | -0/+77 |
| 2008-03-28 | kernel: add bit rotation helpers for 16 and 8 bit | Harvey Harrison | 1 | -0/+40 |
| 2007-10-19 | remove BITS_TO_TYPE macro | Jiri Slaby | 1 | -2/+1 |
| 2007-10-19 | define global BIT macro | Jiri Slaby | 1 | -0/+1 |
| 2007-10-19 | define first set of BIT* macros | Jiri Slaby | 1 | -0/+8 |
| 2007-10-16 | I/OAT: Add support for MSI and MSI-X | Shannon Nelson | 1 | -0/+6 |
| 2007-01-26 | [PATCH] fix various kernel-doc in header files | Robert P. J. Day | 1 | -4/+2 |
| 2006-03-26 | [PATCH] bitops: remove unused generic bitops in include/linux/bitops.h | Akinobu Mita | 1 | -123/+1 |
| 2006-03-25 | [PATCH] roundup_pow_of_two() 64-bit fix | Andrew Morton | 1 | -0/+7 |
| 2006-02-03 | [PATCH] fix generic_fls64() | Akinobu Mita | 1 | -1/+1 |
| 2006-01-03 | [FLS64]: generic version | Stephen Hemminger | 1 | -0/+9 |
| 2005-11-14 | [PATCH] x86-64/i386: Intel HT, Multi core detection fixes | Siddha, Suresh B | 1 | -0/+10 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+159 |