Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-06-16 | SLUB: minimum alignment fixes | Christoph Lameter | 1 | -2/+11 |
2007-06-08 | 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-16 | 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 |