summaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl/qbman
AgeCommit message (Expand)AuthorLines
9 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
9 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-11-26soc: fsl: qbman: use kmalloc_array() instead of kmalloc()Gongwei Li-1/+1
2025-11-26soc: fsl: qbman: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+1
2025-09-22soc/fsl/qbman: Use for_each_online_cpu() instead of for_each_cpu()Fushuai Wang-1/+1
2025-05-13soc: fsl: qbman: Remove const from portal->cgrs allocation typeKees Cook-1/+1
2025-01-02soc/qman: test: Use kthread_run_on_cpu()Frederic Weisbecker-4/+2
2024-09-03Merge tag 'soc_fsl-6.12-2' of https://github.com/chleroy/linux into soc/driversArnd Bergmann-4/+3
2024-09-03soc: fsl: qbman: Remove redundant warningsXiaolei Wang-2/+0
2024-09-03soc: fsl: qbman: Use iommu_paging_domain_alloc()Lu Baolu-2/+3
2024-08-08soc: fsl: qbman: remove unused struct 'cgr_comp'Dr. David Alan Gilbert-5/+0
2024-07-14soc: fsl: qbman: FSL_DPAA depends on COMPILE_TESTBreno Leitao-1/+1
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-11/+14
2024-03-13soc: fsl: qbman: Use raw spinlock for cgr_lockSean Anderson-11/+14
2024-03-13soc: fsl: qbman: Always disable interrupts when taking cgr_lockSean Anderson-5/+5
2024-03-06soc: fsl: qbman: Remove RESERVEDMEM_OF_DECLARE usageRob Herring-78/+38
2023-04-14soc: fsl: Use of_property_present() for testing DT property presenceRob Herring-4/+4
2022-09-05soc: fsl: qbman: Add CGR update functionSean Anderson-0/+48
2022-09-05soc: fsl: qbman: Add helper for sanity checking cgr opsSean Anderson-10/+19
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov-2/+2
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-52/+3
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+4
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel-52/+3
2021-04-07iommu/fsl_pamu: enable the liodn when attaching a deviceChristoph Hellwig-11/+0
2021-04-07iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct callChristoph Hellwig-15/+3
2021-04-07iommu/fsl_pamu: remove ->domain_window_enableChristoph Hellwig-7/+0
2021-04-07iommu/fsl_pamu: remove support for multiple windowsChristoph Hellwig-7/+0
2021-04-07iommu/fsl_pamu: remove support for setting DOMAIN_ATTR_GEOMETRYChristoph Hellwig-12/+0
2021-04-06soc: fsl: qbman: Delete useless kfree codeZheng Yongjun-1/+0
2021-04-06soc: fsl: qbman: Ensure device cleanup is run for kexecRoy Pledge-2/+4
2021-04-01soc/fsl: qbman: fix conflicting alignment attributesArnd Bergmann-1/+1
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+2
2020-11-23soc: fsl: qbman: qman: Remove unused variable 'dequeue_wq'Lee Jones-6/+2
2020-11-03soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior-10/+14
2020-09-22soc: fsl: qman: convert to use be32_add_cpu()Liu Shixin-1/+1
2020-09-22soc: fsl: qbman: Fix return value on successKrzysztof Kozlowski-1/+1
2020-05-22soc: fsl: qbman: Remove unused inline function qm_eqcr_get_ci_stashingYueHaibing-5/+0
2019-10-31dpaa_eth: register a device link for the qman portal usedMadalin Bucur-6/+0
2019-10-31soc: fsl: qbman: allow registering a device link for the portal userMadalin Bucur-0/+13
2019-08-15soc/fsl/qbman: Update device tree with reserved memoryRoy Pledge-24/+36
2019-08-15soc/fsl/qbman: Fixup qman_shutdown_fq()Roy Pledge-11/+42
2019-08-15soc/fsl/qbman: Disable interrupts during portal recoveryRoy Pledge-3/+21
2019-08-15soc/fsl/qbman: Fix drain_mr_fqni()Roy Pledge-1/+3
2019-08-15soc/fsl/qbman: Cleanup QMan queues if device was already initializedRoy Pledge-4/+38
2019-08-15soc/fsl/qbman: Cleanup buffer pools if BMan was initialized prior to bootupRoy Pledge-9/+41
2019-08-15soc/fsl/qbman: Rework QBMan private memory setupRoy Pledge-11/+76
2019-08-15soc: fsl: qbman: Remove dev_err() usage after platform_get_irq()Stephen Boyd-6/+2
2019-06-17Merge tag 'soc-fsl-next-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson-10/+42
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-20soc: fsl: qbman_portals: add APIs to retrieve the probing statusLaurentiu Tudor-8/+33