summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/qib
AgeCommit message (Expand)Author
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node()Johannes Thumshirn
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford
2017-10-14IB/qib: Remove set-but-not-used variablesBart Van Assche
2017-10-14IB/qib: Suppress gcc 7 fall-through complaintsBart Van Assche
2017-10-14IB/qib: Remove remaining code related to writing the EEPROMBart Van Assche
2017-10-09IB/qib: Convert timers to use timer_setup()Kees Cook
2017-09-29IB/qib: Use setup_timer and mod_timerHimanshu Jha
2017-09-29Merge branch 'hfi1' into k.o/for-nextDoug Ledford
2017-09-27IB/qib: Update QIB to use the latest PCI APIMichael J. Ruhl
2017-09-27IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia
2017-08-28IB/qib: Convert qp_stats debugfs interface to use new iterator APIMike Marciniszyn
2017-08-28IB/qib: Stricter bounds checking for copy to bufferKamenee Arumugam
2017-08-28IB/qib: Stricter bounds checking for copy and array accessKamenee Arumugam
2017-08-28IB/qib: Remove unnecessary memory allocation for boardnameKamenee Arumugam
2017-08-28IB/{qib, hfi1}: Avoid flow control testing for RDMA write operationMike Marciniszyn
2017-08-22IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lidsDasaratharaman Chandramouli
2017-08-22IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford
2017-08-18IB/qib: add const to bin_attribute structuresBhumika Goyal
2017-08-18IB/qib: fix spelling mistake: "failng" -> "failing"Colin Ian King
2017-07-31IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compressionMike Marciniszyn
2017-07-27Merge branch 'misc' into k.o/for-nextDoug Ledford
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky
2017-07-24IB/qib: remove duplicate codeGustavo A. R. Silva
2017-07-24Merge branch 'hfi1' into k.o/for-4.14Doug Ledford
2017-07-17IB/{rdmavt, qib, hfi1}: Remove gfp flags argumentLeon Romanovsky
2017-06-27IB/qib: Replace deprecated pci functions with new APIMichael J. Ruhl
2017-06-27IB/hfi1,qib: Do not send QKey trap for UD qpsDennis Dalessandro
2017-06-27IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok()Mike Marciniszyn
2017-06-01RDMA/qib,hfi1: Fix MR reference count leak on write with immediateMike Marciniszyn
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli
2017-04-28IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl
2017-04-28IB/qib: use setup_timerGeliang Tang
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers
2017-04-20Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdeviceDoug Ledford
2017-04-05IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn
2017-03-24IB/qib: fix false-postive maybe-uninitialized warningArnd Bergmann
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar