aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-17net/mlx5: Allocate virtually contiguous memory in pci_irq.cTariq Toukan1-4/+4
2022-03-10net/mlx5: Node-aware allocation for the IRQ tableTariq Toukan1-1/+2
2022-03-10net/mlx5: Delete useless module.h includeLeon Romanovsky1-1/+0
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar1-3/+3
2022-01-06net/mlx5: SF, Use all available cpu for setting cpu affinityShay Drory1-27/+37
2022-01-06net/mlx5: Introduce API for bulk request and release of IRQsShay Drory1-5/+64
2022-01-06net/mlx5: Split irq_pool_affinity logic to new fileShay Drory1-96/+15
2022-01-06net/mlx5: Move affinity assignment into irq_requestShay Drory1-13/+9
2022-01-06net/mlx5: Introduce control IRQ request APIShay Drory1-9/+53
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2021-12-22net/mlx5: Fix error print in case of IRQ request failedShay Drory1-2/+2
2021-12-22net/mlx5: Use first online CPU instead of hard coded CPUShay Drory1-1/+1
2021-12-10net/mlx5: Use irq_set_affinity_and_hint()Nitesh Narayan Lal1-4/+4
2021-11-16net/mlx5: Fix format-security build warningsSaeed Mahameed1-1/+1
2021-10-04net/mlx5: Enable single IRQ for PCI FunctionShay Drory1-7/+19
2021-10-04net/mlx5: Shift control IRQ to the last indexShay Drory1-5/+5
2021-09-30net/mlx5: Fix setting number of EQs of SFsShay Drory1-2/+3
2021-09-30net/mlx5: Fix length of irq_index in charsShay Drory1-2/+2
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+7
2021-08-11net/mlx5: Refcount mlx5_irq with integerShay Drory1-21/+44
2021-08-11net/mlx5: Change SF missing dedicated MSI-X err message to dbgShay Drory1-1/+1
2021-08-11net/mlx5: Align mlx5_irq structureShay Drory1-2/+2
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing1-2/+2
2021-08-09net/mlx5: Destroy pool->mutexShay Drory1-1/+2
2021-08-09net/mlx5: Set all field of mlx5_irq before inserting it to the xarrayShay Drory1-1/+1
2021-08-09net/mlx5: Fix order of functions in mlx5_irq_detach_nb()Shay Drory1-1/+4
2021-06-22net/mlx5: Fix spelling mistake "enught" -> "enough"Colin Ian King1-1/+1
2021-06-14net/mlx5: Round-Robin EQs over IRQsShay Drory1-20/+177
2021-06-14net/mlx5: Allocating a pool of MSI-X vectors for SFsShay Drory1-92/+200
2021-06-14net/mlx5: Change IRQ storage logic from static to dynamicShay Drory1-31/+48
2021-06-14net/mlx5: Moving rmap logic to EQsShay Drory1-72/+12
2021-06-14net/mlx5: Extend mlx5_irq_request to request IRQ from the kernelShay Drory1-71/+57
2021-06-14net/mlx5: Removing rmap per IRQShay Drory1-5/+12
2021-06-14net/mlx5: Provide cpumask at EQ creation phaseLeon Romanovsky1-82/+21
2021-06-14net/mlx5: Introduce API for request and release IRQsShay Drory1-9/+22
2021-06-14net/mlx5: Delay IRQ destruction till all users are goneLeon Romanovsky1-19/+36
2021-05-18net/mlx5: Don't overwrite HCA capabilities when setting MSI-X countLeon Romanovsky1-5/+17
2021-04-14net/mlx5: Remove return statement exist at the end of void functionWenpeng Liang1-1/+0
2021-04-04net/mlx5: Dynamically assign MSI-X vectors countLeon Romanovsky1-0/+73
2021-01-22net/mlx5: SF, Add auxiliary device driverParav Pandit1-0/+20
2020-10-02net/mlx5: Fix request_irqs error flowMaor Gottlieb1-1/+1
2019-06-13net/mlx5: Use a single IRQ for all async EQsAriel Levkovich1-24/+14
2019-06-13net/mlx5: Rename mlx5_irq_info to mlx5_irqYuval Avnery1-39/+38
2019-06-13net/mlx5: Move all IRQ logic to pci_irq.cYuval Avnery1-0/+345