summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
Commit message (Expand)AuthorAgeFilesLines
* IB/qib: Cleanup qib_set_part_key() with direct returnsJoe Perches2017-12-111-42/+24
* IB/qib: remove redundant setting of any in for-loopColin Ian King2017-12-111-1/+1
* IB/qib: Fix comparison error with qperf compare/swap testMike Marciniszyn2017-12-111-3/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-2/+3
|\
| * drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node()Johannes Thumshirn2017-11-151-2/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-1518-447/+194
|\ \
| * \ Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-1812-75/+66
| |\ \
| | * | IB/qib: Convert timers to use timer_setup()Kees Cook2017-10-0912-75/+62
| * | | IB/qib: Remove set-but-not-used variablesBart Van Assche2017-10-1410-43/+7
| * | | IB/qib: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-143-2/+3
| * | | IB/qib: Remove remaining code related to writing the EEPROMBart Van Assche2017-10-144-68/+1
| * | | IB/qib: Use setup_timer and mod_timerHimanshu Jha2017-09-292-11/+7
| * | | Merge branch 'hfi1' into k.o/for-nextDoug Ledford2017-09-296-259/+120
| |\ \ \
| | * | | IB/qib: Update QIB to use the latest PCI APIMichael J. Ruhl2017-09-276-259/+120
| | |/ /
| * | | IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia2017-09-271-0/+1
| |/ /
* | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\ \ \ | |_|/ |/| |
| * | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+2
| |/
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-253-5/+5
|/
* IB/qib: Convert qp_stats debugfs interface to use new iterator APIMike Marciniszyn2017-08-283-63/+16
* IB/qib: Stricter bounds checking for copy to bufferKamenee Arumugam2017-08-281-2/+2
* IB/qib: Stricter bounds checking for copy and array accessKamenee Arumugam2017-08-282-4/+6
* IB/qib: Remove unnecessary memory allocation for boardnameKamenee Arumugam2017-08-284-51/+32
* IB/{qib, hfi1}: Avoid flow control testing for RDMA write operationMike Marciniszyn2017-08-281-2/+2
* IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lidsDasaratharaman Chandramouli2017-08-221-2/+2
* IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt2017-08-221-0/+9
* Merge branch 'misc' into k.o/for-nextDoug Ledford2017-08-182-3/+3
|\
| * IB/qib: add const to bin_attribute structuresBhumika Goyal2017-08-181-2/+2
| * IB/qib: fix spelling mistake: "failng" -> "failing"Colin Ian King2017-08-181-1/+1
* | IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compressionMike Marciniszyn2017-07-311-2/+4
* | Merge branch 'misc' into k.o/for-nextDoug Ledford2017-07-272-3/+0
|\ \
| * | RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
| * | IB/qib: remove duplicate codeGustavo A. R. Silva2017-07-241-2/+0
| |/
* | Merge branch 'hfi1' into k.o/for-4.14Doug Ledford2017-07-249-170/+130
|\ \ | |/ |/|
| * IB/qib: Replace deprecated pci functions with new APIMichael J. Ruhl2017-06-275-120/+98
| * IB/hfi1,qib: Do not send QKey trap for UD qpsDennis Dalessandro2017-06-274-49/+31
| * IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok()Mike Marciniszyn2017-06-271-1/+1
* | IB/{rdmavt, qib, hfi1}: Remove gfp flags argumentLeon Romanovsky2017-07-172-10/+9
|/
* RDMA/qib,hfi1: Fix MR reference count leak on write with immediateMike Marciniszyn2017-06-011-1/+3
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-091-1/+1
|\
| * fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-1/+1
* | IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-0/+2
* | IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-018-73/+100
* | IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-011-1/+1
* | IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli2017-05-011-1/+1
* | IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-013-6/+6
* | IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl2017-04-281-1/+1
* | IB/qib: use setup_timerGeliang Tang2017-04-284-24/+16
* | Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdeviceDoug Ledford2017-04-203-3/+25
|\ \ | |/ |/|
OpenPOWER on IntegriCloud