index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
hfi1
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/hfi1: Fix memory leak in exception path in get_irq_affinity()
Sebastian Sanchez
2018-05-03
1
-6
/
+5
*
IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failure
Sebastian Sanchez
2018-05-03
3
-10
/
+30
*
IB/hfi1: Fix NULL pointer dereference when invalid num_vls is used
Sebastian Sanchez
2018-05-03
2
-3
/
+2
*
IB/hfi1: Fix loss of BECN with AHG
Mike Marciniszyn
2018-05-03
1
-10
/
+40
*
IB/hfi1 Use correct type for num_user_context
Michael J. Ruhl
2018-05-03
1
-2
/
+2
*
IB/hfi1: Fix handling of FECN marked multicast packet
Mike Marciniszyn
2018-05-03
3
-10
/
+21
*
Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-04-06
5
-5
/
+4
|
\
|
*
RDMA: Use u64_to_user_ptr everywhere
Jason Gunthorpe
2018-03-29
1
-2
/
+2
|
*
IB/uverbs: Extend uverbs_ioctl header with driver_id
Matan Barak
2018-03-19
1
-1
/
+1
|
*
IB: remove duplicate header files
Zhu Yanjun
2018-03-13
1
-1
/
+0
|
*
IB/hfi1: Fix a kernel-doc warning
Bart Van Assche
2018-03-13
1
-1
/
+0
|
*
IB/hfi1: Add a missing rcu_read_unlock()
Bart Van Assche
2018-03-06
1
-0
/
+1
*
|
treewide: remove large struct-pass-by-value from tracepoint arguments
Alexei Starovoitov
2018-03-28
2
-7
/
+7
|
/
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-4
/
+4
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-02-06
26
-234
/
+469
|
\
|
*
IB/hfi1: Add 16B rcvhdr trace support
Don Hiatt
2018-02-01
2
-4
/
+6
|
*
IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_node
Kamenee Arumugam
2018-02-01
3
-16
/
+19
|
*
IB/hfi1: Show fault stats in both TX and RX directions
Mitko Haralanov
2018-02-01
1
-1
/
+8
|
*
IB/hfi1: Remove blind constants from 16B update
Mike Marciniszyn
2018-02-01
4
-14
/
+25
|
*
IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit times
Kamenee Arumugam
2018-02-01
6
-19
/
+239
|
*
IB/hfi1: Do not override given pcie_pset value
Bartlomiej Dudek
2018-02-01
1
-11
/
+12
|
*
IB/hfi1: Optimize process_receive_ib()
Sebastian Sanchez
2018-02-01
2
-32
/
+17
|
*
IB/hfi1: Remove unnecessary fecn and becn fields
Sebastian Sanchez
2018-02-01
6
-30
/
+20
|
*
IB/hfi1: Look up ibport using a pointer in receive path
Sebastian Sanchez
2018-02-01
3
-23
/
+30
|
*
IB/hfi1: Optimize packet type comparison using 9B and bypass code paths
Sebastian Sanchez
2018-02-01
4
-13
/
+13
|
*
IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packet
Sebastian Sanchez
2018-02-01
3
-6
/
+3
|
*
IB/hfi1: Remove dependence on qp->s_hdrwords
Mitko Haralanov
2018-02-01
10
-59
/
+61
|
*
IB/hfi1: Fix for potential refcount leak in hfi1_open_file()
Alex Estrin
2018-02-01
1
-3
/
+1
|
*
IB/hfi1: Fix for early release of sdma context
Alex Estrin
2018-02-01
3
-6
/
+9
|
*
IB/hfi1: Re-order IRQ cleanup to address driver cleanup race
Michael J. Ruhl
2018-02-01
3
-7
/
+16
*
|
mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks
David Rientjes
2018-01-31
1
-0
/
+1
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-01-31
10
-149
/
+77
|
\
\
|
|
/
|
*
Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...
Jason Gunthorpe
2018-01-30
1
-2
/
+2
|
|
\
|
*
|
IB/{hfi1, qib}: Fix a concurrency issue with device name in logging
Michael J. Ruhl
2018-01-05
3
-21
/
+14
|
*
|
IB/hfi1: Fix infinite loop in 8051 command error path
Sebastian Sanchez
2018-01-05
3
-102
/
+46
|
*
|
IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcall
Michael J. Ruhl
2018-01-05
3
-10
/
+0
|
*
|
IB/{rdmavt, hfi1, qib}: Self determine driver name
Michael J. Ruhl
2018-01-05
2
-3
/
+2
|
*
|
IB/hfi1: Add RQ/SRQ information to QP stats
Michael J. Ruhl
2018-01-03
1
-2
/
+8
|
*
|
Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...
Jason Gunthorpe
2017-12-27
3
-20
/
+13
|
|
\
\
|
*
|
|
IB/hfi1: Change slid arg in ingress_pkey_table_fail to 32bit
Don Hiatt
2017-12-22
2
-6
/
+2
|
*
|
|
IB/hfi1: Use 4096 for default active MTU in query_qp
Jan Sokolowski
2017-12-11
1
-1
/
+1
|
*
|
|
IB/hfi1: Mask the path bits with the LMC for 16B RC Acks
Don Hiatt
2017-12-11
1
-4
/
+4
*
|
|
|
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-30
1
-9
/
+9
|
\
\
\
\
|
*
|
|
|
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-9
/
+9
|
|
/
/
/
*
|
|
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-01-30
5
-10
/
+0
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2018-01-03
5
-10
/
+0
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
drivers/infiniband: Remove now-redundant smp_read_barrier_depends()
Paul E. McKenney
2017-12-05
5
-10
/
+0
|
|
|
/
*
|
|
IB/hfi1: Prevent a NULL dereference
Dan Carpenter
2018-01-10
1
-2
/
+2
|
/
/
*
|
IB/hfi: Only read capability registers if the capability exists
Michael J. Ruhl
2017-12-22
2
-19
/
+12
*
|
IB/hfi1: Initialize bth1 in 16B rc ack builder
Dennis Dalessandro
2017-11-30
1
-1
/
+1
|
/
[next]