mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
- bitmap_find_next_zero_area_off() optimization (Sunyi);
- bitmap_find_next_zero_area_off(): return size when no zero area is
found (Yury);
- bitmap vs IDA vs Maple Tree performance test (Yury);
- get rid of cpumap_print_to_pagebuf() (Yury);
- use nr_node_ids in __nodemask_pr_numnodes() (Li RongQing);
- bitops: make the *_bit_le functions use unsigned long (Benjamin);
- bitmap scatter & gather test fix (Christophe);
- use __ASSEMBLER__ in bitmap header files (Thomas);
-----BEGIN PGP SIGNATURE-----
iQGzBAABCgAdFiEEi8GdvG6xMhdgpu/4sUSA/TofvsgFAmqDX1YACgkQsUSA/Tof
vsjcpwwAw7130xQPNFREr+ttdoUn3gN/aVUOl7K2Mi3kUOdlg8i9FEaQ/a07nE5L
ozXRAWgSM7VxW1I7nkj5McsGRiRX0SRoXmTbjDfPugMiXbD1UBPqCz2n0rYHYR4P
GfQ0RJK8LUN3Sq1eIu27HNirLG1HU1jCm3fsaTft2naaY6TnSPjklZdVE6Phz87E
eblgm+AO8//EoKsggoMCnGVCVWKE3N1RrWzsaT4ltErGyHvIzvWEbCCk2cI764Qj
orLLeefPf2xVDlbzywU7uUklNWYRe4miPxrbnT5TH2KmTipb3M62MkGjPa5dzYIq
ssOvSnKoQEV9od9cNv1hPFGs5b+RO+kOolcrWKTqWeHFgVTv7dZZL0QvuGHeOfOa
Fc5GPxE2SiXLPVuUEgMhlrg9DsXGf0d9u7JHTnJF+ZL/QhIE+4wOVnIYWUyBZiqx
zF7Ic62xmeJOKz9kfYg9JQYPwUblhhyYtiWOmzLIisf8FXi5M3L9eH6rO6CEWcrk
viEkTMbW
=q8Lf
-----END PGP SIGNATURE-----
Merge tag 'bitmap-for-7.3' of https://github.com/norov/linux
Pull bitmap updates from Yury Norov:
"The usual set of fixes, cleanups and performance improvements together
with a couple of new tests:
- bitmap_find_next_zero_area_off() optimization (Sunyi)
- bitmap_find_next_zero_area_off(): return size when no zero area is
found (Yury)
- bitmap vs IDA vs Maple Tree performance test (Yury)
- get rid of cpumap_print_to_pagebuf() (Yury)
- use nr_node_ids in __nodemask_pr_numnodes() (Li RongQing)
- bitops: make the *_bit_le functions use unsigned long (Benjamin)
- bitmap scatter & gather test fix (Christophe)
- use __ASSEMBLER__ in bitmap header files (Thomas)"
* tag 'bitmap-for-7.3' of https://github.com/norov/linux: (25 commits)
lib: test bitmap vs IDA vs Maple Tree performance for region allocations
bitmap: Return size when no zero area is found
media: s5p-mfc: Treat bitmap size as allocation failure
crypto: ccp: Treat bitmap size as allocation failure
powerpc/msi: Treat bitmap size as allocation failure
ARM: dma-mapping: Treat bitmap size as allocation failure
bitmap: drop bitmap_next_set_region()
nodemask: reduce bitmap width to nr_node_ids in __nodemask_pr_numnodes()
bitmap: Properly initialise destination bitmap for scatter & gather test
lib/bitmap-str: get rid of cpumap_print_to_pagebuf()
perf: Use sysfs_emit() for cpumask show callbacks
PCI/sysfs: Use sysfs_emit() for cpumask show callbacks
RDMA/hfi1: Use sysfs_emit() for cpumask show helper
hwtracing: hisi_ptt: Use sysfs_emit() for cpumask show
fpga: dfl-fme-perf: Use sysfs_emit() for cpumask show
devfreq: Use sysfs_emit() for cpumask show callbacks
cpu: Use sysfs_emit() for cpumask show callback
x86/events: Use sysfs_emit() for cpumask show callbacks
powerpc: Use sysfs_emit() for cpumask show callbacks
arm: Use sysfs_emit() for cpumask show callbacks
...
|
||
|---|---|---|
| .. | ||
| anatop.c | ||
| avic.c | ||
| common.h | ||
| cpu-imx5.c | ||
| cpu-imx25.c | ||
| cpu-imx27.c | ||
| cpu-imx31.c | ||
| cpu-imx35.c | ||
| cpu.c | ||
| cpuidle-imx5.c | ||
| cpuidle-imx6q.c | ||
| cpuidle-imx6sl.c | ||
| cpuidle-imx6sx.c | ||
| cpuidle-imx7ulp.c | ||
| cpuidle.h | ||
| crmregs-imx3.h | ||
| gpc.c | ||
| hardware.h | ||
| headsmp.S | ||
| hotplug.c | ||
| iim.h | ||
| irq-common.c | ||
| irq-common.h | ||
| Kconfig | ||
| mach-imx1.c | ||
| mach-imx6q.c | ||
| mach-imx6sl.c | ||
| mach-imx6sx.c | ||
| mach-imx6ul.c | ||
| mach-imx7d-cm4.c | ||
| mach-imx7d.c | ||
| mach-imx7ulp.c | ||
| mach-imx25.c | ||
| mach-imx27.c | ||
| mach-imx31.c | ||
| mach-imx35.c | ||
| mach-imx50.c | ||
| mach-imx51.c | ||
| mach-imx53.c | ||
| mach-imxrt.c | ||
| mach-ls1021a.c | ||
| mach-vf610.c | ||
| Makefile | ||
| mm-imx3.c | ||
| mmdc.c | ||
| mx2x.h | ||
| mx3x.h | ||
| mx27.h | ||
| mx31.h | ||
| mx35.h | ||
| mxc.h | ||
| platsmp.c | ||
| pm-imx5.c | ||
| pm-imx6.c | ||
| pm-imx7ulp.c | ||
| pm-imx25.c | ||
| pm-imx27.c | ||
| resume-imx6.S | ||
| src.c | ||
| ssi-fiq-ksym.c | ||
| ssi-fiq.S | ||
| suspend-imx6.S | ||
| suspend-imx53.S | ||
| system.c | ||
| tzic.c | ||