Vladimir Zapolskiy
|
c98c36355d
genalloc: add support of multiple gen_pools per device
|
10 年 前 |
Vladimir Zapolskiy
|
7385817359
genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()
|
10 年 前 |
Vladimir Zapolskiy
|
abdd4a7025
genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()
|
10 年 前 |
Vladimir Zapolskiy
|
0030edf296
genalloc: rename dev_get_gen_pool() to gen_pool_get()
|
10 年 前 |
Jan Kara
|
310ee9e8f3
lib/genalloc.c: check result of devres_alloc()
|
10 年 前 |
Rasmus Villemoes
|
18fa6d2e45
lib/genalloc.c: remove redundant include
|
10 年 前 |
Toshi Kikuchi
|
ad3d5d2f7d
lib/genalloc.c: fix the end addr check in addr_in_gen_pool()
|
10 年 前 |
Michal Simek
|
b724aa213d
lib/genalloc.c: export devm_gen_pool_create() for modules
|
10 年 前 |
Laura Abbott
|
9efb3a421d
lib/genalloc.c: add genpool range check function
|
10 年 前 |
Laura Abbott
|
505e3be6c0
lib/genalloc.c: add power aligned algorithm
|
10 年 前 |
Vladimir Zapolskiy
|
6f3aabd183
genalloc: fix device node resource counter
|
11 年 前 |
Lad, Prabhakar
|
0368dfd01a
lib/genalloc.c: add check gen_pool_dma_alloc() if dma pointer is not NULL
|
11 年 前 |
Nicolin Chen
|
684f0d3d14
lib/genalloc: add a helper function for DMA buffer allocation
|
11 年 前 |
Emilio López
|
5ab58acc40
lib/genalloc.c: correct dev_get_gen_pool documentation
|
12 年 前 |
Joe Perches
|
ade34a3572
lib/genalloc.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)
|
12 年 前 |
Joonyoung Shim
|
674470d979
lib/genalloc.c: fix overflow of ending address of memory chunk
|
12 年 前 |
Philipp Zabel
|
9375db07ad
genalloc: add devres support, allow to find a managed pool by device
|
12 年 前 |
Thadeu Lima de Souza Cascardo
|
eedce141cd
genalloc: stop crashing the system when destroying a pool
|
12 年 前 |
Benjamin Gaignard
|
ca279cf106
genalloc: make it possible to use a custom allocation algorithm
|
13 年 前 |
Paul Gortmaker
|
8bc3bcc93a
lib: reduce the use of module.h wherever possible
|
13 年 前 |
Huang Ying
|
7f184275aa
lib, Make gen_pool memory allocator lockless
|
14 年 前 |
Jean-Christophe PLAGNIOL-VILLARD
|
3c8f370ded
lib/genalloc.c: add support for specifying the physical address
|
14 年 前 |
Imre Deak
|
e621ba9932
genalloc: fix allocation from end of pool
|
15 年 前 |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 年 前 |
Akinobu Mita
|
243797f59b
genalloc: use bitmap_find_next_zero_area
|
15 年 前 |
Zygo Blaxell
|
8e8a2dea0c
lib/genalloc.c: remove unmatched write_lock() in gen_pool_destroy
|
16 年 前 |
Christoph Lameter
|
94f6030ca7
Slab allocators: Replace explicit zeroing with __GFP_ZERO
|
18 年 前 |
Andrew Morton
|
96c62d51cc
[PATCH] genalloc warning fixes
|
18 年 前 |
Dean Nelson
|
a58cbd7c24
[PATCH] make genpool allocator adhere to kernel-doc standards
|
19 年 前 |
Steve Wise
|
322acc96d4
[PATCH] LIB: add gen_pool_destroy()
|
19 年 前 |