Age | Commit message (Expand) | Author | Files | Lines |
2007-07-17 | Slab allocators: Cleanup zeroing allocations | Christoph Lameter | 1 | -13/+0 |
2007-07-17 | SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG | Christoph Lameter | 1 | -0/+4 |
2007-07-17 | Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics | Christoph Lameter | 1 | -12/+0 |
2007-07-16 | slob: initial NUMA support | Paul Mundt | 1 | -1/+5 |
2007-06-17 | SLUB: minimum alignment fixes | Christoph Lameter | 1 | -2/+11 |
2007-06-09 | SLUB: return ZERO_SIZE_PTR for kmalloc(0) | Christoph Lameter | 1 | -8/+17 |
2007-05-17 | Slab allocators: define common size limitations | Christoph Lameter | 1 | -17/+2 |
2007-05-17 | slub: fix handling of oversized slabs | Andrew Morton | 1 | -1/+6 |
2007-05-17 | Slab allocators: Drop support for destructors | Christoph Lameter | 1 | -1/+0 |
2007-05-17 | SLUB: It is legit to allocate a slab of the maximum permitted size | Christoph Lameter | 1 | -1/+1 |
2007-05-15 | SLUB: CONFIG_LARGE_ALLOCS must consider MAX_ORDER limit | Christoph Lameter | 1 | -1/+5 |
2007-05-07 | slub: enable tracking of full slabs | Christoph Lameter | 1 | -0/+1 |
2007-05-07 | SLUB: allocate smallest object size if the user asks for 0 bytes | Christoph Lameter | 1 | -2/+6 |
2007-05-07 | SLUB core | Christoph Lameter | 1 | -0/+201 |