summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/vmstat: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-2/+2
* clocksource: replace cpumask_weight with cpumask_empty in clocksource.cYury Norov2022-06-031-1/+1
* genirq/affinity: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
* irq: mips: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
* drm/i915/pmu: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
* arch/x86: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-033-9/+9
* arch/ia64: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
* arch/alpha: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
* risc-v: replace bitmap_weight with bitmap_empty in riscv_fill_hwcap()Yury Norov2022-06-031-4/+3
* qed: replace bitmap_weight with bitmap_empty in qed_roce_stop()Yury Norov2022-05-021-1/+1
* octeontx2-pf: replace bitmap_weight with bitmap_empty where appropriateYury Norov2022-05-022-3/+3
* KVM: x86: replace bitmap_weight with bitmap_empty where appropriateYury Norov2022-05-021-4/+4
* qed: rework qed_rdma_bmap_free()Yury Norov2022-05-021-31/+14
* iio: fix opencoded for_each_set_bit()Yury Norov2022-05-021-29/+19
* net: mellanox: fix open-coded for_each_set_bit()Yury Norov2022-05-021-17/+6
* net: systemport: don't use bitmap_weight() in bcm_sysport_rule_set()Yury Norov2022-05-021-5/+1
* net: dsa: don't use bitmap_weight() in b53_arl_read()Yury Norov2022-05-021-5/+1
* Linux 5.18-rc2v5.18-rc2Linus Torvalds2022-04-111-1/+1
* Merge tag 'tty-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-04-101-10/+10
|\
| * tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned, part II.Jiri Slaby2022-04-041-10/+10
* | Merge tag 'staging-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-101-1/+1
|\ \
| * | staging: r8188eu: Fix PPPoE tag insertion on little endian systemsGuenter Roeck2022-04-041-1/+1
| |/
* | Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-04-104-48/+4
|\ \
| * | kobject: kobj_type: remove default_attrsGreg Kroah-Hartman2022-04-053-46/+0
| * | powerpc/pseries/vas: use default_groups in kobj_typeGreg Kroah-Hartman2022-04-051-2/+4
| |/
* | Merge tag 'char-misc-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-101-8/+8
|\ \
| * | habanalabs: Fix test build failuresGuenter Roeck2022-04-041-8/+8
| |/
* | Merge tag 'powerpc-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-04-1015-35/+169
|\ \
| * | Revert "powerpc: Set max_mapnr correctly"Kefeng Wang2022-04-071-1/+1
| * | powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang2022-04-071-1/+5
| * | KVM: PPC: Move kvmhv_on_pseries() into kvm_ppc.hMichael Ellerman2022-04-032-12/+12
| * | powerpc/numa: Handle partially initialized numa nodesSrikar Dronamraju2022-03-311-1/+1
| * | powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.SChristophe Leroy2022-03-281-2/+8
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-03-289-18/+142
| |\ \
| | * | KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin2022-03-083-1/+31
| | * | KVM: PPC: Book3S PR: Disallow AIL != 0Nicholas Piggin2022-03-081-0/+20
| | * | KVM: PPC: Book3S PR: Disable SCV when AIL could be disabledNicholas Piggin2022-03-084-9/+58
| | * | Merge branch 'kvm-ppc-cap-210' of https://git.kernel.org/pub/scm/virt/kvm/kvm...Michael Ellerman2022-03-08389-2555/+5413
| | |\ \
| | * | | KVM: PPC: Book3S HV P9: Fix "lost kick" raceNicholas Piggin2022-03-071-8/+33
* | | | | Merge tag 'irq-urgent-2022-04-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-105-14/+37
|\ \ \ \ \
| * \ \ \ \ Merge tag 'irqchip-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2022-04-095-14/+37
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | irqchip/gic, gic-v3: Prevent GSI to SGI translationsAndre Przywara2022-04-052-0/+12
| | * | | | irqchip/gic-v3: Fix GICR_CTLR.RWP pollingMarc Zyngier2022-04-051-4/+4
| | * | | | irqchip/gic-v4: Wait for GICR_VPENDBASER.Dirty to clear before deschedulingMarc Zyngier2022-04-051-9/+19
| | * | | | irqchip/irq-qcom-mpm: fix return value check in qcom_mpm_init()Yang Yingliang2022-04-051-1/+1
| | * | | | irq/qcom-mpm: Fix build error without MAILBOXYueHaibing2022-04-051-0/+1
| |/ / / /
* | | | | Merge tag 'x86_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-106-57/+54
|\ \ \ \ \
| * | | | | x86/msi: Fix msi message data shadow structReto Buerki2022-04-071-8/+11
| * | | | | x86/extable: Prefer local labels in .set directivesNick Desaulniers2022-04-071-10/+10
| * | | | | x86,bpf: Avoid IBT objtool warningPeter Zijlstra2022-04-071-0/+1