Linus Torvalds
3689f9f8b0
bitmap patches for 5.17-rc1
...
-----BEGIN PGP SIGNATURE-----
iQHJBAABCgAzFiEEi8GdvG6xMhdgpu/4sUSA/TofvsgFAmHi+xgVHHl1cnkubm9y
b3ZAZ21haWwuY29tAAoJELFEgP06H77IxdoMAMf3E+L51Ys/4iAiyJQNVoT3aIBC
A8ZVOB9he1OA3o3wBNIRKmICHk+ovnfCWcXTr9fG/Ade2wJz88NAsGPQ1Phywb+s
iGlpySllFN72RT9ZqtJhLEzgoHHOL0CzTW07TN9GJy4gQA2h2G9CTP+OmsQdnVqE
m9Fn3PSlJ5lhzePlKfnln8rGZFgrriJakfEFPC79n/7an4+2Hvkb5rWigo7KQc4Z
9YNqYUcHWZFUgq80adxEb9LlbMXdD+Z/8fCjOrAatuwVkD4RDt6iKD0mFGjHXGL7
MZ9KRS8AfZXawmetk3jjtsV+/QkeS+Deuu7k0FoO0Th2QV7BGSDhsLXAS5By/MOC
nfSyHhnXHzCsBMyVNrJHmNhEZoN29+tRwI84JX9lWcf/OLANcCofnP6f2UIX7tZY
CAZAgVELp+0YQXdybrfzTQ8BT3TinjS/aZtCrYijRendI1GwUXcyl69vdOKqAHuk
5jy8k/xHyp+ZWu6v+PyAAAEGowY++qhL0fmszA==
=RKW4
-----END PGP SIGNATURE-----
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
..
2019-11-07 15:44:14 +01:00
2022-01-16 16:15:14 +02:00
2021-10-20 22:35:04 +02:00
2021-03-18 15:31:53 +01:00
2021-05-14 14:55:13 +02:00
2022-01-13 09:05:29 -08:00
2019-06-19 17:09:55 +02:00
2020-11-21 12:05:41 +01:00
2021-02-09 10:58:18 +01:00
2021-03-21 23:50:28 +01: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
2020-10-28 20:26:24 +01:00
2019-05-13 11:07:33 +02:00
2020-05-18 19:50:47 +02:00
2021-10-28 23:25:27 +02:00
2021-12-11 09:09:46 +01:00
2020-06-11 08:03:24 +02:00
2020-10-12 18:27:27 +02:00
2021-05-26 13:20:49 +02:00
2020-05-19 18:03:07 +02:00
2021-12-09 16:42:28 -08:00
2022-01-15 08:47:31 -08:00
2020-07-31 11:49:09 +02:00
2019-09-02 09:17:45 +02:00
2021-05-05 21:50:13 +02:00
2020-01-23 10:41:20 -08:00
2020-10-25 14:51:49 -07:00
2020-06-08 11:05:57 -07:00
2020-11-19 11:43:13 +01:00
2020-08-20 15:45:18 -04:00
2020-08-20 15:45:22 -04:00
2020-08-20 15:45:14 -04:00
2020-03-21 15:23:54 +01:00
2020-07-26 12:47:22 +02:00
2021-03-18 15:31:53 +01:00
2021-09-08 15:32:35 -07:00
2020-05-07 13:48:05 +02: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
2019-09-03 09:36:36 +02:00
2020-06-15 14:10:09 +02:00
2021-06-07 12:14:45 +02:00
2020-09-04 15:12:55 +02:00
2020-05-07 16:06:20 +02:00
2020-09-07 22:44:43 +02:00
2021-07-02 12:08:10 -07:00
2020-06-30 11:59:48 +02:00
2021-06-03 16:33:09 +02:00
2020-06-15 14:10:00 +02:00
2020-10-06 07:07:05 +02:00
2020-05-28 20:21:32 +02:00
2020-04-14 14:24:05 +02:00
2020-04-09 00:01:59 +09:00
2022-01-11 15:36:30 -08:00
2021-05-19 12:18:45 +02:00
2021-01-06 08:40:56 -05:00
2019-10-17 21:31:57 +02:00
2020-11-18 18:02:50 +01: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-02-09 15:28:37 +01:00
2021-04-20 08:59:03 -06:00
2020-09-18 09:59:40 +02:00
2020-08-24 18:18:32 +02: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
2019-05-30 11:29:53 -07:00
2020-07-09 07:08:40 -04:00
2020-11-06 23:14:55 +01:00
2020-10-28 20:26:25 +01:00
2020-06-03 20:09:46 -07:00
2020-11-18 20:55:59 +01:00
2022-01-12 08:21:54 -06:00
2019-07-17 08:09:59 +02: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
2019-06-05 17:37:17 +02:00
2019-05-30 11:26:35 -07:00
2021-03-15 11:00:57 +01:00
2022-01-12 16:31:19 -08:00
2021-03-31 16:20:22 +02:00
2020-11-26 12:58:56 +01:00
2019-04-16 12:26:18 +02:00
2021-03-18 15:31:53 +01:00
2021-03-21 23:50:28 +01:00
2021-02-15 20:10:30 +01:00
2020-04-24 11:18:44 +01:00
2021-11-30 14:05:48 -08:00
2021-02-15 20:10:30 +01:00
2020-05-12 16:05:30 +02:00
2020-10-28 20:26:28 +01:00
2020-07-18 12:31:49 +02:00
2021-12-08 16:49:42 +01:00
2020-11-06 23:14:58 +01:00
2019-11-11 16:06:07 +01:00
2020-07-18 07:17:16 +02:00
2020-10-28 20:26:28 +01:00
2021-11-02 07:56:47 -07:00
2021-05-21 12:36:44 +02:00
2020-06-11 15:15:14 +02:00
2021-02-24 16:32:23 -08:00
2020-10-28 20:26:27 +01:00
2021-11-30 13:50:26 -08:00
2019-05-24 17:39:02 +02:00
2021-05-12 14:54:56 +02:00
2020-06-09 09:39:13 -07:00
2021-05-20 15:03:58 +02:00
2020-07-22 23:56:53 +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
2020-07-09 13:29:42 -04:00
2019-02-20 22:47:38 +01: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
2020-11-13 12:15:28 -05:00
2018-10-16 17:33:54 +02:00
2021-12-22 17:22:09 +01:00
2021-11-11 07:40:26 -05:00
2020-04-20 12:39:17 +02:00
2020-04-14 17:34:46 +02:00
2021-10-22 14:13:50 +02:00
2020-12-15 23:58:04 -08:00
2020-10-26 13:46:47 +01:00
2021-12-11 09:09:45 +01:00
2020-05-28 18:34:30 +02:00
2020-04-23 10:50:26 +09:00
2020-09-16 16:52:28 +02:00
2022-01-16 15:53:00 +02:00
2020-10-28 20:26:29 +01: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
2020-11-24 16:47:35 +01:00
2021-01-29 10:05:51 +05:30
2021-05-10 12:33:28 +02:00
2021-10-28 23:25:29 +02:00
2020-10-14 11:42:04 -07:00
2019-05-20 17:27:08 +03:00
2019-05-21 11:28:45 +02:00
2021-01-13 18:13:13 -06:00
2020-10-29 21:54:35 +01: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
2020-04-10 15:36:21 -07: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
2020-09-16 16:52:35 +02:00
2020-09-16 16:52:38 +02:00
2020-07-23 11:46:43 +02:00
2021-06-17 14:11:47 +02:00
2021-07-01 11:06:03 -07:00
2019-12-10 10:12:55 +01:00
2019-12-10 10:12:55 +01:00
2020-10-29 21:54:35 +01:00
2020-11-24 14:42:09 +01:00
2020-08-03 17:25:42 -07:00
2019-12-10 10:12:55 +01:00
2021-07-01 11:06:02 -07:00
2020-06-02 10:59:11 -07:00
2020-08-15 13:52:11 +02:00
2020-06-09 09:39:14 -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-02-15 20:09:46 +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
2019-05-30 11:26:32 -07:00
2021-10-26 10:18:09 +02:00
2019-10-01 20:31:35 +02:00
2021-09-15 15:51:47 +02:00
2019-11-14 18:24:43 +01:00
2019-06-22 21:21:10 +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
2018-11-23 07:59:59 +01:00
2021-12-11 09:09:45 +01:00
2021-01-11 11:43:23 +01:00
2019-01-06 09:46:51 +09:00
2020-11-20 11:16:34 -08:00
2020-03-19 11:58:13 +01:00
2021-12-11 09:09:48 +01:00
2021-11-15 11:13:16 -08:00
2021-03-11 11:47:37 +01: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
2020-03-31 11:04:05 -07:00
2021-07-23 14:20:24 +01:00
2021-04-26 09:01:29 -07:00
2021-11-11 13:09:32 +01:00
2021-02-10 23:34:17 +01:00
2020-11-22 10:48:22 -08:00
2018-11-28 11:57:12 +01:00
2021-09-22 19:45:48 +02:00
2020-05-28 21:18:40 +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
2020-10-06 11:18:04 +02:00
2021-03-08 13:19:05 +01:00
2019-07-22 10:12:33 +02:00
2018-10-03 11:56:34 +02:00
2021-08-16 09:48:27 -04:00
2021-03-28 22:40:10 +02:00
2019-04-10 09:53:31 +02:00
2020-12-09 09:37:42 +01:00
2021-05-20 15:03:58 +02:00
2021-09-14 16:06:20 +02:00
2020-03-21 16:03:25 +01:00
2020-09-01 09:58:05 +02:00
2021-05-31 22:32:26 +02:00
2021-09-30 14:40:30 +02:00
2019-06-29 11:35:35 +02:00
2021-01-29 20:02:29 +01:00
2021-12-06 09:38:48 +01:00
2022-01-06 18:52:07 +01:00
2020-11-17 14:36:13 +01:00
2020-09-07 19:45:25 +02:00
2021-09-21 13:57:43 +02:00
2020-08-10 19:07:44 -07:00
2020-03-18 15:53:25 -04:00
2021-09-08 15:32:35 -07:00
2022-01-12 16:31:19 -08:00
2019-11-07 11:07:29 +01: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
2019-05-30 11:26:35 -07:00
2020-12-14 17:13:53 -08:00
2020-04-23 10:50:26 +09:00
2020-03-23 18:45:14 +01:00
2021-02-04 05:27:33 -05:00
2021-01-21 20:08:53 +01:00
2021-04-30 11:20:40 -07:00
2019-10-22 00:51:44 +02:00
2021-04-20 04:18:54 -04:00
2021-02-04 05:27:21 -05:00
2019-06-28 00:04:39 +02:00
2020-01-14 12:20:58 +01:00
2021-12-11 09:09:50 +01:00
2021-12-09 11:52:21 +01:00
2019-05-24 17:27:13 +02:00
2020-04-09 00:01:59 +09:00
2019-05-24 17:27:13 +02:00