[PATCH] mempool: add kzalloc allocator
Matthew Dobson authored

Add another allocator to the common mempool code: a kzalloc/kfree allocator

This will be used by the next patch in the series to replace a mempool-backed
kzalloc allocator.  It is also very likely that there will be more users in
the future.
Signed-off-by: default avatarMatthew Dobson <colpatch@us.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
f183323d
Name Last commit Last update
..
Kconfig [PATCH] mm: make page migration dependent on swap and NUMA
Makefile [PATCH] page migration reorg
bootmem.c [PATCH] x86_64: Try to allocate node memmap near the end of node
fadvise.c [PATCH] fadvise(): write commands
filemap.c [PATCH] fadvise(): write commands
filemap.h [PATCH] xip: reduce code duplication
filemap_xip.c [PATCH] replace inode_update_time with file_update_time
fremap.c VM: add common helper function to create the page tables
highmem.c [PATCH] mempool: use common mempool page allocator
hugetlb.c [PATCH] mm: hugetlb alloc_fresh_huge_page bogus node loop fix
internal.h [PATCH] remove set_page_count() outside mm/
madvise.c [PATCH] madvise MADV_DONTFORK/MADV_DOFORK
memory.c [PATCH] Add API for flushing Anon pages
memory_hotplug.c [PATCH] memory hotadd: pgdat->node_present_pages fix
mempolicy.c [PATCH] cpuset memory spread slab cache optimizations
mempool.c [PATCH] mempool: add kzalloc allocator
migrate.c [PATCH] page migration reorg
mincore.c [PATCH] freepgt: sys_mincore ignore FIRST_USER_PGD_NR
mlock.c [PATCH] move capable() to capability.h
mmap.c [PATCH] mm: use kmem_cache_zalloc
mprotect.c [PATCH] Enable mprotect on huge pages
mremap.c [PATCH] move capable() to capability.h
msync.c The comment describing how MS_ASYNC works in msync.c is confusing
nommu.c [PATCH] mm: nommu use compound pages
oom_kill.c [PATCH] out_of_memory() locking fix
page-writeback.c
page_alloc.c
page_io.c
pdflush.c
prio_tree.c
readahead.c
rmap.c
shmem.c
slab.c
slob.c
sparse.c
swap.c
swap_state.c
swapfile.c
thrash.c
tiny-shmem.c
truncate.c
util.c
vmalloc.c
vmscan.c