index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
ehca
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-06
IB/ehca: Fix CQE flags reporting
Joachim Fenkes
1
-1
/
+5
2009-09-06
IB/ehca: Construct MAD redirect replies from request MAD
Joachim Fenkes
1
-6
/
+41
2009-09-06
IB/ehca: Make port autodetect mode the default
Alexander Schmidt
1
-4
/
+4
2009-06-23
IB/ehca: Bump version number
Alexander Schmidt
1
-1
/
+1
2009-06-23
IB/ehca: Ensure that guid_entry index is not negative
Roel Kluin
1
-1
/
+1
2009-06-23
IB/ehca: Tolerate dynamic memory operations before driver load
Hannes Hering
3
-17
/
+522
2009-06-16
infiniband: ehca: remove driver_data direct access of struct device
Greg Kroah-Hartman
1
-4
/
+4
2009-06-15
Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linus
Roland Dreier
9
-102
/
+89
2009-06-04
IB/ehca: Remove superfluous bitmasks from QP control block
Joachim Fenkes
2
-41
/
+5
2009-05-14
infiniband: Remove void casts
Jack Stone
1
-5
/
+4
2009-05-14
IB/ehca: Increment version number
Stefan Roscher
1
-1
/
+1
2009-05-14
IB/ehca: Remove unnecessary memory operations for userspace queue pairs
Stefan Roscher
5
-50
/
+65
2009-05-14
IB/ehca: Fall back to vmalloc() for big allocations
Stefan Roscher
1
-4
/
+13
2009-05-14
IB/ehca: Replace vmalloc() with kmalloc() for queue allocation
Anton Blanchard
1
-3
/
+3
2009-01-18
IB: Remove __constant_{endian} uses
Harvey Harrison
1
-4
/
+4
2009-01-17
IB/ehca: Use consistent types for ehca_plpar_hcall9()
Stephen Rothwell
1
-13
/
+13
2009-01-17
IB/ehca: Fix printk format warnings from u64 type change
Stephen Rothwell
12
-130
/
+130
2009-01-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
1
-1
/
+1
2009-01-07
IB/ehca: spin_lock_irqsave() takes an unsigned long
Stephen Rothwell
1
-1
/
+1
2008-12-30
cpumask: use new cpumask API in drivers/infiniband/hw/ehca
Rusty Russell
1
-5
/
+5
2008-12-30
cpumask: use for_each_online_cpu() in drivers/infiniband/hw/ehca/ehca_irq.c
Rusty Russell
1
-4
/
+3
2008-12-22
IB/ehca: Remove redundant test of vpage
Julia Lawall
1
-1
/
+1
2008-12-05
IB/ehca: Replace modulus operations in flush error completion path
Stefan Roscher
3
-13
/
+19
2008-12-02
IB/ehca: Fix locking for shca_list_lock
Joachim Fenkes
1
-7
/
+10
2008-12-01
IB/ehca: Fix problem with generated flush work completions
Stefan Roscher
3
-28
/
+53
2008-12-01
IB/ehca: Change misleading error message on memory hotplug
Joachim Fenkes
1
-2
/
+1
2008-11-12
IB/ehca: Remove reference to special QP in case of port activation failure
Stefan Roscher
2
-16
/
+33
2008-10-23
IB/ehca: Reject dynamic memory add/remove when ehca adapter is present
Stefan Roscher
1
-0
/
+48
2008-10-23
IB/ehca: Fix reported max number of QPs and CQs in systems with >1 adapter
Stefan Roscher
4
-19
/
+26
2008-10-11
IB/ehca: Don't allow creating UC QP with SRQ
Hoang-Nam Nguyen
1
-0
/
+6
2008-09-21
IB/ehca: Generate flush status CQ entries
Alexander Schmidt
5
-43
/
+412
2008-08-23
removed unused #include <linux/version.h>'s
Adrian Bunk
1
-1
/
+0
2008-08-12
IB/ehca: Discard double CQE for one WR
Alexander Schmidt
4
-20
/
+78
2008-08-12
IB/ehca: Check idr_find() return value
Alexander Schmidt
1
-1
/
+3
2008-08-12
IB/ehca: Repoll CQ on invalid opcode
Alexander Schmidt
1
-1
/
+1
2008-08-12
IB/ehca: Rename goto label in ehca_poll_cq_one()
Alexander Schmidt
1
-3
/
+3
2008-08-12
IB/ehca: Update qp_state on cached modify_qp()
Alexander Schmidt
1
-4
/
+10
2008-08-04
powerpc: Move include files to arch/powerpc/include/asm
Stephen Rothwell
1
-1
/
+1
2008-07-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
5
-1
/
+11
2008-07-23
IB/ehca: Release mutex in error path of alloc_small_queue_page()
Julia Lawall
1
-0
/
+1
2008-07-23
IB/ehca: Use default value for Local CA ACK Delay if FW returns 0
Joachim Fenkes
1
-1
/
+3
2008-07-23
IB/ehca: Filter PATH_MIG events if QP was never armed
Joachim Fenkes
3
-0
/
+7
2008-07-16
Merge branch 'linus' into cpus4096
Ingo Molnar
5
-5
/
+30
2008-07-15
IB/ehca: Make device table externally visible
Joachim Fenkes
1
-0
/
+1
2008-07-15
IB/ehca: In case of lost interrupts, trigger EOI to reenable interrupts
Stefan Roscher
3
-2
/
+18
2008-07-15
IB/ehca: Reject receive work requests if QP is in RESET state
Joachim Fenkes
1
-2
/
+10
2008-07-15
RDMA/core: Add memory management extensions support
Steve Wise
1
-1
/
+1
2008-07-06
Merge commit 'v2.6.26-rc9' into cpus4096
Ingo Molnar
1
-2
/
+4
2008-06-06
IB/ehca: Reject send WRs only for RESET, INIT and RTR state
Joachim Fenkes
1
-2
/
+4
2008-05-23
infiniband: use performance variant for_each_cpu_mask_nr
Mike Travis
1
-2
/
+2
[next]