index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
dmapool.c
Age
Commit message (
Expand
)
Author
2022-01-15
mm/dmapool.c: revert "make dma pool to use kmalloc_node"
Christian König
2021-06-29
mm/dmapool: use DEVICE_ATTR_RO macro
YueHaibing
2021-04-30
mm/dmapool: switch from strlcpy to strscpy
Zhiyuan Dai
2021-02-26
mm/dmapool: use might_alloc()
Daniel Vetter
2020-10-13
mm/dmapool.c: replace hard coded function name with __func__
Andy Shevchenko
2020-10-13
mm/dmapool.c: replace open-coded list_for_each_entry_safe()
Andy Shevchenko
2020-04-07
mm/dmapool.c: micro-optimisation remove unnecessary branch
Mateusz Nosek
2019-07-12
mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options
Alexander Potapenko
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 403
Thomas Gleixner
2019-03-05
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
2018-06-15
mm: use octal not symbolic permissions
Joe Perches
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
2017-02-24
mm: cleanups for printing phys_addr_t and dma_addr_t
Miles Chen
2016-03-17
mm: convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
2016-03-17
mm: coalesce split strings
Joe Perches
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-10-01
dmapool: fix overflow condition in pool_find_page()
Robin Murphy
2015-09-08
mm: add support for __GFP_ZERO flag to dma_pool_alloc()
Sean O. Stalley
2015-09-08
mm/dmapool: allow NULL `pool' pointer in dma_pool_destroy()
Sergey Senozhatsky
2015-09-04
mm/dmapool.c: change is_page_busy() return from int to bool
Nicholas Krause
2014-10-09
mm/dmapool.c: fixed a brace coding style issue
Paul McQuade
2014-10-09
mm: dmapool: add/remove sysfs file outside of the pool lock lock
Sebastian Andrzej Siewior
2014-09-18
Fix unbalanced mutex in dma_pool_create().
Krzysztof Hałasa
2014-06-04
mm/dmapool.c: reuse devres_release() to free resources
Andy Shevchenko
2014-06-04
mm/dmapool.c: remove redundant NULL check for dev in dma_pool_create()
Daeseok Youn
2014-05-05
mm: Fix printk typo in dmapool.c
Hiroshige Sato
2012-12-11
dmapool: make DMAPOOL_DEBUG detect corruption of free marker
Matthieu CASTET
2012-12-11
mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls
Marek Szyprowski
2011-10-31
mm: fix implicit stat.h usage in dmapool.c
Paul Gortmaker
2011-10-31
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-07-25
devres: fix possible use after free
Maxin B John
2011-01-13
mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()
Andrew Morton
2011-01-13
mm/dmapool.c: take lock only once in dma_pool_free()
Rolf Eike Beer
2010-10-26
mm: add a might_sleep_if() to dma_pool_alloc()
Dima Zavin
2009-06-30
dmapools: protect page_list walk in show_pools()
Thomas Gleixner
2008-04-28
dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON too
Andi Kleen
2007-12-04
pool: Improve memory usage for devices which can't cross boundaries
Matthew Wilcox
2007-12-04
Change dmapool free block management
Matthew Wilcox
2007-12-04
dmapool: Tidy up includes and add comments
Matthew Wilcox
2007-12-04
dmapool: Validate parameters to dma_pool_create
Matthew Wilcox
2007-12-04
Avoid taking waitqueue lock in dmapool
Matthew Wilcox
2007-12-04
dmapool: Fix style problems
Matthew Wilcox
2007-12-04
Move dmapool.c to mm/ directory
Matthew Wilcox