aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2009-01-28slub: fix per cpu kmem_cache_cpu array memory leakDavid Rientjes
2009-01-06trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer
2009-01-01cpumask: convert mm/Rusty Russell
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell
2008-12-29Merge branch 'topic/failslab' into for-linusPekka Enberg
2008-12-29Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into...Pekka Enberg
2008-12-29slub: avoid leaking caches or refcounts on sysfs errorDavid Rientjes
2008-12-29slub: Add might_sleep_if() to slab_alloc()OGAWA Hirofumi
2008-12-29SLUB: failslab supportAkinobu Mita
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins
2008-12-08slub: Fix incorrect use of looseNick Andrew
2008-12-01memcg: memory hotplug fix for notifier callbackKAMEZAWA Hiroyuki
2008-11-26slub: make early_kmem_cache_node_alloc voidDavid Rientjes
2008-11-26slub - fix get_object_page commentCyrill Gorcunov
2008-11-26SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu
2008-11-26SLUB: cleanup - define macros instead of hardcoded numbersCyrill Gorcunov
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan
2008-09-15slub: fixed uninitialized counter in struct kmem_cache_nodeSalman Qazi
2008-08-20slub: Disable NUMA remote node defragmentation by defaultChristoph Lameter
2008-08-05SLUB: dynamic per-cache MIN_PARTIALPekka Enberg
2008-07-29mm: unexport ksizeAdrian Bunk
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-24slub: record page flag overlays explicitlyAndy Whitcroft
2008-07-19slub: dump more data on slab corruptionPekka Enberg
2008-07-16SLUB: simplify re on_each_cpu()Alexey Dobriyan
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar
2008-07-15slub: current is always validAlexey Dobriyan
2008-07-15slub: Add check for kfree() of non slab objects.Christoph Lameter
2008-07-14Start using the new '%pS' infrastructure to print symbolsLinus Torvalds
2008-07-10slub: Fix use-after-preempt of per-CPU data structureDmitry Adamushko
2008-07-04Christoph has movedChristoph Lameter
2008-07-03slub: Do not use 192 byte sized cache if minimum alignment is 128 byteChristoph Lameter
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-05-22slub: ksize() abuse checksPekka Enberg
2008-05-08slub: fix atomic usage in any_slab_objects()Benjamin Herrenschmidt
2008-05-02slub: #ifdef simplificationChristoph Lameter
2008-05-02slub: Whitespace cleanup and use of strict_strtoulChristoph Lameter
2008-05-01remove div_long_long_remRoman Zippel
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner
2008-04-29ipc: define the slab_memory_callback priority as a constantNadia Derbey
2008-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2008-04-28mm: move cache_line_size() to <linux/cache.h>Pekka Enberg
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman
2008-04-27slub: pack objects denserChristoph Lameter
2008-04-27slub: Calculate min_objects based on number of processors.Christoph Lameter
2008-04-27slub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTSChristoph Lameter
2008-04-27slub: Simplify any_slab_object checksChristoph Lameter