index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-21
RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down
Patrisious Haddad
1
-2
/
+2
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-2
/
+0
2024-09-13
RDMA/mlx5: Use IB set_netdev and get_netdev functions
Chiara Meiohas
3
-67
/
+142
2024-09-13
RDMA/mlx5: Initialize phys_port_cnt earlier in RDMA device creation
Chiara Meiohas
2
-1
/
+3
2024-09-13
RDMA/mlx5: Obtain upper net device only when needed
Mark Bloch
1
-1
/
+1
2024-09-13
RDMA/mlx5: Check RoCE LAG status before getting netdev
Mark Bloch
1
-6
/
+13
2024-09-13
RDMA/mlx5: Consider the query_vuid cap for data_direct
Yishai Hadas
1
-2
/
+4
2024-09-11
RDMA/mlx5: Add implicit MR handling to ODP memory scheme
Michael Guralnik
2
-8
/
+111
2024-09-11
RDMA/mlx5: Add handling for memory scheme page fault events
Michael Guralnik
1
-6
/
+114
2024-09-11
RDMA/mlx5: Split ODP mkey search logic
Michael Guralnik
1
-26
/
+39
2024-09-11
RDMA/mlx5: Enforce umem boundaries for explicit ODP page faults
Michael Guralnik
1
-9
/
+16
2024-09-11
RDMA/mlx5: Add new ODP memory scheme eqe format
Michael Guralnik
1
-19
/
+29
2024-09-11
net/mlx5: Expose HW bits for Memory scheme ODP
Michael Guralnik
1
-18
/
+22
2024-09-11
net/mlx5: Expand mkey page size to support 6 bits
Michael Guralnik
3
-18
/
+21
2024-09-09
RDMA/mlx5: Fix MR cache temp entries cleanup
Michael Guralnik
2
-52
/
+32
2024-09-09
RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache
Michael Guralnik
1
-2
/
+12
2024-09-09
RDMA/mlx5: Fix counter update on MR cache mkey creation
Michael Guralnik
1
-1
/
+1
2024-09-09
RDMA/mlx5: Drop redundant work canceling from clean_keys()
Michael Guralnik
1
-1
/
+0
2024-09-09
RDMA/mlx5: Enable ATS when allocating kernel MRs
Maher Sanalla
1
-0
/
+5
2024-09-04
IB/mlx5: Fix UMR pd cleanup on error flow of driver init
Chris Mi
1
-0
/
+3
2024-08-19
RDMA/mlx5: Remove two unused declarations
Yue Haibing
1
-3
/
+0
2024-08-11
RDMA/mlx5: Introduce GET_DATA_DIRECT_SYSFS_PATH ioctl
Yishai Hadas
1
-1
/
+54
2024-08-11
RDMA/mlx5: Add support for DMABUF MR registrations with Data-direct
Yishai Hadas
6
-72
/
+350
2024-08-11
RDMA: Pass uverbs_attr_bundle as part of '.reg_user_mr_dmabuf' API
Yishai Hadas
2
-2
/
+2
2024-08-11
RDMA/mlx5: Add the initialization flow to utilize the 'data direct' device
Yishai Hadas
4
-0
/
+119
2024-08-11
RDMA/mlx5: Introduce the 'data direct' driver
Yishai Hadas
5
-0
/
+281
2024-08-11
RDMA/mlx5: Expose vhca id for all ports in multiport mode
Mark Bloch
1
-0
/
+21
2024-07-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
13
-101
/
+484
2024-07-15
Merge tag 'aux-sysfs-irqs' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Jakub Kicinski
5
-233
/
+7
2024-07-04
RDMA/core: Introduce "name_assign_type" for an IB device
Mark Zhang
1
-2
/
+3
2024-07-01
RDMA/mlx5: Support per-plane port IB counters by querying PPCNT register
Mark Zhang
1
-11
/
+58
2024-07-01
RDMA/mlx5: Add plane index support when querying PTYS registers
Mark Zhang
1
-5
/
+7
2024-07-01
RDMA/mlx5: Support plane device and driver APIs to add and delete it
Mark Zhang
7
-13
/
+147
2024-07-01
RDMA/mlx5: Add support to multi-plane device and port
Mark Zhang
2
-9
/
+53
2024-06-27
RDMA/mlx5: Send UAR page index as ioctl attribute
Akiva Goldberger
3
-3
/
+27
2024-06-27
RDMA: Pass entire uverbs attr bundle to create cq function
Akiva Goldberger
2
-2
/
+3
2024-06-21
RDMA/mlx5: Add check for srq max_sge attribute
Patrisious Haddad
1
-5
/
+8
2024-06-21
RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init
Yishai Hadas
1
-2
/
+2
2024-06-21
RDMA/mlx5: Ensure created mkeys always have a populated rb_key
Jason Gunthorpe
1
-1
/
+2
2024-06-21
RDMA/mlx5: Follow rb_key.ats when creating new mkeys
Jason Gunthorpe
1
-0
/
+1
2024-06-21
RDMA/mlx5: Remove extra unlock on error path
Jason Gunthorpe
1
-3
/
+1
2024-06-16
Merge branch 'mlx5-next' into wip/leon-for-next
Leon Romanovsky
1
-0
/
+4
2024-06-16
RDMA/mlx5: Add Qcounters req_transport_retries_exceeded/req_rnr_retries_exceeded
Patrisious Haddad
1
-0
/
+4
2024-06-16
RDMA/mlx5: Set mkeys for dmabuf at PAGE_SIZE
Chiara Meiohas
2
-4
/
+15
2024-06-16
IB/mlx5: Allocate resources just before first QP/SRQ is created
Jianbo Liu
4
-43
/
+118
2024-06-16
IB/mlx5: Create UMR QP just before first reg_mr occurs
Jianbo Liu
5
-14
/
+58
2024-06-16
net/mlx5: Reimplement write combining test
Jianbo Liu
4
-233
/
+3
2024-05-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
6
-21
/
+60
2024-05-02
RDMA/mlx5: Remove NULL check before dev_{put, hold}
Jules Irenge
1
-2
/
+1
2024-04-30
RDMA/mlx5: Track DCT, DCI and REG_UMR QPs as diver_detail resources.
Chiara Meiohas
2
-2
/
+30
[next]