index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
cxgb4
/
qp.c
Commit message (
Expand
)
Author
Age
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
*
Merge branch 'k.o/for-rc' into k.o/wip/dl-for-next
Doug Ledford
2018-05-09
|
\
|
*
iw_cxgb4: Atomically flush per QP HW CQEs
Bharat Potnuri
2018-04-27
*
|
IB/cxgb4: use skb_put_zero()/__skb_put_zero
YueHaibing
2018-05-01
|
/
*
Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...
Jason Gunthorpe
2017-12-27
|
\
|
*
iw_cxgb4: when flushing, complete all wrs in a chain
Steve Wise
2017-12-21
|
*
iw_cxgb4: reflect the original WR opcode in drain cqes
Steve Wise
2017-12-21
|
*
iw_cxgb4: only insert drain cqes if wq is flushed
Steve Wise
2017-12-11
|
*
iw_cxgb4: only clear the ARMED bit if a notification is needed
Steve Wise
2017-12-07
*
|
infiniband: cxgb4: use ktime_get for timestamps
Arnd Bergmann
2017-12-13
|
/
*
iw_cxgb4: atomically flush the qp
Steve Wise
2017-11-13
*
iw_cxgb4: only call the cq comp_handler when the cq is armed
Steve Wise
2017-11-13
*
iw_cxgb4: remove BUG_ON() usage.
Steve Wise
2017-11-13
*
RDMA/cxgb4: Protect from possible dereference
Leon Romanovsky
2017-11-13
*
Merge branch 'timer_setup' into for-next
Doug Ledford
2017-10-18
|
\
|
*
RDMA/cxgb4: Convert timers to use timer_setup()
Kees Cook
2017-10-18
*
|
iw_cxgb4: add referencing to wait objects
Steve Wise
2017-09-29
*
|
iw_cxgb4: allocate wait object for each ep object
Steve Wise
2017-09-29
*
|
iw_cxgb4: allocate wait object for each qp object
Steve Wise
2017-09-29
*
|
iw_cxgb4: change pr_debug to appropriate log level
Bharat Potnuri
2017-09-27
*
|
iw_cxgb4: Remove __func__ parameter from pr_debug()
Bharat Potnuri
2017-09-27
|
/
*
iw_cxgb4: don't use WR keys/addrs for 0 byte reads
Ganesh Goudar
2017-07-20
*
net: introduce __skb_put_[zero, data, u8]
yuan linyu
2017-06-20
*
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
*
cxgb4: Convert PDBG to pr_debug
Joe Perches
2017-04-20
*
cxgb4: Use more common logging style
Joe Perches
2017-04-20
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-02-20
|
\
|
*
locking/atomic, kref: Add kref_read()
Peter Zijlstra
2017-01-14
*
|
iw_cxgb4: free EQ queue memory on last deref
Steve Wise
2017-01-10
*
|
iw_cxgb4: refactor sq/rq drain logic
Steve Wise
2017-01-10
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2016-12-23
|
\
|
*
iw_cxgb4: set correct FetchBurstMax for QPs
Steve Wise
2016-12-18
*
|
iw_cxgb4: invalidate the mr when posting a read_w_inv wr
Steve Wise
2016-11-16
*
|
iw_cxgb4: set *bad_wr for post_send/post_recv errors
Steve Wise
2016-11-16
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2016-10-09
|
\
|
*
iw_cxgb4: add fast-path for small REG_MR operations
Steve Wise
2016-10-07
*
|
IB/cxgb4: Make _free_qp static to silence build warning
Baoyou Xie
2016-09-02
|
/
*
iw_cxgb4: don't block in destroy_qp awaiting the last deref
Steve Wise
2016-08-02
*
iw_cxgb4: explicitly move the qp to ERROR state during flush
Steve Wise
2016-08-02
*
RDMA/iw_cxgb4: Low resource fixes for connection manager
Hariprasad S
2016-06-23
*
RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chips
Hariprasad S
2016-04-26
*
iw_cxgb4: handle draining an idle qp
Steve Wise
2016-04-26
*
-
.
Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6
Doug Ledford
2016-03-16
|
\
\
|
|
*
iw_cxgb4: Max fastreg depth depends on DSGL support
Hariprasad S
2016-02-29
|
|
*
iw_cxgb4: make queue allocation code more readable
Hariprasad S
2016-02-29
|
|
/
*
/
iw_cxgb4: add queue drain functions
Steve Wise
2016-02-29
|
/
*
IB: remove in-kernel support for memory windows
Christoph Hellwig
2015-12-23
*
iw_cxgb4: Remove old FRWR API
Sagi Grimberg
2015-10-28
*
iw_cxgb4: Support the new memory registration API
Sagi Grimberg
2015-10-28
*
Merge branch 'wr-cleanup' into k.o/for-4.4
Doug Ledford
2015-10-28
|
\
[next]