Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
09df6307125cec07ef9168f1db2ffdbbcb304b1a
/
drivers
/
infiniband
/
hw
/
mthca
c320e52
IB: Allow calls to ib_umem_get from kernel ULPs
by Moni Shoua
· 5 years ago
72b894b
IB/umem: remove the dmasync argument to ib_umem_get
by Christoph Hellwig
· 5 years ago
e26e7b8
RDMA: Change MAD processing function to remove extra casting and parameter
by Leon Romanovsky
· 5 years ago
dd0b015
RDMA/mad: Do not check MAD sizes in roce and ib drivers
by Leon Romanovsky
· 5 years ago
4c44d46
IB: Remove unneeded memset
by Fuqian Huang
· 6 years ago
371bb62
Merge tag 'v5.2-rc6' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
836a0fb
RDMA: Check umem pointer validity prior to release
by Leon Romanovsky
· 6 years ago
8f71bb0
RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEV
by Jason Gunthorpe
· 6 years ago
e39afe3
RDMA: Convert CQ allocations to be under core responsibility
by Leon Romanovsky
· 6 years ago
a52c8e2
RDMA: Clean destroy CQ in drivers do not return errors
by Leon Romanovsky
· 6 years ago
7a15414
RDMA: Move owner into struct ib_device_ops
by Jason Gunthorpe
· 6 years ago
72c6ec1
RDMA: Move uverbs_abi_ver into struct ib_device_ops
by Jason Gunthorpe
· 6 years ago
b9560a4
RDMA: Move driver_id into struct ib_device_ops
by Jason Gunthorpe
· 6 years ago
ea996974
RDMA: Convert put_page() to put_user_page*()
by John Hubbard
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
f3b4fdb
IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()
by Ira Weiny
· 6 years ago
dce45af
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
68e326d
RDMA: Handle SRQ allocations by IB/core
by Leon Romanovsky
· 6 years ago
d345691
RDMA: Handle AH allocations by IB/core
by Leon Romanovsky
· 6 years ago
fb24ea5
drivers: Remove explicit invocations of mmiowb()
by Will Deacon
· 6 years ago
ff23dfa
IB: Pass only ib_udata in function prototypes
by Shamir Rabinovitch
· 6 years ago
bdeacab
IB: Remove 'uobject->context' dependency in object destroy APIs
by Shamir Rabinovitch
· 6 years ago
c4367a2
IB: Pass uverbs_attr_bundle down ib_x destroy path
by Shamir Rabinovitch
· 6 years ago
41d3486
RDMA/mthca: Use correct sizing on buffers holding page DMA addresses
by Shiraz Saleem
· 6 years ago
19b1a29
RDMA: Use __packed annotation instead of __attribute__ ((packed))
by Erez Alfasi
· 6 years ago
a2a074e
RDMA: Handle ucontext allocations by IB/core
by Leon Romanovsky
· 6 years ago
8994445
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
by Shamir Rabinovitch
· 6 years ago
8d249af
RDMA/mthca: Use for_each_sg_dma_page iterator on umem SGL
by Shiraz, Saleem
· 6 years ago
21a428a
RDMA: Handle PD allocations by IB/core
by Leon Romanovsky
· 6 years ago
6a8a2aa
Merge tag 'v5.0-rc5' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
459cc69
RDMA: Provide safe ib_alloc_device() function
by Leon Romanovsky
· 6 years ago
55c293c
Merge branch 'devx-async' into k.o/for-next
by Jason Gunthorpe
· 6 years ago
d739322
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
5474723
RDMA: Introduce and use rdma_device_to_ibdev()
by Parav Pandit
· 6 years ago
ea4baf7
RDMA: Rename port_callback to init_port
by Parav Pandit
· 6 years ago
081de94
RDMA: Clear CTX objects during their allocation
by Leon Romanovsky
· 6 years ago
0975890
RDMA: Clear CQ objects during their allocation
by Leon Romanovsky
· 6 years ago
8cbfaac
RDMA: Clear PD objects during their allocation
by Leon Romanovsky
· 6 years ago
b0ea0fa
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
by Jason Gunthorpe
· 6 years ago
9d9f59b
RDMA/mthca: Clear QP objects during their allocation
by Leon Romanovsky
· 6 years ago
750afb0
cross-tree: phase out dma_zalloc_coherent()
by Luis Chamberlain
· 6 years ago
2553ba2
RDMA: Mark if destroy address handle is in a sleepable context
by Gal Pressman
· 6 years ago
b090c4e
RDMA: Mark if create address handle is in a sleepable context
by Gal Pressman
· 6 years ago
e00b64f
RDMA: Cleanup undesired pd->uobject usage
by Shamir Rabinovitch
· 6 years ago
56e2a43
RDMA/mthca: Initialize ib_device_ops struct
by Kamal Heib
· 6 years ago
508a523
RDMA/drivers: Use core provided API for registering device attributes
by Parav Pandit
· 6 years ago
d31131b
RDMA: Remove unused parameter from ib_modify_qp_is_ok()
by Kamal Heib
· 6 years ago
39f2495
IB/mthca: Fix error return code in __mthca_init_one()
by Wei Yongjun
· 6 years ago
6e68c89
IB/mthca: remove redundant inner check of mdev->mthca_flags
by Colin Ian King
· 6 years ago
5a738b5
RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->name
by Jason Gunthorpe
· 6 years ago
e349f85
RDMA: Fully setup the device name in ib_register_device
by Jason Gunthorpe
· 6 years ago
8380b74
RDMA/providers: Fix return value from create_srq callbacks
by Kamal Heib
· 6 years ago
d34ac5c
RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
by Bart Van Assche
· 7 years ago
f696bf6
RDMA: Constify the argument of the work request conversion functions
by Bart Van Assche
· 7 years ago
33023fb
IB/core: add max_send_sge and max_recv_sge attributes
by Steve Wise
· 7 years ago
89af969
RDMA: Convert drivers to use the AH's sgid_attr in post_wr paths
by Parav Pandit
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
acafe7e
treewide: Use struct_size() for kmalloc()-family
by Kees Cook
· 7 years ago
0ede73b
IB/uverbs: Extend uverbs_ioctl header with driver_id
by Matan Barak
· 7 years ago
57ac30c
IB/mthca: remove mthca_user.h
by Corentin Labbe
· 7 years ago
487f668
IB/mthca: Fix gup usage in mthca_map_user_db()
by Davidlohr Bueso
· 7 years ago
27f382d
IB/mthca: Use zeroing memory allocator than allocator/memset
by Himanshu Jha
· 7 years ago
86cb30e
treewide: setup_timer() -> timer_setup() (2 field)
by Kees Cook
· 7 years ago
b9eaf18
treewide: init_timer() -> setup_timer()
by Kees Cook
· 7 years ago
ad0835a
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
8a53f41
IB/mthca: Fix indentation
by Bart Van Assche
· 7 years ago
6232489
RDMA/mthca: Make explicit conversion to 64bit value
by Leon Romanovsky
· 7 years ago
e093111
IB/core: Fix input len in multiple user verbs
by Amrani, Ram
· 8 years ago
11880a5
IB/mthca: Replace PCI pool old API
by Romain Perier
· 7 years ago
62ede77
Add OPA extended LID support
by Hiatt, Don
· 7 years ago
d3cf4d9
Merge branch 'misc' into k.o/for-next
by Doug Ledford
· 7 years ago
e0604df
infiniband: mthca: constify pci_device_id.
by Arvind Yadav
· 8 years ago
d0d62c3
Merge branch 'rdma-netlink' into k.o/merge-test
by Doug Ledford
· 7 years ago
3204383
Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-test
by Doug Ledford
· 7 years ago
9abb0d1
RDMA: Simplify get firmware interface
by Leon Romanovsky
· 8 years ago
7db20ec
IB/core: Change wc.slid from 16 to 32 bits
by Hiatt, Don
· 8 years ago
582faf3
IB/core: Change port_attr.lid size from 16 to 32 bits
by Dasaratharaman Chandramouli
· 8 years ago
e1267b0
RDMA: Remove useless MODULE_VERSION
by Leon Romanovsky
· 8 years ago
44c5848
IB/core: Define 'ib' and 'roce' rdma_ah_attr types
by Dasaratharaman Chandramouli
· 8 years ago
d8966fc
IB/core: Use rdma_ah_attr accessor functions
by Dasaratharaman Chandramouli
· 8 years ago
766b7f6
IB/mthca: Rename to_ib_ah_attr to to_rdma_ah_attr
by Dasaratharaman Chandramouli
· 8 years ago
3652315
IB/core: Rename ib_destroy_ah to rdma_destroy_ah
by Dasaratharaman Chandramouli
· 8 years ago
0a18cfe
IB/core: Rename ib_create_ah to rdma_create_ah
by Dasaratharaman Chandramouli
· 8 years ago
9089885
IB/core: Rename struct ib_ah_attr to rdma_ah_attr
by Dasaratharaman Chandramouli
· 8 years ago
3e7e119
IB: Replace ib_umem page_size by page_shift
by Artemy Kovalyov
· 8 years ago
a43402a
IB/mthca: Check validity of output parameter pointer
by Leon Romanovsky
· 8 years ago
ac1820f
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 8 years ago
af17fe7
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 8 years ago
f50cccd
IB/mthca: switch to pci_alloc_irq_vectors
by Christoph Hellwig
· 8 years ago
c4550c6
IB: Query ports via the core instead of direct into the driver
by Or Gerlitz
· 8 years ago
26e3727
IB/mthca: Switch from dma_device to dev.parent
by Bart Van Assche
· 8 years ago
86ef0be
Merge branch 'mlx' into merge-test
by Doug Ledford
· 8 years ago
7ceb740
IB/mthca: Replace pci_pool_alloc by pci_pool_zalloc
by Souptick Joarder
· 8 years ago
477864c
IB/core: Let create_ah return extended response to user
by Moni Shoua
· 8 years ago
870b285
IB/mthca: Remove debug prints after allocation failure
by Leon Romanovsky
· 8 years ago
768ae30
mm: replace get_user_pages() write/force parameters with gup_flags
by Lorenzo Stoakes
· 8 years ago
486f609
IB/mthca: Move user vendor structures
by Leon Romanovsky
· 8 years ago
bd99fde
IB/{core,hw}: Add constant for node_desc
by Yuval Shaia
· 8 years ago
Next »