index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
ipath
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-30
IB/ipath: Fix hang on module unload
Yannick Cote
1
-0
/
+7
2008-09-21
IB/ipath: Fix SLID generation for RC/UC QPs when LMC > 0
Ralph Campbell
2
-2
/
+4
2008-08-23
removed unused #include <linux/version.h>'s
Adrian Bunk
1
-1
/
+0
2008-08-15
IB/ipath: Fix incorrect check for max physical address in TID
Dave Olson
1
-1
/
+1
2008-08-15
IB/ipath: Fix lost UD send work request
Ralph Campbell
1
-2
/
+6
2008-08-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
4
-12
/
+18
2008-08-04
IB/ipath: Fix printk format warnings
Alexander Beregalov
3
-9
/
+15
2008-08-01
Remove newline from the description of module parameters
Niels de Vos
1
-1
/
+1
2008-07-30
IB/ipath: Use unsigned long for irq flags
Vegard Nossum
1
-3
/
+3
2008-07-26
dma-mapping: add the device argument to dma_mapping_error()
FUJITA Tomonori
2
-4
/
+4
2008-07-22
device create: infiniband: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-1
/
+1
2008-07-15
Merge branch 'core/rcu' into core/rcu-for-linus
Ingo Molnar
2
-2
/
+2
2008-07-15
IB/ipath: Use IEEE OUI for vendor_id reported by ibv_query_device()
Ralph Campbell
2
-4
/
+5
2008-07-15
RDMA/core: Add memory management extensions support
Steve Wise
5
-13
/
+13
2008-07-15
IB/ipath: Simplify code using ARRAY_SIZE() macro
Robert P. J. Day
1
-2
/
+2
2008-07-15
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
5
-13
/
+19
2008-06-21
Add a bunch of cycle_kernel_lock() calls
Jonathan Corbet
1
-1
/
+2
2008-06-21
Add "no BKL needed" comments to several drivers
Jonathan Corbet
1
-0
/
+1
2008-06-16
Merge branch 'linus' into core/rcu
Ingo Molnar
5
-13
/
+19
2008-06-06
IB/ipath: Fix SM trap forwarding
Ralph Campbell
1
-0
/
+4
2008-05-27
IB/ipath: Fix device capability flags
Ralph Campbell
1
-1
/
+2
2008-05-27
IB/ipath: Avoid test_bit() on u64 SDMA status value
Roland Dreier
2
-8
/
+9
2008-05-19
rcu: split list.h and move rcu-protected lists into rculist.h
Franck Bui-Huu
2
-2
/
+2
2008-05-16
IB/ipath: Fix UC receive completion opcode for RDMA WRITE with immediate
Ralph Campbell
1
-2
/
+2
2008-05-16
IB/ipath: Fix printk format for ipath_sdma_status
Roland Dreier
1
-2
/
+2
2008-05-13
IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned long
Roland Dreier
2
-4
/
+4
2008-05-13
IB/ipath: Make ipath_portdata work with struct pid * not pid_t
Pavel Emelyanov
3
-18
/
+23
2008-05-13
IB/ipath: Fix RDMA read response sequence checking
Ralph Campbell
2
-0
/
+8
2008-05-13
IB/ipath: Fix many locking issues when switching to error state
Ralph Campbell
8
-304
/
+554
2008-05-13
IB/ipath: Fix RC and UC error handling
Ralph Campbell
5
-224
/
+132
2008-05-07
IB/ipath: Fix SDMA error recovery in absence of link status change
John Gregor
2
-10
/
+29
2008-05-07
IB/ipath: Need to always request and handle PIO avail interrupts
Dave Olson
8
-202
/
+224
2008-05-07
IB/ipath: Fix count of packets received by kernel
Michael Albaugh
1
-1
/
+1
2008-05-07
IB/ipath: Return the correct opcode for RDMA WRITE with immediate
Ralph Campbell
1
-1
/
+5
2008-05-07
IB/ipath: Fix bug that can leave sends disabled after freeze recovery
Dave Olson
1
-2
/
+6
2008-05-07
IB/ipath: Only increment SSN if WQE is put on send queue
Ralph Campbell
1
-1
/
+1
2008-05-07
IB/ipath: Only warn about prototype chip during init
Michael Albaugh
1
-2
/
+3
2008-04-29
IB: expand ib_umem_get() prototype
Arthur Kepner
1
-1
/
+2
2008-04-22
IB/ipath: Correct capitalization "IntX" -> "INTx"
Roland Dreier
2
-6
/
+6
2008-04-22
IB/ipath: Remove tests of PCI_MSI in ipath_iba7220.c
Roland Dreier
1
-9
/
+4
2008-04-22
IB/ipath: Remove dependency on PCI_MSI || HT_IRQ
Roland Dreier
1
-1
/
+1
2008-04-22
IB/ipath: Build IBA7220 code unconditionally
Roland Dreier
1
-2
/
+4
2008-04-22
IB/ipath: Remove reference to dev->class_dev ...
Roland Dreier
1
-1
/
+0
2008-04-22
IB/ipath: Fix module parameter description for disable_sma
Paul Bolle
1
-1
/
+1
2008-04-20
IB: convert struct class_device to struct device
Tony Jones
4
-48
/
+51
2008-04-17
IB/core: Add support for "send with invalidate" work requests
Roland Dreier
4
-12
/
+12
2008-04-17
IB/ipath: Update copyright dates for files changed in 2008
Ralph Campbell
18
-18
/
+18
2008-04-17
IB/ipath: add calls to new 7220 code and enable in build
Dave Olson
13
-136
/
+896
2008-04-17
IB/ipath: Misc changes to prepare for IB7220 introduction
Arthur Jones
6
-34
/
+83
2008-04-17
IB/ipath: User mode send DMA
Arthur Jones
1
-0
/
+879
[next]