aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-12RDMA/hns: Refactor hns_roce_v2_set_hem for hip08Yangyang Li1-33/+42
2019-08-12RDMA/hns: Remove unnecessary kzallocLang Cheng1-37/+27
2019-08-12RDMA/hns: Refactor irq request codeLang Cheng1-12/+13
2019-08-12RDMA/hns: Split bool statement and assign statementLang Cheng1-6/+8
2019-08-12RDMA/hns: Handling the error return value of hem functionLang Cheng1-5/+10
2019-08-12RDMA/hns: Update some comments styleLang Cheng4-43/+38
2019-08-12RDMA/hns: Clean up unnecessary initial assignmentLang Cheng1-2/+2
2019-08-12RDMA/hns: Remove unnessary init for cmq regYixian Liu2-6/+2
2019-08-12RDMA/hns: Update the prompt message for creating and destroy qpYixian Liu2-4/+5
2019-08-12RDMA/hns: Optimize hns_roce_modify_qp functionLijun Ou1-48/+69
2019-08-12RDMA/hns: Encapsulate some lines for setting sq size in user modeLijun Ou1-7/+22
2019-08-12RDMA/hns: remove obsolete Kconfig commentYueHaibing1-8/+0
2019-08-12RDMA/{cxgb3, cxgb4, i40iw}: Remove common codeKamal Heib3-60/+0
2019-08-12RDMA/core: Add common iWARP query portKamal Heib1-16/+71
2019-08-12RDMA/cxgb3: Use ib_device_set_netdev()Kamal Heib1-0/+20
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib15-43/+53
2019-08-05RDMA/efa: Rate limit admin queue error printsGal Pressman2-86/+120
2019-08-05RDMA/core: Introduce ratelimited ibdev printk functionsGal Pressman1-0/+42
2019-08-05RDMA/hns: Remove not used UAR assignmentLeon Romanovsky1-13/+5
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever7-20/+68
2019-08-02mlx5: Fix formats with line continuation whitespaceJoe Perches1-4/+2
2019-08-01RDMA/hns: remove set but not used variable 'irq_num'YueHaibing1-2/+0
2019-07-31RDMA/mlx5: Remove DEBUG ODP codeLeon Romanovsky1-24/+0
2019-07-31RDMA/core: fix spelling mistake "Nelink" -> "Netlink"Colin Ian King1-1/+1
2019-07-31infiniband: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-29RDMA/efa: Expose device statisticsGal Pressman5-0/+138
2019-07-29IB/bnxt_re: Do not notifify GID change eventParav Pandit1-1/+0
2019-07-29Do not dereference 'siw_crypto_shash' before checkingBernard Metzler1-2/+4
2019-07-29RDMA/qedr: Fix the hca_type and hca_rev returned in device attributesMichal Kalderon1-2/+8
2019-07-29RDMA/hns: Fix build errorYueHaibing2-9/+5
2019-07-29IB/mlx5: Support per device q counters in switchdev modeParav Pandit3-21/+60
2019-07-29IB/mlx5: Refactor code for counters allocationParav Pandit1-31/+29
2019-07-25qed*: Change dpi_addr to be denoted with __iomemMichal Kalderon4-6/+5
2019-07-25IB/mlx5: Add CREATE_PSV/DESTROY_PSV for devx interfaceMax Gurtovoy1-0/+14
2019-07-25RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit9-68/+105
2019-07-25RDMA/mlx4: Annotate boolean arguments as bool and not intLeon Romanovsky1-4/+4
2019-07-25RDMA/mlx4: Separate creation of RWQ and QPLeon Romanovsky1-82/+154
2019-07-25IB/usnic: Use dev_get_drvdataChuhong Yuan1-1/+1
2019-07-25RDMA: Make most headers compile stand aloneJason Gunthorpe6-6/+10
2019-07-25RDMA/qedr: Remove Unneeded variable rcHariprasad Kelam1-2/+1
2019-07-25RDMA/qib: Unneeded variable retHariprasad Kelam1-2/+1
2019-07-25RDMA/hns: Refactor eq table init for hip08Yixian Liu1-69/+107
2019-07-25RDMA/hns: Refactor hem table mhop check and calculationLijun Ou1-110/+70
2019-07-25RDMA/hns: Package for hns_roce_rereg_user_mr functionLijun Ou1-64/+89
2019-07-25RDMA/hns: Optimize hns_roce_mhop_alloc function.chenglang1-115/+160
2019-07-25RDMA/hns: optimize the duplicated code for qpc setting flowXi Wang1-58/+38
2019-07-25RDMA/hns: Use a separated function for setting extend sge paramtersLijun Ou2-25/+38
2019-07-25RDMA/hns: Refactor for hns_roce_v2_modify_qp functionLijun Ou1-150/+206
2019-07-25RDMA/hns: Refactor the code of creating srqLijun Ou1-127/+183
2019-07-25RDMA/hns: Package the flow of creating cqLijun Ou1-62/+124