| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-21 | tools: sync find_bit() implementation | Yury Norov | 1 | -49/+12 | |
| Sync find_first_bit() and find_next_bit() implementation with the mother kernel. Also, drop unused find_last_bit() and find_next_clump8(). Signed-off-by: Yury Norov <[email protected]> | |||||
| 2022-01-15 | tools: sync tools/bitmap with mother linux | Yury Norov | 1 | -0/+214 | |
| Remove tools/include/asm-generic/bitops/find.h and copy include/linux/bitmap.h to tools. find_*_le() functions are not copied because not needed in tools. Signed-off-by: Yury Norov <[email protected]> Tested-by: Wolfram Sang <[email protected]> | |||||