Age | Commit message (Expand) | Author | Files | Lines |
2019-08-20 | IB/hfi1: Drop stale TID RDMA packets that cause TIDErr | Kaike Wan | 1 | -44/+3 |
2019-08-20 | IB/hfi1: Add additional checks when handling TID RDMA WRITE DATA packet | Kaike Wan | 1 | -0/+7 |
2019-08-20 | IB/hfi1: Add additional checks when handling TID RDMA READ RESP packet | Kaike Wan | 1 | -1/+4 |
2019-08-20 | IB/hfi1: Unsafe PSN checking for TID RDMA READ Resp packet | Kaike Wan | 1 | -2/+2 |
2019-08-20 | IB/hfi1: Drop stale TID RDMA packets | Kaike Wan | 1 | -2/+11 |
2019-08-01 | IB/hfi1: Fix Spectre v1 vulnerability | Gustavo A. R. Silva | 1 | -0/+2 |
2019-07-22 | IB/hfi1: Drop all TID RDMA READ RESP packets after r_next_psn | Kaike Wan | 1 | -41/+1 |
2019-07-22 | IB/hfi1: Field not zero-ed when allocating TID flow memory | Kaike Wan | 1 | -0/+1 |
2019-07-22 | IB/hfi1: Unreserve a flushed OPFN request | Kaike Wan | 1 | -2/+0 |
2019-07-22 | IB/hfi1: Check for error on call to alloc_rsm_map_table | John Fleck | 1 | -2/+9 |
2019-07-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 15 | -332/+326 |
2019-06-29 | IB/hfi1: No need to use try_module_get for debugfs | Dennis Dalessandro | 1 | -3/+2 |
2019-06-29 | IB/hfi1: Add missing INVALIDATE opcodes for trace | Mike Marciniszyn | 1 | -0/+2 |
2019-06-29 | IB/hfi1: Reduce excessive aspm inlines | Michael J. Ruhl | 4 | -259/+280 |
2019-06-29 | IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR details | Michael J. Ruhl | 2 | -15/+16 |
2019-06-29 | IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPs | Michael J. Ruhl | 2 | -17/+17 |
2019-06-29 | IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is full | Kamenee Arumugam | 3 | -7/+4 |
2019-06-29 | IB/hfi1: Move rvt_cq_wc struct into uapi directory | Kamenee Arumugam | 1 | -2/+2 |
2019-06-29 | Merge tag 'v5.2-rc6' into rdma.git for-next | Jason Gunthorpe | 17 | -53/+145 |
2019-06-24 | Merge tag 'v5.2-rc6' into sched/core, to refresh the branch | Ingo Molnar | 15 | -51/+140 |
2019-06-21 | IB/{rdmavt, qib, hfi1}: Convert to new completion API | Mike Marciniszyn | 1 | -22/+4 |
2019-06-19 | IB/hfi1: Spelling s/statisfied/satisfied/ | Geert Uytterhoeven | 1 | -1/+1 |
2019-06-18 | IB/hfi1: Handle port down properly in pio | Mike Marciniszyn | 4 | -7/+8 |
2019-06-18 | IB/hfi1: Handle wakeup of orphaned QPs for pio | Mike Marciniszyn | 1 | -0/+16 |
2019-06-18 | IB/hfi1: Wakeup QPs orphaned on wait list after flush | Mike Marciniszyn | 1 | -0/+17 |
2019-06-18 | IB/hfi1: Use aborts to trigger RC throttling | Mike Marciniszyn | 3 | -4/+37 |
2019-06-18 | IB/hfi1: Create inline to get extended headers | Mike Marciniszyn | 2 | -20/+32 |
2019-06-18 | IB/hfi1: Silence txreq allocation warnings | Mike Marciniszyn | 2 | -2/+3 |
2019-06-18 | IB/hfi1: Avoid hardlockup with flushlist_lock | Mike Marciniszyn | 1 | -6/+3 |
2019-06-17 | Merge tag 'v5.2-rc5' into sched/core, to pick up fixes | Ingo Molnar | 3 | -2/+4 |
2019-06-11 | IB/hfi1: Correct tid qp rcd to match verbs context | Mike Marciniszyn | 3 | -3/+15 |
2019-06-11 | IB/hfi1: Close PSM sdma_progress sleep window | Mike Marciniszyn | 2 | -9/+4 |
2019-06-11 | IB/hfi1: Validate fault injection opcode user input | Kaike Wan | 1 | -0/+5 |
2019-06-10 | RDMA: Move owner into struct ib_device_ops | Jason Gunthorpe | 1 | -1/+1 |
2019-06-10 | RDMA: Move driver_id into struct ib_device_ops | Jason Gunthorpe | 1 | -1/+3 |
2019-06-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 3 | -2/+4 |
2019-06-03 | sched/core: Provide a pointer to the valid CPU mask | Sebastian Andrzej Siewior | 2 | -5/+4 |
2019-05-30 | IB/hfi1: Use struct_size() helper | Gustavo A. R. Silva | 1 | -6/+3 |
2019-05-29 | IB/hfi1: Remove extra brackets from an if | Dennis Dalessandro | 1 | -2/+1 |
2019-05-29 | IB/hfi1: Validate page aligned for a given virtual address | Kamenee Arumugam | 1 | -0/+3 |
2019-05-29 | IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr value | Mike Marciniszyn | 1 | -2/+0 |
2019-05-29 | IB/hfi1: Insure freeze_work work_struct is canceled on shutdown | Mike Marciniszyn | 1 | -0/+1 |
2019-05-28 | RDMA: Convert put_page() to put_user_page*() | John Hubbard | 1 | -7/+4 |
2019-05-28 | IB/hfi1: Remove set but not used variables 'offset' and 'fspsn' | YueHaibing | 1 | -4/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-14 | IB/hfi1: use the new FOLL_LONGTERM flag to get_user_pages_fast() | Ira Weiny | 1 | -2/+2 |
2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 1 | -1/+2 |
2019-05-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 21 | -221/+381 |
2019-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+1 |
2019-05-07 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2 | -4/+0 |