Age | Commit message (Expand) | Author | Files | Lines |
2017-04-20 | IB/hfi1: Remove intermediate var in hfi1_user_sdma_alloc_queues() | Markus Elfring | 1 | -3/+2 |
2017-04-20 | IB/hfi1: Use kcalloc() in hfi1_user_sdma_alloc_queues() | Markus Elfring | 1 | -4/+6 |
2017-04-20 | IB/hfi1: Use kcalloc() in hfi1_user_exp_rcv_init() | Markus Elfring | 1 | -2/+3 |
2017-04-20 | IB/hfi1: VNIC SDMA support | Vishwanathapura, Niranjana | 6 | -3/+376 |
2017-04-20 | IB/hfi1: Virtual Network Interface Controller (VNIC) HW support | Vishwanathapura, Niranjana | 17 | -104/+659 |
2017-04-20 | IB/hfi1: OPA_VNIC RDMA netdev support | Vishwanathapura, Niranjana | 6 | -7/+853 |
2017-04-05 | IB/hfi1: Add transmit fault injection feature | Don Hiatt | 6 | -7/+77 |
2017-04-05 | IB/hfi1: Add receive fault injection feature | Don Hiatt | 6 | -3/+336 |
2017-04-05 | IB/hfi1: Ensure VL index is within bounds | Michael J. Ruhl | 1 | -0/+5 |
2017-04-05 | IB/rdmavt, IB/hfi1: Fix timer migration regressions | Sebastian Sanchez | 1 | -6/+1 |
2017-04-05 | IB/hfi1: Add a patch value to the firmware version string | Michael J. Ruhl | 5 | -31/+47 |
2017-04-05 | IB/hfi1: Check for QSFP presence before attempting reads | Easwar Hariharan | 1 | -2/+5 |
2017-04-05 | IB/hfi1: Protect the global dev_cntr_names and port_cntr_names | Tadeusz Struk | 1 | -1/+11 |
2017-04-05 | IB/hfi1: Check device id early during init | Tadeusz Struk | 1 | -9/+10 |
2017-04-05 | IB/rdmavt: Add swqe completion trace | Mike Marciniszyn | 3 | -0/+47 |
2017-04-05 | IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependent | Mike Marciniszyn | 3 | -3/+28 |
2017-04-05 | IB/hfi1: NULL pointer dereference when freeing rhashtable | Sebastian Sanchez | 2 | -12/+28 |
2017-04-05 | IB/hfi1: Cache registers during state change | Michael J. Ruhl | 1 | -3/+55 |
2017-04-05 | IB/hfi1: Race hazard avoidance in user SDMA driver | Michael J. Ruhl | 1 | -1/+2 |
2017-04-05 | IB/hfi1: Force logical link down | Dean Luick | 1 | -18/+68 |
2017-03-21 | infiniband: utilize the new cdev_set_parent function | Logan Gunthorpe | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/core: Remove the tsk_cpus_allowed() wrapper | Ingo Molnar | 2 | -2/+2 |
2017-02-28 | mm: add new mmgrab() helper | Vegard Nossum | 1 | -1/+1 |
2017-02-26 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -185/+2 |
2017-02-25 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -2/+2 |
2017-02-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -0/+1 |
2017-02-19 | IB/hfi1: use size_t for passing array length | Arnd Bergmann | 1 | -1/+1 |
2017-02-19 | IB/hfi1: Code reuse with memdup_copy | Michael J. Ruhl | 3 | -48/+25 |
2017-02-19 | IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.h | Don Hiatt | 3 | -12/+12 |
2017-02-19 | IB/hfi1: Do not set physical link state if DC is in the shutdown state | Michael J. Ruhl | 1 | -8/+10 |
2017-02-19 | IB/hfi1: Modify logging frequency of DCC errors | Jakub Byczkowski | 2 | -9/+15 |
2017-02-19 | IB/rdmavt, IB/hfi1, IB/qib: Correct ack count for passive (RTR) QPs | Mike Marciniszyn | 1 | -1/+1 |
2017-02-19 | IB/hfi1, rdmavt: Move SGE state helper routines into rdmavt | Brian Welty | 5 | -94/+7 |
2017-02-19 | IB/hfi1, rdmavt: Update copy_sge to use boolean arguments | Brian Welty | 6 | -36/+37 |
2017-02-19 | IB/hfi1: Use new rdmavt timers | Venkata Sandeep Dhanalakota | 5 | -235/+16 |
2017-02-19 | IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavt | Brian Welty | 6 | -188/+22 |
2017-02-19 | IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavt | Brian Welty | 7 | -49/+9 |
2017-02-19 | IB/hfi1: Check upper-case EFI variables | Sebastian Sanchez | 1 | -4/+22 |
2017-02-19 | IB/hfi1: Reduce oversized fields in struct hfi1_packet | Sebastian Sanchez | 1 | -4/+3 |
2017-02-19 | IB/hfi1: Add additional fields to qp_stats | Mike Marciniszyn | 1 | -1/+3 |
2017-02-19 | IB/hfi1: Allocate context data on memory node | Sebastian Sanchez | 1 | -8/+9 |
2017-02-19 | IB/hfi1: Access hfi1_ibport through rcd pointer | Sebastian Sanchez | 6 | -11/+16 |
2017-02-19 | IB/hfi1: Correct error calldown locking | Mike Marciniszyn | 1 | -8/+11 |
2017-02-19 | IB/hfi1: Use static CTLE with Preset 6 for integrated HFIs | Easwar Hariharan | 1 | -2/+2 |
2017-02-19 | IB/hfi1: Ensure read of producer s_head is correct | Mike Marciniszyn | 1 | -3/+4 |
2017-02-19 | IB/hfi1: Process qp wait list in IRQ thread periodically | Mike Marciniszyn | 1 | -54/+67 |
2017-02-19 | IB/hfi1: Correct defered count after processing qp_wait_list | Mike Marciniszyn | 1 | -0/+4 |
2017-02-14 | IB: Query ports via the core instead of direct into the driver | Or Gerlitz | 1 | -0/+1 |