Merge commit 'linus/master' into HEAD
[safe/jmp/linux-2.6] / include / linux / slab.h
2009-06-15 Vegard NossumMerge commit 'linus/master' into HEAD
2009-06-15 Vegard Nossumkmemcheck: add mm functions
2009-06-12 Pekka Enbergslab,slub: don't enable interrupts during early boot
2009-06-11 Catalin Marinaskmemleak: Add the slab memory allocation/freeing hooks
2009-02-21 Johannes Weinerslab: introduce kzfree()
2008-12-29 Eduard - Gabriel... SLUB: Replace __builtin_return_address(0) with _RET_IP_.
2008-12-29 Pekka EnbergMerge branches 'topic/fixes', 'topic/cleanups' and...
2008-12-29 Pascal Terjanslab: Fix comment on #endif
2008-11-26 Eduard - Gabriel... SLUB: Replace __builtin_return_address(0) with _RET_IP_.
2008-11-13 Peter Zijlstraslab: document SLAB_DESTROY_BY_RCU
2008-10-23 Alexey Dobriyanproc: move /proc/slabinfo boilerplate to mm/slub.c...
2008-07-27 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-07-27 Pekka Enbergnetfilter: fix double-free and use-after free
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-24 Milton Millerkcalloc: remove runtime division
2008-07-04 Christoph LameterChristoph has moved
2008-06-06 Jeff Laytonvm: add kzalloc_node() inline
2008-04-30 Robert P. J. DayRemove "#ifdef __KERNEL__" checks from unexported headers
2008-04-30 Thomas Gleixnerslab: add a flag to prevent debug_free checks on a...
2008-01-02 Linus TorvaldsUnify /proc/slabinfo configuration
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-16 Mel GormanGroup short-lived and reclaimable kernel allocations
2007-07-20 Roland DreierFix ZERO_OR_NULL_PTR(ZERO_SIZE_PTR)
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-17 Christoph LameterSlab allocators: Cleanup zeroing allocations
2007-07-17 Christoph LameterSlab allocators: consistent ZERO_SIZE_PTR support and...
2007-07-16 Paul Mundtslob: initial NUMA support
2007-07-16 Robert P. J. DayRemove the deprecated "kmem_cache_t" typedef from slab.h.
2007-06-24 Christoph Lameterslab allocators: MAX_ORDER one off fix
2007-05-17 Christoph LameterSlab allocators: define common size limitations
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-17 Christoph LameterSLAB: Move two remaining SLAB specific definitions...
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_CTOR_ATOMIC
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-07 Christoph LameterKMEM_CACHE(): simplify slab cache creation
2007-05-07 Christoph Lameterslab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN
2007-05-07 Christoph LameterSLUB core
2007-05-07 Adrian Bunkmm/slab.c: proper prototypes
2007-05-07 Pekka Enbergslab: introduce krealloc
2006-12-13 Christoph Lameter[PATCH] More slab.h cleanups
2006-12-13 Christoph Lameter[PATCH] Cleanup slab headers / API to allow easy additi...
2006-12-07 Andrew Morton[PATCH] slab: deprecate kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_DMA
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_ATOMIC
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_USER
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_NOFS
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_NOIO
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_LEVEL_MASK
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_NO_GROW
2006-12-07 Christoph Lameter[PATCH] Remove uses of kmem_cache_t from mm/* and inclu...
2006-12-07 Christoph Lameter[PATCH] Move names_cachep to linux/fs.h
2006-12-07 Christoph Lameter[PATCH] Move fs_cachep to linux/fs_struct.h
2006-12-07 Christoph Lameter[PATCH] Move filep_cachep to include/file.h
2006-12-07 Christoph Lameter[PATCH] Move files_cachep to include/file.h
2006-12-07 Christoph Lameter[PATCH] Move vm_area_cachep to include/mm.h
2006-12-07 Christoph Lameter[PATCH] Move sighand_cachep to include/signal.h
2006-12-07 Christoph Lameter[PATCH] Remove bio_cachep from slab.h
2006-12-07 Christoph Hellwig[PATCH] leak tracking for kmalloc_node
2006-10-04 Christoph Hellwig[PATCH] slab: clean up leak tracking ifdefs a little bit
2006-10-03 Uwe Zeisbergerfix file specification in comments
2006-09-27 Alexey Dobriyan[PATCH] Make kmem_cache_destroy() return void
2006-09-26 Christoph Lameter[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRE...
2006-09-26 Christoph Hellwig[PATCH] slab: optimize kmalloc_node the same way as...
2006-09-26 Adrian Bunk[PATCH] mm/: make functions static
2006-06-23 Paul Drynoff[PATCH] slab: kmalloc, kzalloc comments cleanup and fix
2006-05-24 David WoodhouseMerge branch 'master' of git://git./linux/kernel/git...
2006-05-15 Mike Kravetz[PATCH] add slab_is_available() routine for boot code
2006-04-26 David WoodhouseDon't include linux/config.h from anywhere else in...
2006-03-29 Oleg Nesterov[PATCH] copy_process: cleanup bad_fork_cleanup_signal
2006-03-25 Pekka Enberg[PATCH] slab: optimize constant-size kzalloc calls
2006-03-25 Pekka Enberg[PATCH] slab: introduce kmem_cache_zalloc allocator
2006-03-25 Al Viro[PATCH] slab: implement /proc/slab_allocators
2006-03-24 Paul Jackson[PATCH] cpuset memory spread slab cache implementation
2006-03-22 Christoph Lameter[PATCH] slab: Remove SLAB_NO_REAP option
2006-03-22 Adrian Bunk[PATCH] kcalloc(): INT_MAX -> ULONG_MAX
2006-02-01 Pekka Enberg[PATCH] slab: fix kzalloc and kstrdup caller report...
2006-01-09 Matt Mackall[PATCH] slob: introduce the SLOB allocator
2005-11-07 Pekka J Enberg[PATCH] mm: rename kmem_cache_s to kmem_cache
2005-10-28 Al Viro[PATCH] gfp_t: mm/* (easy parts)
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-09-10 Victor Fusco[PATCH] mm/slab: fix sparse warnings
2005-09-07 Pekka J Enberg[PATCH] introduce and use kzalloc
2005-07-27 Alexey Dobriyan[PATCH] Really __nocast-annotate kmalloc_node()
2005-07-08 Alexey Dobriyan[PATCH] propagate __nocast annotations
2005-06-19 Arnaldo Carvalho... [SLAB] Introduce kmem_cache_name
2005-05-01 Manfred Spraul[PATCH] add kmalloc_node, inline cleanup
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2