aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+4
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-4/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook3-20/+27
2018-05-24IB/qib: Fix DMA api warning with debug kernelMike Marciniszyn3-13/+20
2018-05-09IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty5-162/+10
2018-05-09IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez1-5/+1
2018-05-09IB/{hfi1, qib}: Add handling of kernel restartAlex Estrin2-0/+14
2018-04-27infiniband: hw: qib: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-03-29RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe2-5/+5
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-1/+1
2018-03-06infiniband: hw: Drop unnecessary continueArushi1-3/+1
2018-02-28IB/qib: Move char *qib_sdma_state_names[] and constify while there.Hernán Gonzalez3-12/+10
2018-02-28IB/qib: Remove unused variable (char *qib_sdma_event_names[])Hernán Gonzalez2-15/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-6/+3
2018-02-01IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez3-6/+3
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-306/+34
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+7
2018-01-28IB/qib: remove qib_keys.cCorentin Labbe1-235/+0
2018-01-05IB/{hfi1, qib}: Fix a concurrency issue with device name in loggingMichael J. Ruhl3-14/+4
2018-01-05IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl3-10/+0
2018-01-05IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl2-1/+2
2017-12-11IB/qib: Cleanup qib_set_part_key() with direct returnsJoe Perches1-42/+24
2017-12-11IB/qib: remove redundant setting of any in for-loopColin Ian King1-1/+1
2017-12-11IB/qib: Fix comparison error with qperf compare/swap testMike Marciniszyn1-3/+3
2017-12-05drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney4-8/+0
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-7/+7
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+3
2017-11-15drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node()Johannes Thumshirn1-2/+3
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds18-447/+194
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-2/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland3-5/+5
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford12-75/+66
2017-10-14IB/qib: Remove set-but-not-used variablesBart Van Assche10-43/+7
2017-10-14IB/qib: Suppress gcc 7 fall-through complaintsBart Van Assche3-2/+3
2017-10-14IB/qib: Remove remaining code related to writing the EEPROMBart Van Assche4-68/+1
2017-10-09IB/qib: Convert timers to use timer_setup()Kees Cook12-75/+62
2017-09-29IB/qib: Use setup_timer and mod_timerHimanshu Jha2-11/+7
2017-09-29Merge branch 'hfi1' into k.o/for-nextDoug Ledford6-259/+120
2017-09-27IB/qib: Update QIB to use the latest PCI APIMichael J. Ruhl6-259/+120
2017-09-27IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia1-0/+1
2017-08-28IB/qib: Convert qp_stats debugfs interface to use new iterator APIMike Marciniszyn3-63/+16
2017-08-28IB/qib: Stricter bounds checking for copy to bufferKamenee Arumugam1-2/+2
2017-08-28IB/qib: Stricter bounds checking for copy and array accessKamenee Arumugam2-4/+6
2017-08-28IB/qib: Remove unnecessary memory allocation for boardnameKamenee Arumugam4-51/+32