| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-03 | tools headers asm: Sync fls headers header with the kernel sources | Arnaldo Carvalho de Melo | 3 | -4/+4 |
| 2024-05-03 | bitops: Change function return types from long to int | Thorsten Blum | 2 | -4/+4 |
| 2024-04-11 | tools/include: Sync asm-generic/bitops/fls.h with the kernel sources | Namhyung Kim | 2 | -4/+12 |
| 2022-12-02 | tools: KVM: selftests: Convert clear/set_bit() to actual atomics | Sean Christopherson | 1 | -9/+6 |
| 2022-12-02 | tools: Take @bit as an "unsigned long" in {clear,set}_bit() helpers | Sean Christopherson | 1 | -2/+2 |
| 2022-06-30 | bitops: wrap non-atomic bitops with a transparent macro | Alexander Lobakin | 1 | -12/+12 |
| 2022-06-30 | bitops: unify non-atomic bitops prototypes across architectures | Alexander Lobakin | 1 | -9/+15 |
| 2022-01-15 | tools: sync tools/bitmap with mother linux | Yury Norov | 1 | -145/+0 |
| 2021-05-06 | tools: sync lib/find_bit implementation | Yury Norov | 1 | -3/+55 |
| 2021-05-06 | tools: sync find_next_bit implementation | Yury Norov | 1 | -6/+21 |
| 2019-01-04 | fls: change parameter to unsigned int | Matthew Wilcox | 1 | -1/+1 |
| 2018-10-21 | xarray: Add XArray marks | Matthew Wilcox | 2 | -9/+109 |
| 2018-02-06 | lib: optimize cpumask_next_and() | Clement Courbet | 1 | -0/+16 |
| 2017-11-04 | tools/headers: Synchronize kernel ABI headers | Ingo Molnar | 5 | -0/+5 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
| 2017-01-27 | radix tree test suite: Remove duplicate bitops code | Matthew Wilcox | 1 | -0/+3 |
| 2016-10-24 | tools lib: Add for_each_clear_bit macro | Jiri Olsa | 2 | -0/+40 |
| 2016-07-18 | tools: Copy the bitops files accessed from the kernel and check for drift | Arnaldo Carvalho de Melo | 5 | -5/+188 |
| 2016-07-12 | tools: Copy the bitsperlong.h files from the kernel | Arnaldo Carvalho de Melo | 2 | -0/+2 |
| 2016-03-09 | tools: Copy hashtable.h into tools directory | Josh Poimboeuf | 3 | -3/+3 |
| 2015-01-16 | tools: Remove bitops/hweight usage of bits in tools/perf | Arnaldo Carvalho de Melo | 3 | -0/+9 |
| 2014-12-17 | tools: Adopt fls_long and deps | Arnaldo Carvalho de Melo | 3 | -0/+3 |
| 2014-12-17 | tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/lib | Arnaldo Carvalho de Melo | 1 | -0/+33 |
| 2014-12-17 | tools: Move code originally from asm-generic/atomic.h into tools/include/asm-... | Arnaldo Carvalho de Melo | 1 | -0/+22 |
| 2014-12-17 | tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.h | Arnaldo Carvalho de Melo | 1 | -0/+43 |