nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / mm / slab.c
2009-02-12 Kirill A. Shutemovmm: Export symbol ksize()
2008-12-31 Rusty Russellcpumask: convert mm/
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
2007-07-05 David WoodhouseFix slab redzone alignment
2007-07-01 Christoph LameterSLAB: remove WARN_ON_ONCE for zero sized objects for...
2007-06-09 Christoph Lameterslab: fix alien cache handling
2007-05-19 Sam Ravnborgmm/slab: fix section mismatch warning
2007-05-17 Christoph LameterSlab allocators: define common size limitations
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-17 Christoph Lameterslab: warn on zero-length allocations
2007-05-17 Christoph LameterSlab allocators: Drop support for destructors
2007-05-09 Christoph LameterMove remote node draining out of slab allocators
2007-05-09 Christoph Lametervmstat: use our own timer events
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2007-05-09 Christoph Lameterslab: shut down cache_reaper when cpu goes down
2007-05-09 Heiko Carstensslab: use CPU_LOCK_[ACQUIRE|RELEASE]
2007-05-09 Pekka J Enbergkrealloc: fix kerneldoc comments
2007-05-08 Alexey DobriyanFix race between cat /proc/slab_allocators and rmmod
2007-05-08 David WoodhouseIncrease slab redzone to 64bits
2007-05-07 Christoph LameterSlab allocators: remove useless __GFP_NO_GROW flag
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_CTOR_ATOMIC
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-07 Akinobu Mitafault injection: fix failslab with CONFIG_NUMA
2007-05-07 Christoph Lameterslab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN
2007-05-07 matzeinclude KERN_* constant in printk() calls in mm/slab.c
2007-05-07 Christoph LameterAdd virt_to_head_page and consolidate code in slab...
2007-05-07 Christoph LameterMake page->private usable in compound pages
2007-05-07 Andrew Mortonslab: mark set_up_list3s() __init
2007-05-07 Eric Dumazetslab: NUMA kmem_cache diet
2007-05-07 Eric DumazetSLAB: don't allocate empty shared caches
2007-05-07 Eric DumazetSLAB: use num_possible_cpus() in enable_cpucache()
2007-05-07 Pekka Enbergslab: ensure cache_alloc_refill terminates
2007-05-07 Pekka Enbergslab: introduce krealloc
2007-05-02 Siddha, Suresh B[PATCH] x86-64: skip cache_free_alien() on non NUMA
2007-04-04 David Howells[PATCH] SLAB: Mention slab name when listing corrupt...
2007-03-01 Randy Dunlap[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)
2007-02-21 Christoph Lameter[PATCH] slab: reduce size of alien cache to cover only...
2007-02-11 Robert P. J. Day[PATCH] Numerous fixes to kernel-doc info in source...
2007-02-11 Ingo Molnar[PATCH] lockdep: also check for freed locks in kmem_cac...
2007-02-11 Christoph Lameter[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM
2007-02-11 Christoph Lameter[PATCH] slab: use parameter passed to cache_reap to...
2007-02-11 Pekka Enberg[PATCH] slab: cache alloc cleanups
2007-02-11 Pekka Enberg[PATCH] slab: remove broken PageSlab check from kfree_d...
2007-01-06 Hugh Dickins[PATCH] fix BUG_ON(!PageSlab) from fallback_alloc
next