| Commit message (Expand) | Author | Age | Files | Lines |
* | cpumask: Introduce for_each_cpu_andnot() | Valentin Schneider | 2022-10-06 | 1 | -0/+5 |
* | lib/find_bit: Introduce find_next_andnot_bit() | Valentin Schneider | 2022-10-06 | 1 | -0/+33 |
* | lib/find: optimize for_each() macros | Yury Norov | 2022-10-01 | 1 | -31/+25 |
* | lib/bitmap: introduce for_each_set_bit_wrap() macro | Yury Norov | 2022-10-01 | 1 | -0/+39 |
* | lib/find_bit: add find_next{,_and}_bit_wrap | Yury Norov | 2022-10-01 | 1 | -0/+46 |
* | cpumask: switch for_each_cpu{,_not} to use for_each_bit() | Yury Norov | 2022-10-01 | 1 | -0/+5 |
* | lib: add find_nth{,_and,_andnot}_bit() | Yury Norov | 2022-09-26 | 1 | -0/+86 |
* | lib/find_bit: optimize find_next_bit() functions | Yury Norov | 2022-09-21 | 1 | -8/+15 |
* | lib/find_bit: create find_first_zero_bit_le() | Yury Norov | 2022-09-21 | 1 | -5/+18 |
* | include/linux/find: Fix documentation | Anna-Maria Behnsen | 2022-06-03 | 1 | -3/+3 |
* | bitmap: unify find_bit operations | Yury Norov | 2022-01-15 | 1 | -0/+56 |
* | find: micro-optimize for_each_{set,clear}_bit() | Yury Norov | 2022-01-15 | 1 | -2/+2 |
* | include/linux: move for_each_bit() macros from bitops.h to find.h | Yury Norov | 2022-01-15 | 1 | -0/+34 |
* | lib: add find_first_and_bit() | Yury Norov | 2022-01-15 | 1 | -0/+27 |
* | arch: remove GENERIC_FIND_FIRST_BIT entirely | Yury Norov | 2022-01-15 | 1 | -13/+0 |
* | include: move find.h from asm_generic to linux | Yury Norov | 2022-01-15 | 1 | -0/+268 |