index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
hns
/
hns_roce_hem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-30
RDMA/hns: Fix cpu stuck caused by printings during reset
wenglianfa
1
-2
/
+2
2024-10-30
RDMA/hns: Use dev_* printings in hem code instead of ibdev_*
Junxian Huang
1
-22
/
+22
2024-09-10
RDMA/hns: Optimize hem allocation performance
Junxian Huang
1
-4
/
+6
2024-09-10
RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range()
wenglianfa
1
-6
/
+6
2024-04-16
RDMA/hns: Add mutex_destroy()
wenglianfa
1
-0
/
+2
2024-04-16
RDMA/hns: Fix mismatch exception rollback
wenglianfa
1
-1
/
+1
2024-04-16
RDMA/hns: Remove unused parameters and variables
Chengchang Tang
1
-8
/
+5
2024-01-25
RDMA/hns: Simplify 'struct hns_roce_hem' allocation
Yunsheng Lin
1
-76
/
+19
2023-07-31
RDMA: Remove unnecessary ternary operators
Ruan Jinjie
1
-1
/
+1
2023-06-01
RDMA/hns: Add clear_hem return value to log
Chengchang Tang
1
-14
/
+30
2023-06-01
RDMA/hns: Fix hns_roce_table_get return value
Chengchang Tang
1
-3
/
+4
2022-09-27
RDMA/hns: Unified Log Printing Style
Guofeng Yue
1
-3
/
+3
2022-09-27
RDMA/hns: Remove redundant 'phy_addr' in hns_roce_hem_list_find_mtt()
Chengchang Tang
1
-6
/
+1
2022-09-27
RDMA/hns: Remove redundant 'use_lowmem' argument from hns_roce_init_hem_table()
Yunsheng Lin
1
-9
/
+3
2022-09-27
RDMA/hns: Remove redundant 'bt_level' for hem_list_alloc_item()
Yunsheng Lin
1
-4
/
+4
2022-03-04
RDMA/hns: Fix the wrong type of parameter "op" of the mailbox
Wenpeng Liang
1
-2
/
+2
2022-01-05
RDMA/hns: Remove support for HIP06
Chengchang Tang
1
-1
/
+0
2021-06-21
RDMA: Fix kernel-doc warnings about wrong comment
Leon Romanovsky
1
-2
/
+2
2021-06-16
RDMA/hns: Support getting max QP number from firmware
Xi Wang
1
-15
/
+10
2021-05-28
RDMA/hns: Clean the hardware related code for HEM
Xi Wang
1
-80
/
+2
2021-05-28
RDMA/hns: Use refcount_t APIs for HEM
Weihang Li
1
-17
/
+15
2021-05-28
RDMA/hns: Refactor root BT allocation for MTR
Xi Wang
1
-84
/
+146
2021-02-08
RDMA/hns: Add mapped page count checking for MTR
Xi Wang
1
-3
/
+6
2020-12-11
RDMA/hns: Fix inaccurate prints
Yixing Liu
1
-9
/
+9
2020-12-11
RDMA/hns: Clear redundant variable initialization
Xinhao Liu
1
-1
/
+1
2020-12-11
RDMA/hns: Fix coding style issues
Lang Cheng
1
-10
/
+10
2020-12-11
RDMA/hns: Normalization the judgment of some features
Wenpeng Liang
1
-2
/
+2
2020-10-28
RDMA/hns: Add support for configuring GMV table
Weihang Li
1
-0
/
+15
2020-09-24
RDMA/hns: Add support for SCCC in size of 64 Bytes
Yangyang Li
1
-1
/
+1
2020-09-09
RDMA/hns: Avoid unncessary initialization
Lijun Ou
1
-3
/
+3
2020-05-25
RDMA/hns: Change all page_shift to unsigned
Weihang Li
1
-1
/
+1
2020-05-06
RDMA/hns: Remove unused MTT functions
Xi Wang
1
-105
/
+0
2020-04-22
RDMA/hns: Add support for addressing when hopnum is 0
Xi Wang
1
-6
/
+3
2020-03-29
RDMA/hns: Fix uninitialized variable bug
Gustavo A. R. Silva
1
-1
/
+1
2020-03-24
RDMA/hns: Optimize mhop put flow for multi-hop addressing
Xi Wang
1
-100
/
+61
2020-03-24
RDMA/hns: Optimize mhop get flow for multi-hop addressing
Xi Wang
1
-115
/
+182
2020-03-18
RDMA/hns: Optimize base address table config flow for qp buffer
Xi Wang
1
-5
/
+11
2019-08-28
RDMA/hns: Fix cast from or to restricted __le32 for driver
Lang Cheng
1
-22
/
+12
2019-08-13
RDMA/hns: Bugfix for slab-out-of-bounds when unloading hip08 driver
Xi Wang
1
-6
/
+13
2019-08-12
RDMA/hns: Handling the error return value of hem function
Lang Cheng
1
-5
/
+10
2019-07-25
RDMA/hns: Refactor hem table mhop check and calculation
Lijun Ou
1
-110
/
+70
2019-07-24
RDMA/hns: Fix comparison of unsigned long variable 'end' with less than zero
Colin Ian King
1
-2
/
+2
2019-06-25
RDMA/hns: Cleanup unnecessary exported symbols
Lijun Ou
1
-5
/
+0
2019-06-20
RDMA/hns: Add mtr support for mixed multihop addressing
Lijun Ou
1
-0
/
+460
2019-06-07
RDMA/hns: fix inverted logic of readl read and shift
Colin Ian King
1
-1
/
+1
2019-05-27
RDMA/hns: Replace magic numbers with #defines
Lijun Ou
1
-9
/
+9
2019-05-27
RDMA/hns: Remove jiffies operation in disable interrupt context
Lang Cheng
1
-10
/
+11
2019-04-08
RDMA/hns: Fix bug that caused srq creation to fail
Lijun Ou
1
-2
/
+4
2019-01-24
RDMA/hns: Add timer allocation support for hip08
Yangyang Li
1
-0
/
+42
2019-01-24
RDMA/hns: Add SCC context allocation support for hip08
Yangyang Li
1
-3
/
+23
[next]