| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/dmapool.c: replace hard coded function name with __func__ | Andy Shevchenko | 2020-10-14 | 1 | -22/+18 |
* | mm/dmapool.c: replace open-coded list_for_each_entry_safe() | Andy Shevchenko | 2020-10-14 | 1 | -4/+2 |
* | mm/dmapool.c: micro-optimisation remove unnecessary branch | Mateusz Nosek | 2020-04-07 | 1 | -3/+1 |
* | mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options | Alexander Potapenko | 2019-07-12 | 1 | -1/+3 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 403 | Thomas Gleixner | 2019-06-05 | 1 | -4/+1 |
* | docs/core-api/mm: fix return value descriptions in mm/ | Mike Rapoport | 2019-03-06 | 1 | -4/+9 |
* | mm: use octal not symbolic permissions | Joe Perches | 2018-06-15 | 1 | -1/+1 |
* | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 2017-02-28 | 1 | -1/+1 |
* | mm: cleanups for printing phys_addr_t and dma_addr_t | Miles Chen | 2017-02-25 | 1 | -8/+8 |
* | mm: convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches | 2016-03-17 | 1 | -7/+5 |
* | mm: coalesce split strings | Joe Perches | 2016-03-17 | 1 | -6/+4 |
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-07 | 1 | -1/+1 |
* | dmapool: fix overflow condition in pool_find_page() | Robin Murphy | 2015-10-02 | 1 | -1/+1 |
* | mm: add support for __GFP_ZERO flag to dma_pool_alloc() | Sean O. Stalley | 2015-09-09 | 1 | -2/+7 |
* | mm/dmapool: allow NULL `pool' pointer in dma_pool_destroy() | Sergey Senozhatsky | 2015-09-09 | 1 | -0/+3 |
* | mm/dmapool.c: change is_page_busy() return from int to bool | Nicholas Krause | 2015-09-05 | 1 | -1/+1 |
* | mm/dmapool.c: fixed a brace coding style issue | Paul McQuade | 2014-10-10 | 1 | -9/+6 |
* | mm: dmapool: add/remove sysfs file outside of the pool lock lock | Sebastian Andrzej Siewior | 2014-10-10 | 1 | -8/+35 |
* | Fix unbalanced mutex in dma_pool_create(). | Krzysztof HaĆasa | 2014-09-18 | 1 | -1/+1 |
* | mm/dmapool.c: reuse devres_release() to free resources | Andy Shevchenko | 2014-06-05 | 1 | -2/+1 |
* | mm/dmapool.c: remove redundant NULL check for dev in dma_pool_create() | Daeseok Youn | 2014-06-05 | 1 | -16/+8 |
* | mm: Fix printk typo in dmapool.c | Hiroshige Sato | 2014-05-05 | 1 | -2/+2 |
* | dmapool: make DMAPOOL_DEBUG detect corruption of free marker | Matthieu CASTET | 2012-12-12 | 1 | -0/+24 |
* | mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls | Marek Szyprowski | 2012-12-11 | 1 | -24/+7 |
* | mm: fix implicit stat.h usage in dmapool.c | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | mm: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | devres: fix possible use after free | Maxin B John | 2011-07-26 | 1 | -1/+1 |
* | mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc() | Andrew Morton | 2011-01-14 | 1 | -1/+1 |
* | mm/dmapool.c: take lock only once in dma_pool_free() | Rolf Eike Beer | 2011-01-14 | 1 | -8/+6 |
* | mm: add a might_sleep_if() to dma_pool_alloc() | Dima Zavin | 2010-10-27 | 1 | -0/+2 |
* | dmapools: protect page_list walk in show_pools() | Thomas Gleixner | 2009-07-01 | 1 | -0/+2 |
* | dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON too | Andi Kleen | 2008-04-28 | 1 | -4/+8 |
* | pool: Improve memory usage for devices which can't cross boundaries | Matthew Wilcox | 2007-12-04 | 1 | -16/+20 |
* | Change dmapool free block management | Matthew Wilcox | 2007-12-04 | 1 | -61/+58 |
* | dmapool: Tidy up includes and add comments | Matthew Wilcox | 2007-12-04 | 1 | -10/+30 |
* | dmapool: Validate parameters to dma_pool_create | Matthew Wilcox | 2007-12-04 | 1 | -7/+8 |
* | Avoid taking waitqueue lock in dmapool | Matthew Wilcox | 2007-12-04 | 1 | -4/+5 |
* | dmapool: Fix style problems | Matthew Wilcox | 2007-12-04 | 1 | -146/+142 |
* | Move dmapool.c to mm/ directory | Matthew Wilcox | 2007-12-04 | 1 | -0/+481 |