aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-22net/mlx5: Fix cmd error logging for manage pages cmdRoy Novich1-3/+6
2022-03-10net/mlx5: Delete useless module.h includeLeon Romanovsky1-1/+0
2022-03-09net/mlx5: Add debugfs counters for page commands failuresMoshe Shemesh1-3/+11
2022-03-09net/mlx5: Add pages debugfsMoshe Shemesh1-0/+2
2022-03-09net/mlx5: Remove redundant error on reclaim pagesMoshe Shemesh1-4/+8
2022-03-09net/mlx5: Remove redundant error on give pagesMoshe Shemesh1-4/+10
2022-03-09net/mlx5: Remove redundant notify fail on give pagesMoshe Shemesh1-1/+5
2021-10-15net/mlx5: Read timeout values from DTORAmir Tzin1-9/+7
2021-04-02net/mlx5: Use unsigned int for free_countParav Pandit1-1/+1
2021-02-01net/mlx5: Fix function calculation for page treesDaniel Jurgens1-1/+1
2021-01-26net/mlx5: Maintain separate page trees for ECPF and PF functionsDaniel Jurgens1-24/+34
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+19
2020-12-03net/mlx5: Fix wrong address reclaim when command interface is downEran Ben Elisha1-2/+19
2020-11-26net/mlx5: Rename peer_pf to host_pfParav Pandit1-6/+6
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-10-02net/mlx5: cmdif, Avoid skipping reclaim pages if FW is not accessibleSaeed Mahameed1-1/+1
2020-09-30net/mlx5: Use dma device access helperParav Pandit1-2/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-39/+106
2020-07-28net/mlx5: Add function ID to reclaim pages debug logAvihu Hagag1-1/+2
2020-07-28net/mlx5: Hold pages RB tree per VFEran Ben Elisha1-38/+104
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-2/+2
2020-05-15net/mlx5: Fix a bug of releasing wrong chunks on > 4K page size systemsEran Ben Elisha1-22/+22
2020-05-15net/mlx5: Dedicate fw page to the requesting functionEran Ben Elisha1-5/+11
2020-04-30net/mlx5: Add support for release all pages eventEran Ben Elisha1-3/+38
2020-04-30net/mlx5: Rate limit page not found error messagesEran Ben Elisha1-1/+1
2020-04-30net/mlx5: Add helper function to release fw pageEran Ben Elisha1-13/+17
2020-04-23net/mlx5: Update pagealloc.c new cmd interfaceLeon Romanovsky1-7/+6
2020-04-19net/mlx5: Delete not-used cmd headerLeon Romanovsky1-1/+0
2019-04-29net/mlx5: Separate and generalize dma device from pci deviceVu Pham1-8/+7
2019-04-29net/mlx5: Get rid of storing copy of device nameParav Pandit1-3/+2
2019-02-14net/mlx5: Introduce Mellanox SmartNIC and modify page management logicBodong Wang1-16/+38
2018-11-26net/mlx5: FWPage, Use async events chainSaeed Mahameed1-13/+31
2017-06-16net/mlx5: Avoid using multiple blank linesOr Gerlitz1-1/+0
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky1-2/+2
2016-10-29net/mlx5: Avoid passing dma address 0 to firmwareNoa Osherovich1-8/+18
2016-10-13net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ONTom Herbert1-2/+2
2016-09-10net/mlx5: Skip waiting for vf pages in internal errorMohamad Haj Yahia1-1/+12
2016-08-17net/mlx5: Unify and improve command interfaceSaeed Mahameed1-8/+3
2016-08-14net/mlx5: Pages management commands via mlx5 ifcSaeed Mahameed1-107/+58
2016-07-01net/mlx5: Fix incorrect page count when in internal errorDaniel Jurgens1-19/+44
2015-12-03net/mlx5_core: Add base sriov supportEli Cohen1-0/+38
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2015-10-14net/mlx5_core: Add pci error handlers to mlx5_core driverMajd Dibbiny1-4/+9
2015-10-15mlx5: stop including <asm-generic/kmap_types.h>Christoph Hellwig1-1/+1
2015-09-28net/mlx5_core: Fix notification of page supplement errorEli Cohen1-26/+37
2015-04-15mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit architecturesHonggang LI1-4/+6
2015-04-02net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed1-1/+1
2015-04-02net/mlx5_core: Allocate firmware pages from device's NUMA nodeEli Cohen1-1/+2
2014-11-21mlx5: don't duplicate kvfree()Al Viro1-2/+2
2014-07-30mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein1-1/+1