index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-16
RDMA/core: Fix kernel doc warnings for ib_port_immutable_read()
Leon Romanovsky
1
-3
/
+3
2021-02-05
RDMA/core: Introduce and use API to read port immutable data
Parav Pandit
1
-0
/
+14
2021-01-20
RDMA/core: Add device method for registering dma-buf based memory region
Jianxin Xiong
1
-0
/
+1
2021-01-19
RDMA/core: device: Fix formatting in worthy kernel-doc header and demote another
Lee Jones
1
-4
/
+4
2020-12-10
RDMA/core: Do not indicate device ready when device enablement fails
Jack Morgenstein
1
-3
/
+4
2020-12-10
RDMA/core: Clean up cq pool mechanism
Jack Morgenstein
1
-3
/
+6
2020-11-17
RDMA/core: remove use of dma_virt_ops
Christoph Hellwig
1
-20
/
+23
2020-10-26
RDMA: Remove AH from uverbs_cmd_mask
Jason Gunthorpe
1
-0
/
+3
2020-10-26
RDMA/core Remove uverbs_ex_cmd_mask
Jason Gunthorpe
1
-15
/
+0
2020-10-26
RDMA: Check create_flags during create_qp
Jason Gunthorpe
1
-0
/
+1
2020-10-26
RDMA: Check flags during create_cq
Jason Gunthorpe
1
-0
/
+1
2020-10-26
RDMA: Check attr_mask during modify_qp
Jason Gunthorpe
1
-0
/
+1
2020-10-26
RDMA: Check srq_type during create_srq
Jason Gunthorpe
1
-0
/
+1
2020-10-26
RDMA: Move more uverbs_cmd_mask settings to the core
Jason Gunthorpe
1
-1
/
+15
2020-10-26
RDMA: Remove elements in uverbs_cmd_mask that all drivers set
Jason Gunthorpe
1
-0
/
+16
2020-10-26
RDMA: Remove uverbs_ex_cmd_mask values that are linked to functions
Jason Gunthorpe
1
-0
/
+11
2020-10-16
RDMA: Explicitly pass in the dma_device to ib_register_device
Jason Gunthorpe
1
-53
/
+22
2020-10-16
Merge branch 'dynamic_sg' into rdma.git for-next
Jason Gunthorpe
1
-2
/
+4
2020-09-17
RDMA: Convert RWQ table logic to ib_core allocation scheme
Leon Romanovsky
1
-0
/
+1
2020-09-17
RDMA: Clean MW allocation and free flows
Leon Romanovsky
1
-0
/
+1
2020-09-14
RDMA/core: Fix ordering of CQ pool destruction
Jason Gunthorpe
1
-2
/
+4
2020-08-20
RDMA/core: Fix spelling mistake "Could't" -> "Couldn't"
Colin Ian King
1
-1
/
+1
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-6
/
+22
2020-07-20
RDMA/core: Remove query_pkey from the mandatory ops
Kamal Heib
1
-1
/
+3
2020-07-19
dma-mapping: make support for dma ops optional
Christoph Hellwig
1
-1
/
+5
2020-07-06
RDMA: Move XRCD to be under ib_core responsibility
Leon Romanovsky
1
-0
/
+1
2020-07-06
RDMA/core: Create and destroy counters in the ib_core
Leon Romanovsky
1
-0
/
+1
2020-07-06
IB/uverbs: Expose UAPI to query ucontext
Yishai Hadas
1
-0
/
+1
2020-07-02
RDMA/core: Fix bogus WARN_ON during ib_unregister_device_queued()
Jason Gunthorpe
1
-3
/
+8
2020-06-24
RDMA: Add support to dump resource tracker in RAW format
Maor Gottlieb
1
-0
/
+3
2020-06-23
RDMA: Add dedicated CM_ID resource tracker function
Maor Gottlieb
1
-1
/
+1
2020-06-23
RDMA: Add dedicated QP resource tracker function
Maor Gottlieb
1
-0
/
+1
2020-06-23
RDMA: Add a dedicated CQ resource tracker function
Maor Gottlieb
1
-0
/
+1
2020-06-23
RDMA: Add dedicated MR resource tracker function
Maor Gottlieb
1
-1
/
+2
2020-06-02
RDMA/core: Remove FMR device ops
Max Gurtovoy
1
-4
/
+0
2020-05-29
RDMA/core: Introduce shared CQ pool API
Yamin Friedman
1
-0
/
+2
2020-05-06
RDMA: Allow ib_client's to fail when add() is called
Jason Gunthorpe
1
-2
/
+14
2020-03-13
RDMA/core: Fix missing error check on dev_set_name()
Jason Gunthorpe
1
-1
/
+3
2020-01-10
RDMA/core: Remove err in iw_query_port
Guoqing Jiang
1
-6
/
+1
2020-01-07
IB/core: Rename event_handler_lock to qp_open_list_lock
Parav Pandit
1
-1
/
+1
2020-01-07
IB/core: Let IB core distribute cache update events
Parav Pandit
1
-23
/
+10
2019-11-30
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
1
-1
/
+0
2019-11-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-16
/
+34
2019-11-25
Merge branch 'ib-guids' into rdma.git for-next
Jason Gunthorpe
1
-0
/
+1
2019-11-23
RDMA/odp: Use mmu_interval_notifier_insert()
Jason Gunthorpe
1
-1
/
+0
2019-11-22
IB/core: Add interfaces to get VF node and port GUIDs
Danit Goldberg
1
-0
/
+1
2019-11-06
RDMA/core: Fix return code when modify_port isn't supported
Kamal Heib
1
-1
/
+5
2019-11-06
RDMA/core: Create mmap database and cookie helper functions
Michal Kalderon
1
-0
/
+1
2019-10-28
Merge tag 'v5.4-rc5' into rdma.git for-next
Jason Gunthorpe
1
-4
/
+5
2019-10-28
RDMA/core: Set DMA parameters correctly
Bart Van Assche
1
-2
/
+14
[next]