Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SLUB: return ZERO_SIZE_PTR for kmalloc(0) | Christoph Lameter | 2007-06-08 | 1 | -8/+17 |
* | Slab allocators: define common size limitations | Christoph Lameter | 2007-05-17 | 1 | -17/+2 |
* | slub: fix handling of oversized slabs | Andrew Morton | 2007-05-17 | 1 | -1/+6 |
* | Slab allocators: Drop support for destructors | Christoph Lameter | 2007-05-17 | 1 | -1/+0 |
* | SLUB: It is legit to allocate a slab of the maximum permitted size | Christoph Lameter | 2007-05-16 | 1 | -1/+1 |
* | SLUB: CONFIG_LARGE_ALLOCS must consider MAX_ORDER limit | Christoph Lameter | 2007-05-15 | 1 | -1/+5 |
* | slub: enable tracking of full slabs | Christoph Lameter | 2007-05-07 | 1 | -0/+1 |
* | SLUB: allocate smallest object size if the user asks for 0 bytes | Christoph Lameter | 2007-05-07 | 1 | -2/+6 |
* | SLUB core | Christoph Lameter | 2007-05-07 | 1 | -0/+201 |