index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
ehca
/
ehca_mrmw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-29
IB: expand ib_umem_get() prototype
Arthur Kepner
1
-1
/
+1
2008-04-23
IB/ehca: Move high-volume debug output to higher debug levels
Joachim Fenkes
1
-6
/
+10
2008-04-16
IB/ehca: Remove tgid checking
Hoang-Nam Nguyen
1
-32
/
+0
2008-04-16
IB/ehca: Make symbols used only in a single source file static
Roland Dreier
1
-6
/
+4
2007-10-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
1
-32
/
+25
2007-10-23
IB/ehca: Fix sg_page() fallout
Olof Johansson
1
-3
/
+3
2007-10-17
IB/ehca: Change meaning of hca_cap_mr_pgsize
Joachim Fenkes
1
-19
/
+19
2007-10-17
IB/ehca: Fix ehca_encode_hwpage_size() and alloc_fmr()
Joachim Fenkes
1
-11
/
+4
2007-10-17
IB/ehca: Fix masking error in {,re}reg_phys_mr()
Joachim Fenkes
1
-2
/
+2
2007-10-09
IB/ehca: Only use MR large pages for hugetlb regions
Joachim Fenkes
1
-10
/
+15
2007-10-09
IB/ehca: Print return codes as signed decimal integers
Joachim Fenkes
1
-37
/
+36
2007-10-09
IB/ehca: Make output clearer by removing some debug messages
Anton Blanchard
1
-4
/
+0
2007-07-28
IB/ehca: Move extern declarations from .c files to .h files
Hoang-Nam Nguyen
1
-2
/
+0
2007-07-28
IB/ehca: Fix include order to better match kernel style
Hoang-Nam Nguyen
1
-2
/
+2
2007-07-20
IB/ehca: Support large page MRs
Hoang-Nam Nguyen
1
-60
/
+311
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-2
/
+2
2007-07-17
IB/ehca: Fix warnings issued by checkpatch.pl
Hoang-Nam Nguyen
1
-29
/
+30
2007-07-17
IB/ehca: Restructure ehca_set_pagebuf()
Hoang-Nam Nguyen
1
-331
/
+200
2007-07-17
IB/ehca: MR/MW structure refactoring
Hoang-Nam Nguyen
1
-252
/
+259
2007-07-17
IB/ehca: Use macro to calculate number of chunks in a mem block
Hoang-Nam Nguyen
1
-23
/
+24
2007-07-17
IB/ehca: Use #define for "pages per register_rpage" instead of hardcoded value
Hoang-Nam Nguyen
1
-8
/
+11
2007-07-17
IB/ehca: Use common error code mapping instead of specific ones
Hoang-Nam Nguyen
1
-183
/
+12
2007-07-17
IB/ehca: Fix memory leak in error path of ehca_get_dma_mr()
Hoang-Nam Nguyen
1
-0
/
+1
2007-05-19
IB/ehca: Return proper error code if register_mr fails
Hoang-Nam Nguyen
1
-5
/
+2
2007-05-08
IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules
Roland Dreier
1
-31
/
+38
2007-02-11
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
1
-4
/
+2
2007-01-09
IB/ehca: Use proper GFP_ flags for get_zeroed_page()
Hoang-Nam Nguyen
1
-2
/
+2
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
1
-2
/
+2
2006-11-09
IB/ehca: Assure 4K alignment for firmware control blocks
Hoang-Nam Nguyen
1
-4
/
+4
2006-09-22
IB/ehca: Add driver for IBM eHCA InfiniBand adapters
Heiko J Schick
1
-0
/
+2261