summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
AgeCommit message (Expand)Author
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
2021-06-14net/mlx5: Allocating a pool of MSI-X vectors for SFsShay Drory
2021-06-14net/mlx5: Change IRQ storage logic from static to dynamicShay Drory
2021-06-14net/mlx5: Moving rmap logic to EQsShay Drory
2021-06-14net/mlx5: Extend mlx5_irq_request to request IRQ from the kernelShay Drory
2021-06-14net/mlx5: Removing rmap per IRQShay Drory
2021-06-14net/mlx5: Provide cpumask at EQ creation phaseLeon Romanovsky
2021-06-14net/mlx5: Introduce API for request and release IRQsShay Drory
2021-06-14net/mlx5: Delay IRQ destruction till all users are goneLeon Romanovsky
2021-05-18net/mlx5: Don't overwrite HCA capabilities when setting MSI-X countLeon Romanovsky
2021-04-14net/mlx5: Remove return statement exist at the end of void functionWenpeng Liang
2021-04-04net/mlx5: Dynamically assign MSI-X vectors countLeon Romanovsky
2021-01-22net/mlx5: SF, Add auxiliary device driverParav Pandit
2020-10-02net/mlx5: Fix request_irqs error flowMaor Gottlieb
2019-06-13net/mlx5: Use a single IRQ for all async EQsAriel Levkovich
2019-06-13net/mlx5: Rename mlx5_irq_info to mlx5_irqYuval Avnery
2019-06-13net/mlx5: Move all IRQ logic to pci_irq.cYuval Avnery