-
- Downloads
Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linux
Pull bitmap updates from Yury Norov: - topology_span_sane() optimization from Kyle Meyer - fns() rework from Kuan-Wei Chiu (used in cpumask_local_spread() and other places) - headers cleanup from Andy - add a MAINTAINERS record for bitops API * tag 'bitmap-for-6.10v2' of https://github.com/norov/linux: usercopy: Don't use "proxy" headers bitops: Move aligned_byte_mask() to wordpart.h MAINTAINERS: add BITOPS API record bitmap: relax find_nth_bit() limitation on return value lib: make test_bitops compilable into the kernel image bitops: Optimize fns() for improved performance lib/test_bitops: Add benchmark test for fns() Compiler Attributes: Add __always_used macro sched/topology: Optimize topology_span_sane() cpumask: Add for_each_cpu_from()
Showing
- MAINTAINERS 14 additions, 0 deletionsMAINTAINERS
- include/linux/bitops.h 3 additions, 16 deletionsinclude/linux/bitops.h
- include/linux/compiler_attributes.h 13 additions, 0 deletionsinclude/linux/compiler_attributes.h
- include/linux/cpumask.h 10 additions, 0 deletionsinclude/linux/cpumask.h
- include/linux/find.h 1 addition, 1 deletioninclude/linux/find.h
- include/linux/wordpart.h 7 additions, 0 deletionsinclude/linux/wordpart.h
- kernel/sched/topology.c 2 additions, 4 deletionskernel/sched/topology.c
- lib/Kconfig.debug 0 additions, 1 deletionlib/Kconfig.debug
- lib/find_bit.c 1 addition, 1 deletionlib/find_bit.c
- lib/test_bitmap.c 2 additions, 2 deletionslib/test_bitmap.c
- lib/test_bitops.c 28 additions, 0 deletionslib/test_bitops.c
- lib/usercopy.c 7 additions, 2 deletionslib/usercopy.c
Loading
Please register or sign in to comment