summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02net/mlx5: Fix function calculation for page treesDaniel Jurgens1-1/+1
2021-01-27net/mlx5: Maintain separate page trees for ECPF and PF functionsDaniel Jurgens1-24/+34
2020-12-04Merge 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-27net/mlx5: Rename peer_pf to host_pfParav Pandit1-6/+6
2020-10-06Merge 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-10-01net/mlx5: Use dma device access helperParav Pandit1-2/+2
2020-08-06Merge 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-16net/mlx5: Fix a bug of releasing wrong chunks on > 4K page size systemsEran Ben Elisha1-22/+22
2020-05-16net/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-30net/mlx5: Separate and generalize dma device from pci deviceVu Pham1-8/+7
2019-04-30net/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-27net/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-11net/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-07Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-10-15net/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-29net/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 archi...Honggang 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-31mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein1-1/+1
2014-05-09mellanox: Logging message cleanupsJoe Perches1-6/+9
2014-01-23mlx5_core: Fix PowerPC supportEli Cohen1-4/+5
2014-01-15mlx5_core: Remove dead codeDan Carpenter1-3/+1
2013-11-16IB/mlx5: Fix list_del of empty listEli Cohen1-1/+2
2013-11-09mlx5_core: Change optimal_reclaimed_pages for better performanceMoshe Lazer1-2/+7
2013-11-09mlx5: Support communicating arbitrary host page size to firmwareEli Cohen1-54/+120
2013-11-09mlx5: Fix cleanup flow when DMA mapping failsEli Cohen1-5/+13
2013-10-10mlx5: Keep polling to reclaim pages while any returnedEli Cohen1-2/+14
2013-08-16net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer1-32/+26