index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
qib
/
qib_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
1
-2
/
+4
*
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
2018-06-12
1
-2
/
+2
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-2
/
+2
*
IB/{hfi1, qib}: Add handling of kernel restart
Alex Estrin
2018-05-09
1
-0
/
+13
*
infiniband: hw: Drop unnecessary continue
Arushi
2018-03-06
1
-3
/
+1
*
IB/{rdmavt, hfi1, qib}: Self determine driver name
Michael J. Ruhl
2018-01-05
1
-0
/
+2
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-15
1
-2
/
+3
|
\
|
*
drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node()
Johannes Thumshirn
2017-11-15
1
-2
/
+3
*
|
IB/qib: Convert timers to use timer_setup()
Kees Cook
2017-10-09
1
-18
/
+11
|
/
*
IB/qib: Remove unnecessary memory allocation for boardname
Kamenee Arumugam
2017-08-28
1
-1
/
+0
*
IB/qib: fix spelling mistake: "failng" -> "failing"
Colin Ian King
2017-08-18
1
-1
/
+1
*
IB/qib: use setup_timer
Geliang Tang
2017-04-28
1
-9
/
+6
*
IB/qib: Remove debug prints after allocation failure
Leon Romanovsky
2016-12-03
1
-39
/
+8
*
IB/qib: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
2016-10-07
1
-2
/
+2
*
IB/rdmavt,hfi1,qib: Fix memory leak
Jubin John
2016-04-28
1
-2
/
+2
*
IB/qib: Remove completion queue data structures and functions from qib
Harish Chegondi
2016-03-10
1
-3
/
+0
*
IB/qib: Use rdmavt device allocation function
Dennis Dalessandro
2016-03-10
1
-2
/
+5
*
IB/qib: Remove ibport and use rdmavt version
Harish Chegondi
2016-03-10
1
-0
/
+10
*
IB/qib: Begin to use rdmavt for verbs
Dennis Dalessandro
2016-03-10
1
-2
/
+3
*
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
2015-11-06
1
-1
/
+1
*
IB/qib: use arch_phys_wc_add()
Luis R. Rodriguez
2015-05-05
1
-19
/
+7
*
IB/qib: Add blank line after declaration
Mike Marciniszyn
2015-02-20
1
-0
/
+4
*
IB/qib: Fix checkpatch warnings
Mike Marciniszyn
2015-02-20
1
-4
/
+3
*
IB/qib: Do not write EEPROM
Mitko Haralanov
2015-02-16
1
-1
/
+0
*
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-08-12
1
-1
/
+1
*
IB/qib: Additional Intel branding changes
Vinit Agnihotri
2014-05-29
1
-4
/
+4
*
IB/qib: Fix memory leak of recv context when driver fails to initialize.
Dennis Dalessandro
2014-03-17
1
-8
/
+5
*
IB/qib: Modify software pma counters to use percpu variables
Mike Marciniszyn
2014-03-17
1
-6
/
+16
*
IB/qib: Add percpu counter replacing qib_devdata int_counter
Mike Marciniszyn
2014-03-17
1
-1
/
+35
*
IB/qib: Fix debugfs ordering issue with multiple HCAs
Mike Marciniszyn
2014-03-17
1
-14
/
+11
*
IB/qib: Make qib_driver static
Paul Bolle
2013-08-13
1
-1
/
+1
*
IB/qib: Fix module-level leak
Mike Marciniszyn
2013-07-11
1
-3
/
+3
*
IB/qib: Convert opcode counters to per-context
Mike Marciniszyn
2013-06-21
1
-2
/
+39
*
IB/qib: Optimize CQ callbacks
Mike Marciniszyn
2013-06-21
1
-14
/
+4
*
IB/qib: Add optional NUMA affinity
Ramkrishna Vepa
2013-06-21
1
-7
/
+32
*
IB/qib: Add DCA support
Mike Marciniszyn
2013-06-21
1
-0
/
+41
*
IB/qib: change QLogic to Intel
Vinit Agnihotri
2013-03-22
1
-4
/
+4
*
IB/qib: convert to idr_alloc()
Tejun Heo
2013-02-27
1
-13
/
+8
*
Drivers: infinband: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-7
/
+5
*
IB/qib: checkpatch fixes
Mike Marciniszyn
2012-07-19
1
-47
/
+50
*
IB/qib: Add congestion control agent implementation
Mike Marciniszyn
2012-07-19
1
-1
/
+95
*
IB/qib: Reduce sdma_lock contention
Mike Marciniszyn
2012-07-19
1
-2
/
+49
*
IB/qib: Display correct value for number of contexts
Mitko Haralanov
2012-05-14
1
-1
/
+2
*
IB/qib: Fix style issues
Mike Marciniszyn
2012-01-03
1
-1
/
+1
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
1
-0
/
+1
|
\
|
*
infiniband: Fix up module files that need to include module.h
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
|
IB/qib: Hold links until tuning data is available
Mitko Haralanov
2011-10-21
1
-4
/
+0
*
|
IB/qib: Eliminate divide/mod in converting idx to egr buf pointer
Mike Marciniszyn
2011-10-21
1
-0
/
+3
*
|
IB/qib: Correct nfreectxts for multiple HCAs
Mike Marciniszyn
2011-10-06
1
-0
/
+1
|
/
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
[next]