summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
Commit message (Expand)AuthorAgeFilesLines
...
| * IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-046-40/+20Star
| * IB/hfi1: Prepare resource waits for dual legDennis Dalessandro2018-10-012-7/+8
| * IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan2018-10-011-1/+1
| * IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl2018-09-112-11/+9Star
* | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-1/+0Star
|/
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-1/+1
* RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-101-3/+0Star
* 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-131-2/+4
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-131-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-4/+5
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-133-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/+10Star
* IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez2018-05-091-5/+1Star
* 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-071-3/+1Star
* IB/qib: Move char *qib_sdma_state_names[] and constify while there.Hernán Gonzalez2018-02-283-12/+10Star
* IB/qib: Remove unused variable (char *qib_sdma_event_names[])Hernán Gonzalez2018-02-282-15/+0Star
* 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/+3Star
|\
| * IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez2018-02-013-6/+3Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-318-306/+34Star
|\|
| * IB/qib: remove qib_keys.cCorentin Labbe2018-01-281-235/+0Star
| * IB/{hfi1, qib}: Fix a concurrency issue with device name in loggingMichael J. Ruhl2018-01-053-14/+4Star
| * IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl2018-01-053-10/+0Star
| * 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-121-42/+24Star
| * IB/qib: remove redundant setting of any in for-loopColin Ian King2017-12-121-1/+1
| * IB/qib: Fix comparison error with qperf compare/swap testMike Marciniszyn2017-12-121-3/+3
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-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/+0Star
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-2/+3
|\
| * drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node()Johannes Thumshirn2017-11-161-2/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-1518-447/+194Star
|\ \
| * \ Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-1812-75/+66Star
| |\ \
| | * | IB/qib: Convert timers to use timer_setup()Kees Cook2017-10-0912-75/+62Star
| * | | IB/qib: Remove set-but-not-used variablesBart Van Assche2017-10-1510-43/+7Star
| * | | IB/qib: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-153-2/+3
| * | | IB/qib: Remove remaining code related to writing the EEPROMBart Van Assche2017-10-154-68/+1Star
| * | | IB/qib: Use setup_timer and mod_timerHimanshu Jha2017-09-292-11/+7Star
| * | | Merge branch 'hfi1' into k.o/for-nextDoug Ledford2017-09-296-259/+120Star
| |\ \ \
| | * | | IB/qib: Update QIB to use the latest PCI APIMichael J. Ruhl2017-09-276-259/+120Star
| | |/ /
| * / / 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
| |/