Age | Commit message (Expand) | Author |
2022-10-06 | cpumask: Introduce for_each_cpu_andnot() | Valentin Schneider |
2022-10-06 | lib/find_bit: Introduce find_next_andnot_bit() | Valentin Schneider |
2022-10-01 | lib/find: optimize for_each() macros | Yury Norov |
2022-10-01 | lib/bitmap: introduce for_each_set_bit_wrap() macro | Yury Norov |
2022-10-01 | lib/find_bit: add find_next{,_and}_bit_wrap | Yury Norov |
2022-10-01 | cpumask: switch for_each_cpu{,_not} to use for_each_bit() | Yury Norov |
2022-09-26 | lib: add find_nth{,_and,_andnot}_bit() | Yury Norov |
2022-09-21 | lib/find_bit: optimize find_next_bit() functions | Yury Norov |
2022-09-21 | lib/find_bit: create find_first_zero_bit_le() | Yury Norov |
2022-06-03 | include/linux/find: Fix documentation | Anna-Maria Behnsen |
2022-01-15 | bitmap: unify find_bit operations | Yury Norov |
2022-01-15 | find: micro-optimize for_each_{set,clear}_bit() | Yury Norov |
2022-01-15 | include/linux: move for_each_bit() macros from bitops.h to find.h | Yury Norov |
2022-01-15 | lib: add find_first_and_bit() | Yury Norov |
2022-01-15 | arch: remove GENERIC_FIND_FIRST_BIT entirely | Yury Norov |
2022-01-15 | include: move find.h from asm_generic to linux | Yury Norov |