summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1
AgeCommit message (Expand)Author
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-06-26IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return valuesMichael J. Ruhl
2018-06-12treewide: Use array_size() in kvzalloc_node()Kees Cook
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-04IB/hfi1: Fix comment on default hdr entry sizeMike Marciniszyn
2018-06-04IB/hfi1: Rename exp_lock to exp_mutexKaike Wan
2018-06-04IB/hfi1: Add bypass register defines and replace blind constantsMike Marciniszyn
2018-06-04IB/hfi1: Remove unused variableKaike Wan
2018-06-04IB/hfi1: Ensure VL index is within boundsKaike Wan
2018-06-04IB/hfi1: Fix user context tail allocation for DMA_RTAILMike Marciniszyn
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe
2018-05-24IB/{rdmavt,hfi1}: Change hrtimer add to use pinned versionMike Marciniszyn
2018-05-24IB/hfi1: Set port number for errorinfo MAD responseMichael J. Ruhl
2018-05-24IB/hfi1: Cleanup of exp_rcvMike Marciniszyn
2018-05-24IB/hfi1: Add 16B Management Packet trace supportDon Hiatt
2018-05-24IB/hfi1: Add support for 16B Management PacketsDon Hiatt
2018-05-24IB/hfi1: Define 16B Management PacketsDon Hiatt
2018-05-15RDMA/hfi1: Fix build error with debugfs disabledDoug Ledford
2018-05-09IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty
2018-05-09IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez
2018-05-09IB/hfi1: Create common functions for affinity CPU mask operationsSebastian Sanchez
2018-05-09IB/Hfi1: Read CCE Revision register to verify the device is responsiveKamenee Arumugam
2018-05-09IB/hfi1: Rework fault injection machineryMitko Haralanov
2018-05-09IB/{hfi1, qib}: Add handling of kernel restartAlex Estrin
2018-05-09IB/hfi1: Reorder incorrect send context disableMichael J. Ruhl
2018-05-09IB/hfi1: Return correct value for device stateMichael J. Ruhl
2018-05-09IB/hfi1: Fix fault injection init/exit issuesMike Marciniszyn
2018-05-09IB/hfi1: Complete check for locally terminated smpAlex Estrin
2018-05-09IB/hfi1: Return actual error value from program_rcvarray()Michael J. Ruhl
2018-05-09IB/hfi1: Prevent LNI hang when LCB can't obtain lanesSebastian Sanchez
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford
2018-05-09IB/hfi1: Use after free race condition in send context error pathMichael J. Ruhl
2018-05-03IB/hfi1: Fix memory leak in exception path in get_irq_affinity()Sebastian Sanchez
2018-05-03IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failureSebastian Sanchez
2018-05-03IB/hfi1: Fix NULL pointer dereference when invalid num_vls is usedSebastian Sanchez
2018-05-03IB/hfi1: Fix loss of BECN with AHGMike Marciniszyn
2018-05-03IB/hfi1 Use correct type for num_user_contextMichael J. Ruhl
2018-05-03IB/hfi1: Fix handling of FECN marked multicast packetMike Marciniszyn
2018-04-27IB/hfi1: Replace custom hfi1 macros with PCIe macrosFrederick Lawler
2018-04-27infiniband: hw: hfi1: Change return type to vm_fault_tSouptick Joarder
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-03-29RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe
2018-03-28treewide: remove large struct-pass-by-value from tracepoint argumentsAlexei Starovoitov
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak
2018-03-13IB: remove duplicate header filesZhu Yanjun
2018-03-13IB/hfi1: Fix a kernel-doc warningBart Van Assche
2018-03-06IB/hfi1: Add a missing rcu_read_unlock()Bart Van Assche
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds