Linus Torvalds
3689f9f8b0
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
...
Pull bitmap updates from Yury Norov:
- introduce for_each_set_bitrange()
- use find_first_*_bit() instead of find_next_*_bit() where possible
- unify for_each_bit() macros
* tag 'bitmap-5.17-rc1' of git://github.com/norov/linux:
vsprintf: rework bitmap_list_string
lib: bitmap: add performance test for bitmap_print_to_pagebuf
bitmap: unify find_bit operations
mm/percpu: micro-optimize pcpu_is_populated()
Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
find: micro-optimize for_each_{set,clear}_bit()
include/linux: move for_each_bit() macros from bitops.h to find.h
cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
tools: sync tools/bitmap with mother linux
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
cpumask: use find_first_and_bit()
lib: add find_first_and_bit()
arch: remove GENERIC_FIND_FIRST_BIT entirely
include: move find.h from asm_generic to linux
bitops: move find_bit_*_le functions from le.h to find.h
bitops: protect find_first_{,zero}_bit properly
2022-01-23 06:20:44 +02:00
..
2022-01-16 16:15:14 +02:00
2021-10-20 22:35:04 +02:00
2021-05-14 14:55:13 +02:00
2022-01-13 09:05:29 -08:00
2021-10-28 23:25:27 +02:00
2021-11-15 12:44:47 +01:00
2021-08-26 09:14:36 +02:00
2021-05-29 11:41:14 +02:00
2021-10-28 23:25:27 +02:00
2021-12-11 09:09:46 +01:00
2021-05-26 13:20:49 +02:00
2021-12-09 16:42:28 -08:00
2022-01-15 08:47:31 -08:00
2021-05-05 21:50:13 +02:00
2021-09-08 15:32:35 -07:00
2021-10-06 21:48:27 +02:00
2021-04-28 13:03:44 -07:00
2021-09-13 19:48:21 +02:00
2022-01-16 16:15:14 +02:00
2021-06-07 12:14:45 +02:00
2021-07-02 12:08:10 -07:00
2021-06-03 16:33:09 +02:00
2022-01-11 15:36:30 -08:00
2021-05-19 12:18:45 +02:00
2021-10-06 18:46:02 +02:00
2022-01-12 16:38:25 +01:00
2021-12-11 09:09:46 +01:00
2021-10-20 23:44:43 -04:00
2021-12-11 09:09:47 +01:00
2021-10-28 23:25:26 +02:00
2022-01-12 08:21:54 -06:00
2021-08-10 23:31:43 +02:00
2021-10-05 21:48:30 +02:00
2021-06-29 12:36:59 -07:00
2022-01-12 16:31:19 -08:00
2021-11-30 14:05:48 -08:00
2021-12-08 16:49:42 +01:00
2021-11-02 07:56:47 -07:00
2021-05-21 12:36:44 +02:00
2021-11-30 13:50:26 -08:00
2021-05-12 14:54:56 +02:00
2021-05-20 15:03:58 +02:00
2021-10-04 11:46:46 +02:00
2021-07-30 17:09:01 +02:00
2021-09-30 21:24:06 -04:00
2022-01-22 09:40:01 +02:00
2021-12-08 04:24:43 -05:00
2021-11-11 07:37:10 -05:00
2022-01-19 12:14:40 -05:00
2021-09-30 04:08:01 -04:00
2021-12-09 13:32:25 +01:00
2021-12-22 17:22:09 +01:00
2021-11-11 07:40:26 -05:00
2021-10-22 14:13:50 +02:00
2021-12-11 09:09:45 +01:00
2022-01-16 15:53:00 +02:00
2021-12-30 18:51:17 +01:00
2021-12-11 09:09:47 +01:00
2021-12-22 19:50:26 +01:00
2021-05-10 12:33:28 +02:00
2021-10-28 23:25:29 +02:00
2021-12-11 09:09:45 +01:00
2021-09-21 13:57:43 +02:00
2021-12-03 09:30:45 -08:00
2021-06-04 19:32:21 +01:00
2021-11-11 07:40:26 -05:00
2022-01-12 16:31:19 -08:00
2021-08-10 23:31:43 +02:00
2021-06-17 14:11:47 +02:00
2021-07-01 11:06:03 -07:00
2021-07-01 11:06:02 -07:00
2022-01-15 20:37:06 +02:00
2021-09-20 22:28:47 +02:00
2021-12-19 22:44:34 +01:00
2021-05-12 13:01:45 +02:00
2021-08-10 23:31:43 +02:00
2021-11-15 11:13:16 -08:00
2021-10-26 10:18:09 +02:00
2021-09-15 15:51:47 +02:00
2021-12-08 19:23:12 +01:00
2021-12-09 16:42:28 -08:00
2021-12-06 09:54:10 +01:00
2021-12-11 09:09:45 +01:00
2021-12-11 09:09:48 +01:00
2021-11-15 11:13:16 -08:00
2022-01-10 09:33:40 -08:00
2021-10-25 18:11:42 +02:00
2021-12-11 09:09:49 +01:00
2021-05-19 11:46:27 +02:00
2021-07-23 14:20:24 +01:00
2021-11-11 13:09:32 +01:00
2021-09-22 19:45:48 +02:00
2021-05-12 20:00:51 +02:00
2021-09-21 13:57:43 +02:00
2021-12-09 13:32:25 +01:00
2021-12-11 09:09:45 +01:00
2021-08-16 09:48:27 -04:00
2021-05-20 15:03:58 +02:00
2021-09-14 16:06:20 +02:00
2021-05-31 22:32:26 +02:00
2021-09-30 14:40:30 +02:00
2021-12-06 09:38:48 +01:00
2022-01-06 18:52:07 +01:00
2021-09-21 13:57:43 +02:00
2021-09-08 15:32:35 -07:00
2022-01-12 16:31:19 -08:00
2021-05-20 15:03:59 +02:00
2021-09-30 21:24:07 -04:00
2021-10-22 12:16:53 -04:00
2021-04-30 11:20:40 -07:00
2021-12-11 09:09:50 +01:00
2021-12-09 11:52:21 +01:00