Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
44d22e2404b3ce93a314654962d31acc8afcdd62
/
drivers
/
infiniband
/
hw
/
mthca
/
mthca_main.c
9b89925
IB/mthca: Remove unnecessary read of PCI_CAP_ID_EXP
by Jon Mason
· 14 years ago
cdb73db
IB/mthca: Stop returning separate error and status from FW commands
by Goldwyn Rodrigues
· 14 years ago
7f9e5c48
IB: Increase DMA max_segment_size on Mellanox hardware
by David Dillow
· 14 years ago
eb4a7cb
IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long)
by John L. Burr
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
45c448a
Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and 'nes' into for-linus
by Roland Dreier
· 15 years ago
d841064
IB/mthca: Don't allow userspace open while recovering from catastrophic error
by Jack Morgenstein
· 15 years ago
f1aa78b
IB: Use printk_once() for driver versions
by Marcin Slusarz
· 15 years ago
c1f67a8
IB/mthca: Add module parameter for number of MTTs per segment
by Eli Cohen
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
208dde2
IB/mthca: Use pci_request_regions()
by Roland Dreier
· 16 years ago
f3781d2
RDMA: Remove subversion $Id tags
by Roland Dreier
· 17 years ago
12103dc
IB/mthca: Fix max_sge value returned by query_device
by Roland Dreier
· 17 years ago
1977353
IB/mthca: Avoid integer overflow when dealing with profile size
by Roland Dreier
· 17 years ago
680b575
IB/mthca: Add IPoIB checksum offload support
by Eli Cohen
· 17 years ago
f33afc2
IB: Avoid marking __devinitdata as const
by Roland Dreier
· 17 years ago
6ccef1d
IB/mthca: Don't read reserved fields in mthca_QUERY_ADAPTER()
by Jack Morgenstein
· 17 years ago
950529e
IB/mthca: Update latest "native Arbel" firmware revision
by Roland Dreier
· 17 years ago
e57895d
IB/mthca: Remove MSI support as scheduled
by Adrian Bunk
· 17 years ago
a855b1a
IB/mthca: Use PCI-X/PCI-Express read control interfaces
by Peter Oruba
· 17 years ago
017aadc
IB/mthca: Enable MSI-X by default
by Michael S. Tsirkin
· 17 years ago
e4daf73
IB/mthca: Fix printk format used for firmware version in warning
by Roland Dreier
· 18 years ago
f6be6fb
IB/mthca: Schedule MSI support for removal
by Roland Dreier
· 18 years ago
de57c9f
IB/mthca: Fix use-after-free on device restart
by Ali Ayoub
· 18 years ago
3f11485
IB/mthca: Update HCA firmware revisions
by Roland Dreier
· 18 years ago
391e4de
IB/mthca: Fix access to MTT and MPT tables on non-cache-coherent CPUs
by Michael S. Tsirkin
· 18 years ago
1d1f19c
IB/mthca: Give reserved MTTs a separate cache line
by Michael S. Tsirkin
· 18 years ago
0b0df6f
IB/mthca: Use DEFINE_MUTEX() instead of mutex_init()
by Roland Dreier
· 18 years ago
82da703
IB/mthca: Add HCA profile module parameters
by Leonid Arsh
· 18 years ago
f4f3d0f
IB/mthca: Fix section mismatches
by Roland Dreier
· 18 years ago
b3b30f5
IB/mthca: Recover from catastrophic errors
by Jack Morgenstein
· 18 years ago
834ac73
IB/mthca: Update HCA firmware revisions
by Michael S. Tsirkin
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
e29419f
[PATCH] 64bit resource: fix up printks for resources in misc drivers
by Greg Kroah-Hartman
· 19 years ago
59fef3b
IB/mthca: Fix max_srq_sge returned by ib_query_device for Tavor devices
by Jack Morgenstein
· 19 years ago
abf45db
IB/mthca: Disable tuning PCI read burst size
by Michael S. Tsirkin
· 19 years ago
bf6a9e3
IB: simplify static rate encoding
by Jack Morgenstein
· 19 years ago
227c939
IB/mthca: Always build debugging code unless CONFIG_EMBEDDED=y
by Roland Dreier
· 19 years ago
6226bb5
IB/mthca: Update firmware versions
by Roland Dreier
· 19 years ago
651eaac
IB/mthca: Optimize large messages on Sinai HCAs
by Eli Cohen
· 19 years ago
cbd2981
IB/mthca: Relax UAR size check
by Michael S. Tsirkin
· 19 years ago
aa2f936
IB/mthca: check return value in mthca_dev_lim call
by Jack Morgenstein
· 19 years ago
249bb07
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
by Greg Kroah-Hartman
· 19 years ago
77369ed
[IB] uverbs: have kernel return QP capabilities
by Jack Morgenstein
· 19 years ago
0f69ce1
[IB] mthca: report page size capability
by Jack Morgenstein
· 19 years ago
87cfe32
[IB] mthca: fix format of FW version
by Roland Dreier
· 19 years ago
d476306
[IB] mthca: Add struct pci_driver.owner field
by Roland Dreier
· 19 years ago
efaae8f
[IB] mthca: Better limit checking and reporting
by Jack Morgenstein
· 19 years ago
33033b7
[IB] mthca: Report correct atomic capability
by Jack Morgenstein
· 19 years ago
aba7a22
[IB] mthca: Fix memory leak on device close
by Michael S. Tsirkin
· 19 years ago
982245f
[PATCH] PCI: remove CONFIG_PCI_NAMES
by Adrian Bunk
· 20 years ago
ec34a92
[PATCH] IB/mthca: Add SRQ implementation
by Roland Dreier
· 19 years ago
da6561c
[PATCH] IB/mthca: Use correct port width capability value
by Roland Dreier
· 19 years ago
2aeba9a
[PATCH] IB: Remove unnecessary includes of <linux/version.h>
by Olaf Hering
· 19 years ago
2e8b981
[PATCH] IB/mthca: add HCA board ID to sysfs info
by Michael S. Tsirkin
· 19 years ago
2a1d9b7
[PATCH] IB: Add copyright notices
by Roland Dreier
· 19 years ago
49f6a7f
[PATCH] IB: Update current firmware versions in mthca driver
by Tziporet Koren
· 19 years ago
99264c1
[PATCH] IB uverbs: add mthca user PD support
by Roland Dreier
· 20 years ago
80fd823
[PATCH] IB/mthca: Encapsulate command interface init
by Roland Dreier
· 20 years ago
177214a
[PATCH] IB/mthca: Clean up error messages
by Bernhard Fischer
· 20 years ago
cd4e8fb
[PATCH] IB/mthca: Add Sun copyright notice
by Tom Duffy
· 20 years ago
19272d4
[PATCH] drivers/infiniband/hw/mthca/mthca_main.c: remove an unused label
by Roland Dreier
· 20 years ago
68a3c21
[PATCH] IB/mthca: add support for new MT25204 HCA
by Roland Dreier
· 20 years ago
08aeb14
[PATCH] IB/mthca: map context for RDMA responder in mem-free mode
by Roland Dreier
· 20 years ago
d10ddbf
[PATCH] IB/mthca: encapsulate mem-free check into mthca_is_memfree()
by Roland Dreier
· 20 years ago
e0f5fdc
[PATCH] IB/mthca: add fast memory region implementation
by Michael S. Tsirkin
· 20 years ago
44ea668
[PATCH] IB/mthca: fix MTT allocation in mem-free mode
by Roland Dreier
· 20 years ago
4ad8117
[PATCH] IB/mthca: print assigned IRQ when interrupt test fails
by Roland Dreier
· 20 years ago
86562a1
[PATCH] IB/mthca: map MPT/MTT context in mem-free mode
by Roland Dreier
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago