Age | Commit message (Expand) | Author | Files | Lines |
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-01-12 | RDMA/hfi1: drop pci_link_reset() | Cao jin | 1 | -10/+0 |
2016-12-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 29 | -380/+1181 |
2016-12-14 | Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-test | Doug Ledford | 1 | -6/+6 |
2016-12-14 | Merge branch 'hfi1' into merge-test | Doug Ledford | 29 | -373/+1175 |
2016-12-14 | IB/mad: Eliminate redundant SM class version defines for OPA | Hal Rosenstock | 1 | -6/+6 |
2016-12-11 | IB/hfi1: Define platform_config_table_limits once | Bart Van Assche | 2 | -10/+10 |
2016-12-11 | IB/hfi1: constify mmu_notifier_ops structure | Bhumika Goyal | 1 | -1/+1 |
2016-12-11 | IB/rdmavt, IB/hfi1, IB/qib: Add inlines for mtu division | Mike Marciniszyn | 1 | -2/+1 |
2016-12-11 | IB/hfi1,IB/qib: use rvt swqe mr deref helper | Mike Marciniszyn | 2 | -19/+3 |
2016-12-11 | IB/hfi1: Avoid credit return allocation for cpu-less NUMA nodes | Harish Chegondi | 3 | -18/+6 |
2016-12-11 | IB/hfi1,IB/qib: Use new send completion helper | Mike Marciniszyn | 3 | -56/+3 |
2016-12-11 | IB/hfi1: Replace qp->refcount release code with standard driver wrapper | Sebastian Sanchez | 1 | -2/+1 |
2016-12-11 | IB/hfi1: Preserve external device completed bit | Dean Luick | 1 | -1/+4 |
2016-12-11 | IB/hfi1: Remove critical section gap in sc_buffer_alloc() | Sebastian Sanchez | 1 | -2/+0 |
2016-12-11 | IB/hfi1: Remove usage of qp->s_cur_sge | Mitko Haralanov | 4 | -15/+13 |
2016-12-11 | IB/hfi1: Add special setting for low power AOC | Dean Luick | 1 | -1/+43 |
2016-12-11 | IB/hfi1: Remove definition of unused hfi1_affinity struct | Tadeusz Struk | 2 | -9/+0 |
2016-12-11 | IB/hfi1: Remove dependence on qp->s_cur_size | Don Hiatt | 6 | -9/+10 |
2016-12-11 | IB/hfi1: Show statistics counters under IB stats interface | Jianxin Xiong | 1 | -0/+154 |
2016-12-11 | IB/hfi1: Disable header suppression for short packets | Jakub Pawlak | 1 | -17/+43 |
2016-12-11 | IB/hfi1: Export 8051 memory and LCB registers via debugfs | Dean Luick | 1 | -0/+110 |
2016-12-11 | IB/hfi1: Use non-atomic __test_and_clear_bit in hot path | Sebastian Sanchez | 1 | -1/+1 |
2016-12-11 | IB/hfi1: Fix dc8051 multiple qword memory reads | Dean Luick | 1 | -4/+6 |
2016-12-11 | IB/hfi1: Read new EPROM format | Dean Luick | 1 | -8/+203 |
2016-12-03 | IB/hfi1: Remove debug prints after allocation failure | Leon Romanovsky | 1 | -1/+0 |
2016-11-16 | IB/hfi1: Optimize pio_buf and send_context structs | Sebastian Sanchez | 3 | -28/+28 |
2016-11-16 | IB/hfi1: Get rid of divide in pio buffer allocator | Sebastian Sanchez | 2 | -4/+8 |
2016-11-16 | IB/hfi1: Add active channel and backplane support for integrated devices | Easwar Hariharan | 5 | -45/+376 |
2016-11-16 | IB/hfi1: Optimize devdata cachelines | Sebastian Sanchez | 1 | -53/+55 |
2016-11-16 | IB/hfi1: Unify access to GUID entries | Jakub Pawlak | 6 | -37/+39 |