This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 23df9ba64bb9 Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/ [...] new e18e5cbc70f1 net: dsa: don't use bitmap_weight() in b53_arl_read() new 1ef1b69beaad net: systemport: don't use bitmap_weight() in bcm_sysport_ [...] new 3a351118dc84 net: mellanox: fix open-coded for_each_set_bit() new c8f14e2b737f iio: fix opencoded for_each_set_bit() new 64b87c1a1875 qed: rework qed_rdma_bmap_free() new fe06a0c09b47 KVM: x86: replace bitmap_weight with bitmap_empty where ap [...] new 2b330a6a6c21 octeontx2-pf: replace bitmap_weight with bitmap_empty wher [...] new 5f8dac3fc7ba qed: replace bitmap_weight with bitmap_empty in qed_roce_stop() new 8f51558e8015 risc-v: replace bitmap_weight with bitmap_empty in riscv_f [...] new 71c1a517e3da arch/alpha: replace cpumask_weight with cpumask_empty wher [...] new b6dad11d9cb1 arch/ia64: replace cpumask_weight with cpumask_empty where [...] new 4aec74bccf5d arch/x86: replace cpumask_weight with cpumask_empty where [...] new a37e94fe7c42 drm/i915/pmu: replace cpumask_weight with cpumask_empty wh [...] new d72002ae67ad irq: mips: replace cpumask_weight with cpumask_empty where [...] new 99248e351a27 genirq/affinity: replace cpumask_weight with cpumask_empty [...] new 95e3a97387d6 clocksource: replace cpumask_weight with cpumask_empty in [...] new b55032f1067a mm/vmstat: replace cpumask_weight with cpumask_empty where [...] new dcf23cca930d arch/x86: replace nodes_weight with nodes_empty where appropriate new c6bc5a3ce22c MAINTAINERS: add cpumask and nodemask files to BITMAP_API new 430cd4a28d73 lib/bitmap.c make bitmap_print_bitmask_to_buf parseable new 6d7131bd52b3 include/linux/find: Fix documentation new e041e0ac53dd lib/bitmap: extend comment for bitmap_(from,to)_arr32() new 0a97953fd221 lib: add bitmap_{from,to}_arr64 new 2c523550b992 lib/bitmap: add test for bitmap_{from,to}_arr64 new da0f8e957be9 KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 [...] new 525d6515604e drm/amd/pm: use bitmap_{from,to}_arr32 where appropriate new a570e68fabec ia64: cleanup remove_siblinginfo() new a7ef9b455c7c KVM: x86: hyper-v: fix type of valid_bank_mask new d603fd8dd35f KVM: x86: hyper-v: replace bitmap_weight() with hweight64() new 005f17007f47 bitmap: Fix return values to be unsigned new 0dfe54071d7c nodemask: Fix return values to be unsigned new d0e60d46bc03 Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux
The 32 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 4 + arch/alpha/kernel/process.c | 2 +- arch/ia64/kernel/setup.c | 2 +- arch/ia64/kernel/smpboot.c | 4 - arch/riscv/kernel/cpufeature.c | 7 +- arch/s390/kvm/kvm-s390.c | 10 +- arch/x86/kvm/hyperv.c | 12 +-- drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c | 2 +- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 2 +- drivers/gpu/drm/i915/i915_pmu.c | 2 +- drivers/iio/dummy/iio_simple_dummy_buffer.c | 48 ++++----- drivers/net/dsa/b53/b53_common.c | 6 +- drivers/net/ethernet/broadcom/bcmsysport.c | 6 +- .../ethernet/marvell/octeontx2/nic/otx2_flows.c | 4 +- .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 2 +- drivers/net/ethernet/mellanox/mlx4/cmd.c | 23 ++-- drivers/net/ethernet/qlogic/qed/qed_rdma.c | 45 +++----- drivers/net/ethernet/qlogic/qed/qed_roce.c | 2 +- include/linux/bitmap.h | 56 ++++++---- include/linux/find.h | 6 +- include/linux/nodemask.h | 38 +++---- lib/bitmap.c | 117 ++++++++++++++++----- lib/nodemask.c | 4 +- lib/test_bitmap.c | 25 +++++ mm/vmstat.c | 4 +- tools/include/linux/bitmap.h | 17 +-- tools/lib/bitmap.c | 20 ++-- 27 files changed, 263 insertions(+), 207 deletions(-)