aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAge
* slub: record page flag overlays explicitlyAndy Whitcroft2008-07-24
* slub: dump more data on slab corruptionPekka Enberg2008-07-19
* SLUB: simplify re on_each_cpu()Alexey Dobriyan2008-07-16
* Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-15
|\
| * on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-26
* | slub: current is always validAlexey Dobriyan2008-07-15
* | slub: Add check for kfree() of non slab objects.Christoph Lameter2008-07-15
* | Start using the new '%pS' infrastructure to print symbolsLinus Torvalds2008-07-14
* | slub: Fix use-after-preempt of per-CPU data structureDmitry Adamushko2008-07-10
* | Christoph has movedChristoph Lameter2008-07-04
* | slub: Do not use 192 byte sized cache if minimum alignment is 128 byteChristoph Lameter2008-07-03
|/
* slub: ksize() abuse checksPekka Enberg2008-05-22
* slub: fix atomic usage in any_slab_objects()Benjamin Herrenschmidt2008-05-08
* slub: #ifdef simplificationChristoph Lameter2008-05-01
* slub: Whitespace cleanup and use of strict_strtoulChristoph Lameter2008-05-01
* remove div_long_long_remRoman Zippel2008-05-01
* infrastructure to debug (dynamic) objectsThomas Gleixner2008-04-30
* ipc: define the slab_memory_callback priority as a constantNadia Derbey2008-04-29
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-04-28
|\
| * slub: pack objects denserChristoph Lameter2008-04-27
| * slub: Calculate min_objects based on number of processors.Christoph Lameter2008-04-27
| * slub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTSChristoph Lameter2008-04-27
| * slub: Simplify any_slab_object checksChristoph Lameter2008-04-27
| * slub: Make the order configurable for each slab cacheChristoph Lameter2008-04-27
| * slub: Drop fallback to page allocator methodChristoph Lameter2008-04-27
| * slub: Fallback to minimal order during slab page allocationChristoph Lameter2008-04-27
| * slub: Update statistics handling for variable order slabsChristoph Lameter2008-04-27
| * slub: Add kmem_cache_order_objects structChristoph Lameter2008-04-27
| * slub: for_each_object must be passed the number of objects in a slabChristoph Lameter2008-04-27
| * slub: Store max number of objects in the page struct.Christoph Lameter2008-04-27
| * slub: Dump list of objects not freed on kmem_cache_close()Christoph Lameter2008-04-27
| * slub: free_list() cleanupChristoph Lameter2008-04-27
| * slub: improve kmem_cache_destroy() error messagePekka Enberg2008-04-27
* | mm: move cache_line_size() to <linux/cache.h>Pekka Enberg2008-04-28
* | mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman2008-04-28
* | mm: use two zonelist that are filtered by GFP maskMel Gorman2008-04-28
* | mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman2008-04-28
|/
* slab_err: Pass parameters correctly to slab_bugChristoph Lameter2008-04-23
* slub: No need for per node slab counters if !SLUB_DEBUGChristoph Lameter2008-04-14
* slub: Move map/flag clearing to __free_slabChristoph Lameter2008-04-14
* slub: Fixes to per cpu stat output in sysfsChristoph Lameter2008-04-14
* slub: Deal with config variable dependenciesChristoph Lameter2008-04-14
* slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logicChristoph Lameter2008-04-14
* slub: Initialize per-cpu statsPekka Enberg2008-04-14
* Fix undefined count_partial if !CONFIG_SLABINFOChristoph Lameter2008-04-01
* Revert "SLUB: remove useless masking of GFP_ZERO"Linus Torvalds2008-03-27
* count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFOChristoph Lameter2008-03-26
* slub page alloc fallback: Enable interrupts for GFP_WAIT.Christoph Lameter2008-03-17
* slub: Do not cross cacheline boundaries for very small objectsNick Piggin2008-03-06
* slub statistics: Fix check for DEACTIVATE_REMOTE_FREESChristoph Lameter2008-03-06