nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / mm / slub.c
2009-02-12 Kirill A. Shutemovmm: Export symbol ksize()
2009-01-28 David Rientjesslub: fix per cpu kmem_cache_cpu array memory leak
2009-01-06 Frederik Schwarzertrivial: fix an -> a typos in documentation and comments
2009-01-02 Linus TorvaldsMerge branch 'cpus4096-for-linus-2' of git://git./linux...
2008-12-31 Rusty Russellcpumask: convert mm/
2008-12-31 Rusty RussellMerge branch 'master' of git://git./linux/kernel/git...
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 David Rientjesslub: avoid leaking caches or refcounts on sysfs error
2008-12-29 OGAWA Hirofumislub: Add might_sleep_if() to slab_alloc()
2008-12-29 Akinobu MitaSLUB: failslab support
2008-12-13 Rusty Russellcpumask: change cpumask_scnprintf, cpumask_parse_user...
2008-12-10 Hugh DickinsKSYM_SYMBOL_LEN fixes
2008-12-08 Nick Andrewslub: Fix incorrect use of loose
2008-12-02 KAMEZAWA Hiroyukimemcg: memory hotplug fix for notifier callback
2008-11-26 David Rientjesslub: make early_kmem_cache_node_alloc void
2008-11-26 Cyrill Gorcunovslub - fix get_object_page comment
2008-11-26 Eduard - Gabriel... SLUB: Replace __builtin_return_address(0) with _RET_IP_.
2008-11-26 Cyrill GorcunovSLUB: cleanup - define macros instead of hardcoded...
2008-10-23 Alexey Dobriyanproc: move /proc/slabinfo boilerplate to mm/slub.c...
2008-09-15 Salman Qazislub: fixed uninitialized counter in struct kmem_cache_node
2008-08-20 Christoph Lameterslub: Disable NUMA remote node defragmentation by default
2008-08-05 Pekka EnbergSLUB: dynamic per-cache MIN_PARTIAL
2008-07-29 Adrian Bunkmm: unexport ksize
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-24 Andy Whitcroftslub: record page flag overlays explicitly
2008-07-19 Pekka Enbergslub: dump more data on slab corruption
2008-07-16 Alexey DobriyanSLUB: simplify re on_each_cpu()
2008-07-15 Ingo MolnarMerge branch 'generic-ipi' into generic-ipi-for-linus
2008-07-15 Alexey Dobriyanslub: current is always valid
2008-07-15 Christoph Lameterslub: Add check for kfree() of non slab objects.
2008-07-14 Linus TorvaldsStart using the new '%pS' infrastructure to print symbols
2008-07-10 Dmitry Adamushkoslub: Fix use-after-preempt of per-CPU data structure
2008-07-04 Christoph LameterChristoph has moved
2008-07-03 Christoph Lameterslub: Do not use 192 byte sized cache if minimum alignm...
2008-06-26 Jens Axboeon_each_cpu(): kill unused 'retry' parameter
2008-05-22 Pekka Enbergslub: ksize() abuse checks
2008-05-08 Benjamin Herrenschmidtslub: fix atomic usage in any_slab_objects()
2008-05-01 Christoph Lameterslub: #ifdef simplification
2008-05-01 Christoph Lameterslub: Whitespace cleanup and use of strict_strtoul
2008-05-01 Roman Zippelremove div_long_long_rem
2008-04-30 Thomas Gleixnerinfrastructure to debug (dynamic) objects
2008-04-29 Nadia Derbeyipc: define the slab_memory_callback priority as a...
2008-04-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
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-27 Christoph Lameterslub: pack objects denser
2008-04-27 Christoph Lameterslub: Calculate min_objects based on number of processors.
2008-04-27 Christoph Lameterslub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTS
2008-04-27 Christoph Lameterslub: Simplify any_slab_object checks
2008-04-27 Christoph Lameterslub: Make the order configurable for each slab cache
2008-04-27 Christoph Lameterslub: Drop fallback to page allocator method
2008-04-27 Christoph Lameterslub: Fallback to minimal order during slab page allocation
2008-04-27 Christoph Lameterslub: Update statistics handling for variable order...
2008-04-27 Christoph Lameterslub: Add kmem_cache_order_objects struct
2008-04-27 Christoph Lameterslub: for_each_object must be passed the number of...
2008-04-27 Christoph Lameterslub: Store max number of objects in the page struct.
2008-04-27 Christoph Lameterslub: Dump list of objects not freed on kmem_cache_close()
2008-04-27 Christoph Lameterslub: free_list() cleanup
2008-04-27 Pekka Enbergslub: improve kmem_cache_destroy() error message
2008-04-23 Christoph Lameterslab_err: Pass parameters correctly to slab_bug
2008-04-14 Christoph Lameterslub: No need for per node slab counters if !SLUB_DEBUG
2008-04-14 Christoph Lameterslub: Move map/flag clearing to __free_slab
2008-04-14 Christoph Lameterslub: Fixes to per cpu stat output in sysfs
2008-04-14 Christoph Lameterslub: Deal with config variable dependencies
2008-04-14 Christoph Lameterslub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_d...
2008-04-14 Pekka Enbergslub: Initialize per-cpu stats
2008-04-01 Christoph LameterFix undefined count_partial if !CONFIG_SLABINFO
2008-03-28 Linus TorvaldsRevert "SLUB: remove useless masking of GFP_ZERO"
2008-03-26 Christoph Lametercount_partial() is not used if !SLUB_DEBUG and !CONFIG_...
2008-03-17 Christoph Lameterslub page alloc fallback: Enable interrupts for GFP_WAIT.
2008-03-07 Nick Pigginslub: Do not cross cacheline boundaries for very small...
2008-03-07 Christoph Lameterslub statistics: Fix check for DEACTIVATE_REMOTE_FREES
2008-03-03 Cyrill Gorcunovslub: fix possible NULL pointer dereference
2008-03-03 Christoph Lameterslub: Add kmalloc_large_node() to support kmalloc_node...
2008-03-03 Pekka J Enbergslub: look up object from the freelist once
2008-03-03 Christoph Lameterslub: Fix up comments
2008-03-03 Christoph Lameterslub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_s...
2008-03-03 Christoph Lameterslub: Remove BUG_ON() from ksize and omit checks for...
2008-03-03 Christoph Lameterslub: Use the objsize from the kmem_cache_cpu structure
2008-03-03 Christoph Lameterslub: Remove useless checks in alloc_debug_processing
2008-03-03 Christoph Lameterslub: Remove objsize check in kmem_cache_flags()
2008-03-03 Christoph Lameterslub: rename slab_objects to show_slab_objects
2008-03-03 Christoph LameterRevert "unique end pointer" patch
2008-02-19 Linus TorvaldsRevert "SLUB: Alternate fast paths using cmpxchg_local"
2008-02-14 Christoph Lameterslub: Support 4k kmallocs again to compensate for page...
2008-02-14 Christoph Lameterslub: Fallback to kmalloc_large for failing higher...
2008-02-14 Christoph Lameterslub: Determine gfpflags once and not every time a...
2008-02-14 Adrian Bunkmake slub.c:slab_address() static
2008-02-14 Pekka Enbergslub: kmalloc page allocator pass-through cleanup
2008-02-08 Ingo MolnarSLUB: fix checkpatch warnings
2008-02-08 Nick PigginUse non atomic unlock
2008-02-08 Christoph LameterSLUB: Support for performance statistics
2008-02-08 Christoph LameterSLUB: Alternate fast paths using cmpxchg_local
2008-02-08 Christoph LameterSLUB: Use unique end pointer for each slab page.
2008-02-08 Christoph LameterSLUB: Deal with annoying gcc warning on kfree()
2008-02-04 rootSLUB: Do not upset lockdep
2008-02-04 Pekka EnbergSLUB: Fix coding style violations
next