summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
AgeCommit message (Expand)Author
2023-11-15net/mlx5: Increase size of irq name bufferRahul Rameshbabu
2023-08-21net/mlx5: IRQ, consolidate irq and affinity mask allocationSaeed Mahameed
2023-08-07net/mlx5: Refactor completion IRQ request/release APIMaher Sanalla
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-16net/mlx5: Free IRQ rmap and notifier on kernel shutdownSaeed Mahameed
2023-06-16net/mlx5: Fix driver load with single msix vectorEli Cohen
2023-06-09net/mlx5: Query correct caps for min msix vectorsDaniel Jurgens
2023-05-31net/mlx5: Ensure af_desc.mask is properly initializedChuck Lever
2023-05-31net/mlx5: Fix setting of irq->map.index for static IRQ caseNiklas Schnelle
2023-05-31net/mlx5: Remove rmap also in case dynamic MSIX not supportedShay Drory
2023-05-22net/mlx5: Fix indexing of mlx5_irqShay Drory
2023-05-22net/mlx5: Fix irq affinity managementShay Drory
2023-05-22net/mlx5: Free irqs only on shutdown callbackShay Drory
2023-04-20net/mlx5: Include linux/pci.h for pci_msix_can_alloc_dyn()Eli Cohen
2023-03-24net/mlx5: Provide external API for allocating vectorsEli Cohen
2023-03-24net/mlx5: Use dynamic msix vectors allocationEli Cohen
2023-03-24net/mlx5: Improve naming of pci function vectorsEli Cohen
2023-03-24net/mlx5: Use newer affinity descriptorEli Cohen
2023-03-24net/mlx5: Modify struct mlx5_irq to use struct msi_mapEli Cohen
2023-03-24net/mlx5: Fix wrong commentEli Cohen
2022-12-07net/mlx5: Add generic getters for other functions capsShay Drory
2022-05-17net/mlx5: Allocate virtually contiguous memory in pci_irq.cTariq Toukan
2022-03-10net/mlx5: Node-aware allocation for the IRQ tableTariq Toukan
2022-03-10net/mlx5: Delete useless module.h includeLeon Romanovsky
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar
2022-01-06net/mlx5: SF, Use all available cpu for setting cpu affinityShay Drory
2022-01-06net/mlx5: Introduce API for bulk request and release of IRQsShay Drory
2022-01-06net/mlx5: Split irq_pool_affinity logic to new fileShay Drory
2022-01-06net/mlx5: Move affinity assignment into irq_requestShay Drory
2022-01-06net/mlx5: Introduce control IRQ request APIShay Drory
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-22net/mlx5: Fix error print in case of IRQ request failedShay Drory
2021-12-22net/mlx5: Use first online CPU instead of hard coded CPUShay Drory
2021-12-10net/mlx5: Use irq_set_affinity_and_hint()Nitesh Narayan Lal
2021-11-16net/mlx5: Fix format-security build warningsSaeed Mahameed
2021-10-04net/mlx5: Enable single IRQ for PCI FunctionShay Drory
2021-10-04net/mlx5: Shift control IRQ to the last indexShay Drory
2021-09-30net/mlx5: Fix setting number of EQs of SFsShay Drory
2021-09-30net/mlx5: Fix length of irq_index in charsShay Drory
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-11net/mlx5: Refcount mlx5_irq with integerShay Drory
2021-08-11net/mlx5: Change SF missing dedicated MSI-X err message to dbgShay Drory
2021-08-11net/mlx5: Align mlx5_irq structureShay Drory
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing
2021-08-09net/mlx5: Destroy pool->mutexShay Drory
2021-08-09net/mlx5: Set all field of mlx5_irq before inserting it to the xarrayShay Drory
2021-08-09net/mlx5: Fix order of functions in mlx5_irq_detach_nb()Shay Drory
2021-06-22net/mlx5: Fix spelling mistake "enught" -> "enough"Colin Ian King
2021-06-14net/mlx5: Round-Robin EQs over IRQsShay Drory