Age | Commit message (Expand) | Author | Files | Lines |
2018-10-26 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 10 | -479/+94 |
2018-10-17 | RDMA/drivers: Use core provided API for registering device attributes | Parav Pandit | 3 | -67/+43 |
2018-10-04 | IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavt | Venkata Sandeep Dhanalakota | 1 | -302/+1 |
2018-10-04 | IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavt | Venkata Sandeep Dhanalakota | 7 | -54/+15 |
2018-10-04 | IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt | Brian Welty | 6 | -40/+20 |
2018-10-03 | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls | Oza Pawandeep | 1 | -1/+0 |
2018-10-01 | IB/hfi1: Prepare resource waits for dual leg | Dennis Dalessandro | 2 | -7/+8 |
2018-10-01 | IB/rdmavt: Rename check_send_wqe as setup_wqe | Kaike Wan | 1 | -1/+1 |
2018-09-11 | IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of posting | Michael J. Ruhl | 2 | -11/+9 |
2018-07-31 | RDMA: Constify the argument of the work request conversion functions | Bart Van Assche | 1 | -1/+1 |
2018-07-10 | RDMA: Fix storage of PortInfo CapabilityMask in the kernel | Jason Gunthorpe | 1 | -3/+0 |
2018-06-18 | IB/core: add max_send_sge and max_recv_sge attributes | Steve Wise | 1 | -1/+2 |
2018-06-13 | treewide: Use array_size() in vzalloc() | Kees Cook | 1 | -2/+4 |
2018-06-13 | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook | 1 | -2/+2 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 2 | -4/+5 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 3 | -20/+27 |
2018-05-24 | IB/qib: Fix DMA api warning with debug kernel | Mike Marciniszyn | 3 | -13/+20 |
2018-05-09 | IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavt | Brian Welty | 5 | -162/+10 |
2018-05-09 | IB/{hfi1, rdmavt, qib}: Implement CQ completion vector support | Sebastian Sanchez | 1 | -5/+1 |
2018-05-09 | IB/{hfi1, qib}: Add handling of kernel restart | Alex Estrin | 2 | -0/+14 |
2018-04-27 | infiniband: hw: qib: Change return type to vm_fault_t | Souptick Joarder | 1 | -1/+1 |
2018-03-29 | RDMA: Use u64_to_user_ptr everywhere | Jason Gunthorpe | 2 | -5/+5 |
2018-03-19 | IB/uverbs: Extend uverbs_ioctl header with driver_id | Matan Barak | 1 | -1/+1 |
2018-03-07 | infiniband: hw: Drop unnecessary continue | Arushi | 1 | -3/+1 |
2018-02-28 | IB/qib: Move char *qib_sdma_state_names[] and constify while there. | Hernán Gonzalez | 3 | -12/+10 |
2018-02-28 | IB/qib: Remove unused variable (char *qib_sdma_event_names[]) | Hernán Gonzalez | 2 | -15/+0 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -4/+4 |
2018-02-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 3 | -6/+3 |
2018-02-02 | IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packet | Sebastian Sanchez | 3 | -6/+3 |
2018-01-31 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 8 | -306/+34 |
2018-01-31 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -7/+7 |
2018-01-29 | IB/qib: remove qib_keys.c | Corentin Labbe | 1 | -235/+0 |
2018-01-05 | IB/{hfi1, qib}: Fix a concurrency issue with device name in logging | Michael J. Ruhl | 3 | -14/+4 |
2018-01-05 | IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcall | Michael J. Ruhl | 3 | -10/+0 |
2018-01-05 | IB/{rdmavt, hfi1, qib}: Self determine driver name | Michael J. Ruhl | 2 | -1/+2 |
2017-12-12 | IB/qib: Cleanup qib_set_part_key() with direct returns | Joe Perches | 1 | -42/+24 |
2017-12-12 | IB/qib: remove redundant setting of any in for-loop | Colin Ian King | 1 | -1/+1 |
2017-12-12 | IB/qib: Fix comparison error with qperf compare/swap test | Mike Marciniszyn | 1 | -3/+3 |
2017-12-05 | drivers/infiniband: Remove now-redundant smp_read_barrier_depends() | Paul E. McKenney | 4 | -8/+0 |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -7/+7 |
2017-11-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+3 |
2017-11-16 | drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node() | Johannes Thumshirn | 1 | -2/+3 |
2017-11-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 18 | -447/+194 |
2017-11-16 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-31 | treewide: Fix function prototypes for module_param_call() | Kees Cook | 1 | -2/+2 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 3 | -5/+5 |
2017-10-18 | Merge branch 'timer_setup' into for-next | Doug Ledford | 12 | -75/+66 |
2017-10-15 | IB/qib: Remove set-but-not-used variables | Bart Van Assche | 10 | -43/+7 |