summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-2610-479/+94
|\
| * RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-173-67/+43
| * IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota2018-10-031-302/+1
| * IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-037-54/+15
| * IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-036-40/+20
| * IB/hfi1: Prepare resource waits for dual legDennis Dalessandro2018-09-302-7/+8
| * IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan2018-09-301-1/+1
| * IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl2018-09-112-11/+9
* | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-1/+0
|/
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-301-1/+1
* RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-101-3/+0
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-2/+4
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-4/+5
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-123-20/+27
* IB/qib: Fix DMA api warning with debug kernelMike Marciniszyn2018-05-243-13/+20
* IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty2018-05-095-162/+10
* IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez2018-05-091-5/+1
* IB/{hfi1, qib}: Add handling of kernel restartAlex Estrin2018-05-092-0/+14
* infiniband: hw: qib: Change return type to vm_fault_tSouptick Joarder2018-04-271-1/+1
* RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe2018-03-292-5/+5
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-1/+1
* infiniband: hw: Drop unnecessary continueArushi2018-03-061-3/+1
* IB/qib: Move char *qib_sdma_state_names[] and constify while there.Hernán Gonzalez2018-02-283-12/+10
* IB/qib: Remove unused variable (char *qib_sdma_event_names[])Hernán Gonzalez2018-02-282-15/+0
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-063-6/+3
|\
| * IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez2018-02-013-6/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-318-306/+34
|\|
| * IB/qib: remove qib_keys.cCorentin Labbe2018-01-281-235/+0
| * IB/{hfi1, qib}: Fix a concurrency issue with device name in loggingMichael J. Ruhl2018-01-053-14/+4
| * IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl2018-01-053-10/+0
| * IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl2018-01-052-1/+2
| * 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 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-7/+7
|\ \
| * | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-7/+7
| |/
* / drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-054-8/+0
|/
* 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
| |\ \ \