index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
dmapool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-09
dmapool: create/destroy cleanup
Keith Busch
1
-6
/
+4
2023-05-06
dmapool: link blocks across pages
Keith Busch
1
-127
/
+130
2023-05-06
dmapool: don't memset on free twice
Keith Busch
1
-2
/
+2
2023-05-06
dmapool: simplify freeing
Keith Busch
1
-16
/
+6
2023-05-06
dmapool: consolidate page initialization
Keith Busch
1
-4
/
+3
2023-05-06
dmapool: rearrange page alloc failure handling
Keith Busch
1
-7
/
+9
2023-05-06
dmapool: move debug code to own functions
Keith Busch
1
-51
/
+77
2023-05-06
dmapool: speedup DMAPOOL_DEBUG with init_on_alloc
Tony Battersby
1
-1
/
+1
2023-05-06
dmapool: cleanup integer types
Tony Battersby
1
-8
/
+11
2023-05-06
dmapool: use sysfs_emit() instead of scnprintf()
Tony Battersby
1
-16
/
+7
2023-05-06
dmapool: remove checks for dev == NULL
Tony Battersby
1
-31
/
+14
2022-01-15
mm/dmapool.c: revert "make dma pool to use kmalloc_node"
Christian König
1
-1
/
+1
2021-06-29
mm/dmapool: use DEVICE_ATTR_RO macro
YueHaibing
1
-3
/
+2
2021-04-30
mm/dmapool: switch from strlcpy to strscpy
Zhiyuan Dai
1
-1
/
+1
2021-02-26
mm/dmapool: use might_alloc()
Daniel Vetter
1
-1
/
+2
2020-10-13
mm/dmapool.c: replace hard coded function name with __func__
Andy Shevchenko
1
-22
/
+18
2020-10-13
mm/dmapool.c: replace open-coded list_for_each_entry_safe()
Andy Shevchenko
1
-4
/
+2
2020-04-07
mm/dmapool.c: micro-optimisation remove unnecessary branch
Mateusz Nosek
1
-3
/
+1
2019-07-12
mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options
Alexander Potapenko
1
-1
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 403
Thomas Gleixner
1
-4
/
+1
2019-03-05
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
1
-4
/
+9
2018-06-15
mm: use octal not symbolic permissions
Joe Perches
1
-1
/
+1
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
1
-1
/
+1
2017-02-24
mm: cleanups for printing phys_addr_t and dma_addr_t
Miles Chen
1
-8
/
+8
2016-03-17
mm: convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
1
-7
/
+5
2016-03-17
mm: coalesce split strings
Joe Perches
1
-6
/
+4
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-1
/
+1
2015-10-01
dmapool: fix overflow condition in pool_find_page()
Robin Murphy
1
-1
/
+1
2015-09-08
mm: add support for __GFP_ZERO flag to dma_pool_alloc()
Sean O. Stalley
1
-2
/
+7
2015-09-08
mm/dmapool: allow NULL `pool' pointer in dma_pool_destroy()
Sergey Senozhatsky
1
-0
/
+3
2015-09-04
mm/dmapool.c: change is_page_busy() return from int to bool
Nicholas Krause
1
-1
/
+1
2014-10-09
mm/dmapool.c: fixed a brace coding style issue
Paul McQuade
1
-9
/
+6
2014-10-09
mm: dmapool: add/remove sysfs file outside of the pool lock lock
Sebastian Andrzej Siewior
1
-8
/
+35
2014-09-18
Fix unbalanced mutex in dma_pool_create().
Krzysztof Hałasa
1
-1
/
+1
2014-06-04
mm/dmapool.c: reuse devres_release() to free resources
Andy Shevchenko
1
-2
/
+1
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
[next]