summaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl/dpio
AgeCommit message (Expand)AuthorLines
9 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
9 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos-1/+1
2024-03-13soc: fsl: dpio: fix kcalloc() argument orderArnd Bergmann-1/+1
2023-05-30bus: fsl-mc: Make remove function return voidUwe Kleine-König-3/+1
2023-05-30soc: fsl: dpio: Suppress duplicated error reporting on device removeUwe Kleine-König-5/+1
2022-11-23soc: fsl: dpio: Remove linux/msi.h includeThomas Gleixner-1/+0
2022-02-09soc: fsl: dpio: read the consumer index from the cache inhibited areaIoana Ciornei-4/+4
2021-12-16bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner-4/+4
2021-11-10Merge tag 'arm-fixes-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-7/+4
2021-11-03Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-5/+5
2021-10-21soc: fsl: dpio: rename the enqueue descriptor variableYouri Querry-4/+4
2021-10-21soc: fsl: dpio: use an explicit NULL instead of 0Ioana Ciornei-1/+1
2021-10-20soc: fsl: dpio: Unsigned compared against 0 in qbman_swp_set_irq_coalescing()Tim Gardner-6/+5
2021-10-19soc: fsl: dpio: use the combined functions to protect critical zoneMeng Li-6/+3
2021-10-19soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_idMeng Li-1/+1
2021-10-15soc: fsl: dpio: add Net DIM integrationIoana Ciornei-0/+80
2021-10-15soc: fsl: dpio: add support for irq coalescing per software portalIoana Ciornei-0/+107
2021-10-15soc: fsl: dpio: extract the QBMAN clock frequency from the attributesIoana Ciornei-0/+9
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+13
2020-11-23soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)Hao Si-4/+1
2020-11-23soc: fsl: dpio: qbman-portal: Fix a bunch of kernel-doc misdemeanoursLee Jones-5/+13
2020-09-22soc: fsl: dpio: remove set but not used 'addr_cena'Jason Yan-2/+0
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-13/+5
2020-05-28Merge tag 'soc-fsl-next-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann-13/+5
2020-05-22soc: fsl: dpio: Remove unused inline function qbman_write_eqcr_am_rt_registerYueHaibing-12/+0
2020-05-22soc: fsl: dpio: Prefer the CPU affine DPIORoy Pledge-1/+5
2020-05-07soc: fsl: dpio: properly compute the consumer indexIoana Ciornei-0/+1
2020-04-17soc: fsl: dpio: avoid stack usage warningArnd Bergmann-5/+14
2020-04-17soc: fsl: dpio: fix incorrect pointer conversionsArnd Bergmann-4/+2
2020-04-03Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-91/+903
2020-03-10soc: fsl: dpio: register dpio irq handlers after dpio createGrigore Popescu-4/+4
2020-02-21soc: fsl: dpio: fix dereference of pointer p before null checkColin Ian King-2/+3
2020-02-19soc: fsl: dpio: Replace QMAN array mode with ring mode enqueueYouri Querry-95/+328
2020-02-19soc: fsl: dpio: QMAN performance improvement with function pointer indirectionYouri Querry-73/+507
2020-02-19soc: fsl: dpio: Adding QMAN multiple enqueue interfaceYouri Querry-16/+160
2019-08-15soc: fsl: dpio: remove explicit device_link_removeIoana Ciornei-2/+0
2019-05-20soc: fsl: dpio: Add support for memory backed QBMan portalsRoy Pledge-32/+144
2019-05-20soc: fsl: dpio: Increase timeout for QBMan Management CommandsYouri Querry-2/+2
2019-02-26soc: fsl: dpio: configure cache stashing destinationIoana Ciornei-0/+78
2019-02-26soc: fsl: dpio: enable frame data cache stashing per software portalIoana Ciornei-2/+2
2019-02-19soc: fsl: dpio: fix memory leak of a struct qbman on error exit pathColin Ian King-0/+1
2019-02-04soc: fsl: dpio: Use after free in dpaa2_dpio_remove()Dan Carpenter-1/+1
2019-01-11soc: fsl: dpio: Change bpid type to u16Ioana Ciocoi Radulescu-2/+2
2019-01-11soc: fsl: dpio: Add prefetch instructionIoana Ciocoi Radulescu-0/+1
2019-01-11soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei-2/+14
2019-01-11soc: fsl: dpio: store a backpointer to the device backing the dpaa2_ioIoana Ciornei-2/+7
2019-01-11soc: fsl: dpio: keep a per dpio device MC portalIoana Ciornei-8/+1
2019-01-11soc: fsl: dpio: perform DPIO Reset on ProbeRoy Pledge-0/+35
2019-01-08soc: fsl: dpio: use a cpumask to identify which cpus are unusedIoana Ciornei-9/+29