index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
qib
/
qib_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/qib: Use the bitmap API to allocate bitmaps
Christophe JAILLET
2022-07-18
1
-3
/
+2
*
RDMA: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
1
-2
/
+2
*
RDMA: Fix kernel-doc compilation warnings
Leon Romanovsky
2021-03-22
1
-1
/
+1
*
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
1
-2
/
+2
*
qib: Convert qib_unit_table to XArray
Matthew Wilcox
2019-04-01
1
-44
/
+12
*
RDMA/qib: Remove all occurrences of BUG_ON()
Leon Romanovsky
2018-11-29
1
-1
/
+0
*
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
[next]