Files
linux/arch/arm64/include/asm
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
..
2020-09-07 15:00:52 +01:00
2021-09-08 15:32:35 -07:00
2021-12-13 18:53:00 +00:00
2020-12-02 19:49:11 +00:00
2021-10-21 10:45:22 +01:00
2021-03-24 20:19:30 +00:00
2021-10-01 13:31:00 +01:00
2020-02-18 18:10:49 +00:00
2021-10-07 09:30:24 +01:00
2020-09-11 16:33:43 +01:00
2021-10-01 14:54:45 +01:00
2020-07-24 13:15:20 +01:00
2021-09-29 16:54:33 +01:00