linux_dsm_epyc7002/drivers/infiniband
Matthew Wilcox 27e19f4510 RDMA/hns: Convert cq_table to XArray
Change the locking to not disable interrupts as the lookup in interrupt
context will not see a freed CQ, thanks to the synchronize_irq() call
before freeing the CQ.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2019-03-29 14:40:40 -03:00
..
core RDMA/core: Add command to set ib_core device net namspace sharing mode 2019-03-28 14:52:02 -03:00
hw RDMA/hns: Convert cq_table to XArray 2019-03-29 14:40:40 -03:00
sw RDMA/rdmavt: Use correct sizing on buffers holding page DMA addresses 2019-03-28 14:13:27 -03:00
ulp IB/iser: remove uninitialized variable len 2019-03-27 10:20:33 -03:00
Kconfig IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbs 2019-01-10 17:06:44 -07:00
Makefile