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
..
2021-10-21 10:31:38 +01:00
2021-04-23 11:33:50 +02:00
2021-09-23 20:39:36 +02:00
2021-06-24 14:03:24 +01:00
2020-11-09 21:49:34 +00:00
2021-05-25 19:27:49 +01:00
2021-10-19 10:56:20 +01:00
2021-01-21 17:42:46 +00:00
2021-06-15 11:32:31 +01:00
2021-10-21 10:45:22 +01:00
2021-05-26 23:31:26 +01:00
2021-10-21 10:45:22 +01:00
2021-12-14 18:12:58 +00:00
2021-12-14 13:00:23 +00:00
2022-01-20 09:13:48 +00:00
2021-05-26 13:20:49 +02:00
2021-12-22 10:44:53 +00:00
2022-01-15 08:47:31 -08:00
2020-09-07 15:00:52 +01:00
2020-11-03 14:03:38 +00:00
2021-07-12 13:37:34 +01:00
2021-07-08 11:48:20 -07:00
2021-03-15 10:57:21 +00:00
2020-03-21 15:23:55 +01:00
2022-01-20 09:13:48 +00:00
2021-09-08 15:32:35 -07:00
2021-06-14 09:12:09 -07:00
2020-09-07 14:18:50 +01:00
2021-12-13 18:53:00 +00:00
2021-09-07 13:40:51 -07:00
2021-06-17 18:00:39 +01:00
2021-10-21 17:49:16 +01:00
2021-05-05 18:13:58 +01:00
2020-11-03 14:03:38 +00:00
2020-06-30 11:59:49 +02:00
2021-12-13 15:07:16 +01:00
2021-09-01 15:04:29 -07:00
2021-08-20 12:33:06 +02:00
2021-11-12 16:01:55 -05:00
2021-08-05 14:09:49 +01:00
2020-12-02 19:49:11 +00:00
2021-11-08 22:16:26 +01:00
2020-08-08 19:25:04 +01:00
2021-12-14 18:33:44 +00:00
2021-10-21 10:18:17 +01:00
2021-11-16 09:47:54 +00:00
2021-10-21 10:45:22 +01:00
2021-10-21 10:45:22 +01:00
2020-11-23 10:31:05 +01:00
2021-06-30 20:47:26 -07:00
2021-12-13 18:53:00 +00:00
2021-03-19 12:01:20 +00:00
2022-01-12 08:24:29 -06:00
2021-03-31 09:16:55 +01:00
2021-06-21 11:58:03 +01:00
2021-06-21 11:58:03 +01:00
2021-04-08 20:18:38 +09:00
2021-03-29 10:41:42 +01:00
2021-03-24 20:19:30 +00:00
2021-03-24 20:19:30 +00:00
2021-02-26 09:41:03 -08:00
2021-07-08 11:48:20 -07:00
2021-08-24 16:44:23 +01:00
2021-10-01 13:31:00 +01:00
2021-07-08 11:48:20 -07:00
2021-09-30 21:24:06 -04:00
2021-11-25 15:51:25 +00:00
2021-12-16 12:58:57 +00:00
2022-01-07 10:42:19 -05:00
2022-01-16 16:15:14 +02:00
2021-11-22 16:01:39 +00:00
2021-12-16 12:58:57 +00:00
2021-06-22 14:08:05 +01:00
2022-01-04 17:16:15 +00:00
2021-12-06 08:37:03 +00:00
2020-09-15 18:39:02 +01:00
2020-07-09 13:29:43 -04:00
2021-12-17 16:20:45 +00:00
2020-02-18 18:10:49 +00:00
2021-11-08 22:16:26 +01:00
2020-09-04 12:46:07 +01:00
2021-10-01 13:30:59 +01:00
2021-12-06 08:37:03 +00:00
2020-04-23 10:50:26 +09:00
2021-05-26 23:31:26 +01:00
2021-08-04 16:54:36 +00:00
2021-06-22 14:08:06 +01:00
2021-12-06 17:02:10 +00:00
2021-10-07 09:30:24 +01:00
2021-01-14 15:08:55 -08:00
2020-09-11 16:33:43 +01:00
2021-10-01 14:54:45 +01:00
2021-03-11 16:17:52 +01:00
2021-06-11 11:19:27 +01:00
2020-09-18 14:05:13 +01:00
2020-12-04 10:08:34 +00:00
2021-06-03 09:53:17 +01:00
2021-11-16 10:12:57 +00:00
2021-06-15 12:08:39 +01:00
2021-06-01 18:53:53 +01:00
2020-06-04 19:06:21 -07:00
2021-11-08 10:05:54 +00:00
2021-07-28 18:33:49 +01:00
2021-05-12 13:01:45 +02:00
2020-11-23 10:59:00 +00:00
2020-02-27 14:30:50 +00:00
2021-11-01 16:33:53 -07:00
2021-04-08 17:45:10 +01:00
2021-08-03 10:35:03 +01:00
2020-11-09 21:49:34 +00:00
2021-05-27 17:55:33 +01:00
2021-06-24 14:01:55 +01:00
2020-11-20 11:16:34 -08:00
2021-10-01 13:31:00 +01:00
2021-07-08 11:48:20 -07:00
2021-10-12 09:22:33 +01:00
2020-11-23 18:17:39 +00:00
2021-08-20 19:49:38 +01:00
2021-07-12 13:37:34 +01:00
2021-05-26 22:45:46 +01:00
2021-04-23 14:18:21 +01:00
2020-12-03 19:12:24 +00:00
2021-12-07 15:14:12 +01:00
2021-02-11 07:59:54 -05:00
2021-02-09 13:50:57 +00:00
2021-12-10 14:06:04 +00:00
2020-09-11 15:51:15 +01:00
2021-09-21 14:50:19 +01:00
2020-05-15 16:35:50 +01:00
2021-09-14 16:06:20 +02:00
2022-01-16 16:15:14 +02:00
2021-06-13 18:16:47 +01:00
2021-11-01 17:00:05 -07:00
2021-06-23 14:52:57 +01:00
2021-08-06 13:52:03 +01:00
2021-11-23 15:10:26 +05:30
2021-10-01 13:31:01 +01:00
2020-11-23 18:17:39 +00:00
2021-11-24 09:16:26 +00:00
2022-01-15 16:30:30 +02:00
2022-01-15 16:30:30 +02:00
2020-07-24 13:15:20 +01:00
2020-04-23 10:50:26 +09:00
2021-10-01 13:30:59 +01:00
2021-09-29 16:54:33 +01:00
2020-06-09 09:39:13 -07:00
2021-10-21 10:45:22 +01:00