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
/
mm
/
dmapool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-04
mm/dmapool.c: remove redundant NULL check for dev in dma_pool_create()
Daeseok Youn
1
-16
/
+8
2014-05-05
mm: Fix printk typo in dmapool.c
Hiroshige Sato
1
-2
/
+2
2012-12-11
dmapool: make DMAPOOL_DEBUG detect corruption of free marker
Matthieu CASTET
1
-0
/
+24
2012-12-11
mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls
Marek Szyprowski
1
-24
/
+7
2011-10-31
mm: fix implicit stat.h usage in dmapool.c
Paul Gortmaker
1
-0
/
+1
2011-10-31
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-07-25
devres: fix possible use after free
Maxin B John
1
-1
/
+1
2011-01-13
mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()
Andrew Morton
1
-1
/
+1
2011-01-13
mm/dmapool.c: take lock only once in dma_pool_free()
Rolf Eike Beer
1
-8
/
+6
2010-10-26
mm: add a might_sleep_if() to dma_pool_alloc()
Dima Zavin
1
-0
/
+2
2009-06-30
dmapools: protect page_list walk in show_pools()
Thomas Gleixner
1
-0
/
+2
2008-04-28
dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON too
Andi Kleen
1
-4
/
+8
2007-12-04
pool: Improve memory usage for devices which can't cross boundaries
Matthew Wilcox
1
-16
/
+20
2007-12-04
Change dmapool free block management
Matthew Wilcox
1
-61
/
+58
2007-12-04
dmapool: Tidy up includes and add comments
Matthew Wilcox
1
-10
/
+30
2007-12-04
dmapool: Validate parameters to dma_pool_create
Matthew Wilcox
1
-7
/
+8
2007-12-04
Avoid taking waitqueue lock in dmapool
Matthew Wilcox
1
-4
/
+5
2007-12-04
dmapool: Fix style problems
Matthew Wilcox
1
-146
/
+142
2007-12-04
Move dmapool.c to mm/ directory
Matthew Wilcox
1
-0
/
+481