Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
501fb72d052d2a302b423bef7dec98d9d98c8a36
/
drivers
/
infiniband
/
hw
/
ehca
76dea3b
IB/ehca: Fix clipping of device limits to INT_MAX
by Roland Dreier
· 19 years ago
c01759c
IB/ehca: Return srq_attr->max_sge in ehca_query_srq()
by Joachim Fenkes
· 19 years ago
a660722
IB/ehca: Adjust 64-bit alignment of create QP response for userspace
by Hoang-Nam Nguyen
· 19 years ago
03f72a5
IB/ehca: Fix mem leak of firmware ctrlblock in ehca_create_srq()
by Hoang-Nam Nguyen
· 19 years ago
9faa559
IB/ehca: Misc cpuinit section annotations and #ifdef cleanups
by Satyam Sharma
· 19 years ago
3a31c41
IB/ehca: Only use MR large pages for hugetlb regions
by Joachim Fenkes
· 19 years ago
08c283a
IB/ehca: Fix large page HW cap defines
by Hoang-Nam Nguyen
· 19 years ago
39089e7
IB/ehca: Bump version number and change its format
by Joachim Fenkes
· 19 years ago
5110e4d
IB/ehca: Replace get_paca()->paca_index by the more portable raw_smp_processor_id()
by Joachim Fenkes
· 19 years ago
0b5de96
IB/ehca: Serialize MR alloc and MR free hvCalls
by Joachim Fenkes
· 19 years ago
e90d0b3
IB/ehca: Path migration support
by Joachim Fenkes
· 19 years ago
b708fba
IB/ehca: Add check for max #SGE to create_qp()
by Joachim Fenkes
· 19 years ago
86dce44
IB/ehca: ehca_gen_warn() should always print
by Joachim Fenkes
· 19 years ago
e372219
IB/ehca: Print return codes as signed decimal integers
by Joachim Fenkes
· 19 years ago
2863ad4
IB/ehca: Refactor hvcall tracing
by Joachim Fenkes
· 19 years ago
e390d3b
IB/ehca: Use remap_4k_pfn() to map firmware contexts to user space
by Hoang-Nam Nguyen
· 19 years ago
5281a4b
IB/ehca: Support more than 4k QPs for userspace and kernelspace
by Stefan Roscher
· 19 years ago
441633b
IB/ehca: Small QP userspace support
by Stefan Roscher
· 19 years ago
339e264
IB/ehca: Export module parameters in sysfs
by Anton Blanchard
· 19 years ago
1f79448
IB/ehca: Make output clearer by removing some debug messages
by Anton Blanchard
· 19 years ago
1fea391
IB/ehca: Include <linux/mutex.h> from ehca_classes.h
by Roland Dreier
· 19 years ago
5ff70cac
IB/ehca: SRQ fixes to enable IPoIB CM
by Joachim Fenkes
· 19 years ago
fecea0a
IB/ehca: Fix Small QP regressions
by Stefan Roscher
· 19 years ago
0e6ff15
in-string typos of "error"
by Eddy L O Jansson
· 19 years ago
1655fc2
IB/ehca: Move extern declarations from .c files to .h files
by Hoang-Nam Nguyen
· 19 years ago
05d989f
IB/ehca: Fix include order to better match kernel style
by Hoang-Nam Nguyen
· 19 years ago
e2f81da
IB/ehca: Support small QP queues
by Stefan Roscher
· 19 years ago
0c10f7b
IB/ehca: Make internal_create/destroy_qp() static
by Joachim Fenkes
· 19 years ago
51d2bfb
IB/ehca: Move ehca2ib_return_code() out of line
by Hoang-Nam Nguyen
· 19 years ago
633a5ae
IB/ehca: Generate async event when SRQ limit reached
by Hoang-Nam Nguyen
· 19 years ago
5bb7d92
IB/ehca: Support large page MRs
by Hoang-Nam Nguyen
· 19 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 19 years ago
2b94397
IB/ehca: Fix warnings issued by checkpatch.pl
by Hoang-Nam Nguyen
· 19 years ago
187c72e
IB/ehca: Restructure ehca_set_pagebuf()
by Hoang-Nam Nguyen
· 19 years ago
df17bfd
IB/ehca: MR/MW structure refactoring
by Hoang-Nam Nguyen
· 19 years ago
2492398
IB/ehca: Use macro to calculate number of chunks in a mem block
by Hoang-Nam Nguyen
· 19 years ago
4e4e74c
IB/ehca: Use #define for "pages per register_rpage" instead of hardcoded value
by Hoang-Nam Nguyen
· 19 years ago
a1a6ff1
IB/ehca: Use common error code mapping instead of specific ones
by Hoang-Nam Nguyen
· 19 years ago
3df78f8
IB/ehca: Fix memory leak in error path of ehca_get_dma_mr()
by Hoang-Nam Nguyen
· 19 years ago
fbb9318
IB/ehca: Fix HW level autodetection
by Joachim Fenkes
· 19 years ago
f72d2f0
IB/ehca: Improve latency by unlocking after triggering the hardware
by Hoang-Nam Nguyen
· 19 years ago
8705ce5
IB/ehca: Notify consumers of LID/PKEY/SM changes after nondisruptive events
by Joachim Fenkes
· 19 years ago
b1cfe43
IB/ehca: Return QP pointer in poll_cq()
by Joachim Fenkes
· 19 years ago
26ed687
IB/ehca: Change idr spinlocks into rwlocks
by Joachim Fenkes
· 19 years ago
28db6be
IB/ehca: Refactor sync between completions and destroy_cq using atomic_t
by Joachim Fenkes
· 19 years ago
9844b71
IB/ehca: Lock renaming, static initializers
by Joachim Fenkes
· 19 years ago
15f001e
IB/ehca: Report RDMA atomic attributes in query_qp()
by Hoang-Nam Nguyen
· 19 years ago
85f0031
IB/ehca: Set SEND_GRH flag for all non-LL UD QPs on eHCA2
by Stefan Roscher
· 19 years ago
472803d
IB/ehca: Support UD low-latency QPs
by Stefan Roscher
· 19 years ago
a6a1294
IB/ehca: add Shared Receive Queue support
by Joachim Fenkes
· 19 years ago
9a79fc0
IB/ehca: QP code restructuring in preparation for SRQ
by Joachim Fenkes
· 19 years ago
91f13aa
IB/ehca: HW level, HW caps and MTU autodetection
by Joachim Fenkes
· 19 years ago
b8a3ba5
IB/ehca: Change scaling_code parameter description to match default value
by Hoang-Nam Nguyen
· 19 years ago
06cc850
IB: Use menuconfig for InfiniBand menu
by Jan Engelhardt
· 19 years ago
fffba37
IB/ehca: Refactor "maybe missed event" code
by Joachim Fenkes
· 19 years ago
65a2c84
IB/ehca: Fix number of send WRs reported for new QP
by Stefan Roscher
· 19 years ago
bd5a6cc
IB/ehca: Return proper error code if register_mr fails
by Hoang-Nam Nguyen
· 19 years ago
4e430dc
IB/ehca: Disable scaling code by default, bump version number
by Joachim Fenkes
· 19 years ago
bba9b60
IB/ehca: Beautify sysfs attribute code and fix compiler warnings
by Joachim Fenkes
· 19 years ago
c7a1493
IB/ehca: Remove _irqsave, move #ifdef
by Joachim Fenkes
· 19 years ago
c55a0dd
IB/ehca: Fix AQP0/1 QP number
by Hoang-Nam Nguyen
· 19 years ago
92761cd
IB/ehca: Correctly set GRH mask bit in ehca_modify_qp()
by Joachim Fenkes
· 19 years ago
5d88278
IB/ehca: Serialize hypervisor calls in ehca_register_mr()
by Stefan Roscher
· 19 years ago
de56037
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 19 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 19 years ago
f7c6a7b
IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules
by Roland Dreier
· 19 years ago
02bbc0f
Merge branch 'linux-2.6'
by Paul Mackerras
· 19 years ago
972d45f
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 19 years ago
ed23a72
IB: Return "maybe missed event" hint from ib_req_notify_cq()
by Roland Dreier
· 19 years ago
f4fd0b2
IB: Add CQ comp_vector support
by Michael S. Tsirkin
· 19 years ago
40cd3a4
[POWERPC] Rename get_property to of_get_property: drivers
by Stephen Rothwell
· 19 years ago
49e1900
Merge branch 'linux-2.6' into for-2.6.22
by Paul Mackerras
· 19 years ago
a48141d
Revert "[POWERPC] Rename get_property to of_get_property: drivers"
by Paul Mackerras
· 19 years ago
c4ed790
IB/ehca: Implement modify_port
by Joachim Fenkes
· 19 years ago
d05c7a8
[POWERPC] Rename get_property to of_get_property: drivers
by Stephen Rothwell
· 19 years ago
a7edd0e
[POWERPC] get_property returns const
by Stephen Rothwell
· 19 years ago
73b9e98
IB/ehca: Make scaling code work without CPU hotplug
by Joachim Fenkes
· 19 years ago
3172679
IB/ehca: Fix sync between completion handler and destroy cq
by Hoang-Nam Nguyen
· 19 years ago
6bbcea0
IB/ehca: Change query_port() to return LINK_UP instead UNKNOWN
by Hoang-Nam Nguyen
· 19 years ago
4fd3006
IB/ehca: Allow en/disabling scaling code via module parameter
by Hoang-Nam Nguyen
· 19 years ago
8b16cef
IB/ehca: Fix race condition/locking issues in scaling code
by Hoang-Nam Nguyen
· 19 years ago
78d8d5f
IB/ehca: Rework irq handler
by Hoang-Nam Nguyen
· 19 years ago
38515e9
[PATCH] Scheduled removal of SA_xxx interrupt flags fixups
by Thomas Gleixner
· 19 years ago
93bbad8
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 19 years ago
c376222
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
by Robert P. J. Day
· 19 years ago
65e5c02
IB/ehca: Fix memleak on module unloading
by Akinobu Mita
· 19 years ago
b45bfcc
IB/ehca: Remove obsolete prototypes
by Hoang-Nam Nguyen
· 19 years ago
4c34bdf
IB/ehca: Remove use of do_mmap()
by Hoang-Nam Nguyen
· 19 years ago
062dbb6
IB: Return qp pointer as part of ib_wc
by Michael S. Tsirkin
· 19 years ago
cea9ea6
IB/ehca: Fix mismatched spin_unlock in irq handler
by Hoang-Nam Nguyen
· 19 years ago
ce29d72
IB/ehca: Fix improper use of yield() with spinlock held
by Hoang-Nam Nguyen
· 19 years ago
f2d9136
IB/ehca: Use proper GFP_ flags for get_zeroed_page()
by Hoang-Nam Nguyen
· 19 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 19 years ago
2771e9e
IB/ehca: Use WQE offset instead of WQE addr for pending work reqs
by Hoang-Nam Nguyen
· 19 years ago
f2c238a
IB/ehca: Activate scaling code by default
by Hoang-Nam Nguyen
· 20 years ago
c581211
IB/ehca: Use named constant for max mtu
by Hoang-Nam Nguyen
· 20 years ago
7e28db5
IB/ehca: Assure 4K alignment for firmware control blocks
by Hoang-Nam Nguyen
· 20 years ago
04d03bc
IB/ehca: Fix eHCA driver compilation for uniprocessor
by Paul Mackerras
· 20 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 20 years ago
e5a0106
IB/ehca: Tweak trace message format
by Hoang-Nam Nguyen
· 20 years ago
Next »