sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / mm / slab.c
2009-09-22 Jan Beulichmm: replace various uses of num_physpages by totalram_pages
2009-06-29 Pekka EnbergSLAB: Fix lockdep annotations
2009-06-26 Paul E. McKenneyfix RCU-callback-after-kmem_cache_destroy problem in...
2009-06-18 Benjamin Herrenschmidtmm: Extend gfp masking to the page allocator
2009-06-17 Pekka EnbergMerge branches 'slab/documentation', 'slab/fixes',...
2009-06-17 Linus TorvaldsMerge branch 'akpm'
2009-06-17 Mel Gormanpage allocator: slab: use nr_online_nodes to check...
2009-06-17 Mel Gormanpage allocator: do not check NUMA node ID when the...
2009-06-15 Vegard NossumMerge commit 'linus/master' into HEAD
2009-06-15 Vegard Nossumkmemcheck: add hooks for the page allocator
2009-06-15 Pekka Enbergslab: add hooks for kmemcheck
2009-06-13 Pekka Enbergslab: move struct kmem_cache to headers
2009-06-12 Pekka Enbergslab: setup cpu caches later on when interrupts are...
2009-06-12 Pekka Enbergslab,slub: don't enable interrupts during early boot
2009-06-12 Pekka Enbergslab: fix gfp flag in setup_cpu_cache()
2009-06-11 Linus TorvaldsMerge branch 'for-linus' of git://linux-arm.org/linux-2.6
2009-06-11 Pekka Enbergslab: setup allocators earlier in the boot sequence
2009-06-11 Catalin Marinaskmemleak: Add the slab memory allocation/freeing hooks
2009-05-22 Ron Leeslab: fix generic PAGE_POISONING conflict with SLAB_RED...
2009-04-12 Zhaoleitracing, kmemtrace: Separate include/trace/kmemtrace...
2009-04-06 Linus TorvaldsMerge branch 'kmemtrace-for-linus' of git://git./linux...
2009-04-05 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-04-05 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-cpumask
2009-04-03 Pekka Enbergkmemtrace: trace kfree() calls with NULL or zero-length...
2009-04-03 Eduard - Gabriel... kmemtrace: use tracepoints
2009-04-03 Jean Delvareworkqueue: add to_delayed_work() helper function
2009-03-31 Rusty RussellMerge branch 'cpumask-for-linus' of git://git./linux...
2009-03-31 Linus TorvaldsMerge branch 'locking-for-linus' of git://git./linux...
2009-03-13 Rusty Russellcpumask: replace node_to_cpumask with cpumask_of_node.
2009-03-05 Ingo MolnarMerge commit 'v2.6.29-rc7' into core/locking
2009-03-04 Ingo MolnarMerge branch 'core/locking' into tracing/ftrace
2009-02-14 Nick Pigginlockdep: annotate reclaim context (__GFP_NOFS)
2009-02-13 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/ring-buffer...
2009-02-12 Kirill A. Shutemovmm: Export symbol ksize()
2009-01-06 Ingo MolnarMerge branch 'linus' into tracing/kmemtrace2
2008-12-31 Rusty Russellcpumask: convert mm/
2008-12-31 Ingo Molnartracing/kmemtrace: fix typo
2008-12-31 Ingo MolnarMerge branch 'tracing/kmemtrace' into tracing/kmemtrace2
2008-12-31 Ingo MolnarMerge branch 'linus' into tracing/kmemtrace
2008-12-30 Ingo Molnartracing/kmemtrace: export kmemtrace_mark_alloc_node...
2008-12-30 Ingo Molnarkmemtrace: move #include lines
2008-12-29 Eduard - Gabriel... kmemtrace: SLAB hooks.
2008-12-29 Eduard - Gabriel... SLUB: Replace __builtin_return_address(0) with _RET_IP_.
2008-12-29 Pekka EnbergMerge branch 'topic/failslab' into for-linus
2008-12-29 Pekka EnbergMerge branches 'topic/fixes', 'topic/cleanups' and...
2008-12-29 Pekka Enbergslab: remove GFP_THISNODE clearing from alloc_slabmgmt()
2008-12-29 Akinobu MitaSLUB: failslab support
2008-11-26 Catalin Marinasslab: Update the kmem_cache_create documentation regard...
2008-11-26 roel kluinslab: unsigned slabp->inuse cannot be less than 0
2008-11-26 Eduard - Gabriel... SLUB: Replace __builtin_return_address(0) with _RET_IP_.
2008-10-23 Alexey Dobriyanproc: move /proc/slabinfo boilerplate to mm/slub.c...
2008-10-23 Alexey Dobriyanproc: move /proc/slab_allocators boilerplate to mm...
2008-07-29 Adrian Bunkmm: unexport ksize
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-15 Ingo MolnarMerge branch 'generic-ipi' into generic-ipi-for-linus
2008-07-15 Rabin Vincentslab: rename slab_destroy_objs
2008-06-26 Jens Axboeon_each_cpu(): kill unused 'retry' parameter
2008-06-21 Christoph LameterSlab: Fix memory leak in fallback_alloc()
2008-04-30 Harvey Harrisonmm: remove remaining __FUNCTION__ occurrences
2008-04-30 Thomas Gleixnerinfrastructure to debug (dynamic) objects
2008-04-28 Pekka Enbergmm: move cache_line_size() to <linux/cache.h>
2008-04-28 Mel Gormanmm: have zonelist contains structs with both a zone...
2008-04-28 Mel Gormanmm: use two zonelist that are filtered by GFP mask
2008-04-28 Mel Gormanmm: introduce node_zonelist() for accessing the zonelis...
2008-04-19 Mike Travisnodemask: use new node_to_cpumask_ptr function
2008-03-26 Daniel Yeisleyslab: fix cache_cache bootstrap in kmem_cache_init()
2008-03-20 Randy Dunlapmm: fix various kernel-doc comments
2008-03-07 Joe Kortyslab: NUMA slab allocator migration bugfix
2008-03-07 Joe Perchesslab - use angle brackets for include of kmalloc_sizes.h
2008-03-07 Christoph Lameterslab numa fallback logic: Do not pass unfiltered flags...
2008-02-14 Marcin Slusarzslab: avoid double initialization & do initialization...
2008-02-11 Marcin Slusarzslab: avoid double initialization & do initialization...
2008-01-25 Gautham R Shenoycpu-hotplug: replace per-subsystem mutexes with get_onl...
2008-01-25 Pekka Enbergslab: fix bootstrap on memoryless node
2008-01-24 Mel Gormanslab: partially revert list3 changes
2008-01-02 Linus TorvaldsUnify /proc/slabinfo configuration
2007-12-05 Tetsuo HandaAdd EXPORT_SYMBOL(ksize);
2007-11-30 Matthew WilcoxFix kmem_cache_free performance regression in slab
2007-11-15 Akinobu Mitaslab: fix typo in allocation failure handling
2007-10-19 Simon Arlottspelling fixes: mm/
2007-10-18 Akinobu Mitacpu hotplug: slab: fix memory leak in cpu hotplug error...
2007-10-18 Akinobu Mitacpu hotplug: slab: cleanup cpuup_callback()
2007-10-17 Robert P. J. DayDelete gcc-2.95 compatible structure definition.
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-16 Mel GormanGroup short-lived and reclaimable kernel allocations
2007-10-16 Christoph LameterCategorize GFP flags
2007-10-16 Christoph LameterMemoryless nodes: Slab support
2007-10-16 Christoph LameterSlab allocators: fail if ksize is called with a NULL...
2007-08-23 Siddha, Suresh Bslab: skip calling cache_free_alien() when the platform...
2007-07-24 Andrew Mortonslab: correctly handle __GFP_ZERO
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Linus TorvaldsFix up non-NUMA SLAB configuration for zero-sized alloc...
2007-07-19 David HowellsFRV: work around a possible compiler bug
2007-07-17 Tejun Heokallsyms: make KSYM_NAME_LEN include space for trailing...
2007-07-17 Christoph LameterSlab allocators: Cleanup zeroing allocations
2007-07-17 Christoph LameterSlab allocators: support __GFP_ZERO in all allocators
2007-07-17 Christoph LameterSlab allocators: consistent ZERO_SIZE_PTR support and...
2007-07-17 Christoph LameterSlab allocators: consolidate code for krealloc in mm...
2007-07-16 Adrian Bunkmm/slab.c: start_cpu_timer() should be __cpuinit
2007-07-16 Pavel EmelianovMake /proc/slabinfo use seq_list_xxx helpers
next