Christoph Lameter
|
06b285dc3d
slub: Make the order configurable for each slab cache
|
17 年之前 |
Christoph Lameter
|
319d1e2406
slub: Drop fallback to page allocator method
|
17 年之前 |
Christoph Lameter
|
65c3376aac
slub: Fallback to minimal order during slab page allocation
|
17 年之前 |
Christoph Lameter
|
205ab99dd1
slub: Update statistics handling for variable order slabs
|
17 年之前 |
Christoph Lameter
|
834f3d1192
slub: Add kmem_cache_order_objects struct
|
17 年之前 |
Christoph Lameter
|
224a88be40
slub: for_each_object must be passed the number of objects in a slab
|
17 年之前 |
Christoph Lameter
|
39b264641a
slub: Store max number of objects in the page struct.
|
17 年之前 |
Christoph Lameter
|
33b12c3813
slub: Dump list of objects not freed on kmem_cache_close()
|
17 年之前 |
Christoph Lameter
|
599870b175
slub: free_list() cleanup
|
17 年之前 |
Pekka Enberg
|
d629d81957
slub: improve kmem_cache_destroy() error message
|
17 年之前 |
Christoph Lameter
|
3dc5063786
slab_err: Pass parameters correctly to slab_bug
|
17 年之前 |
Christoph Lameter
|
0f389ec630
slub: No need for per node slab counters if !SLUB_DEBUG
|
17 年之前 |
Christoph Lameter
|
49bd5221ce
slub: Move map/flag clearing to __free_slab
|
17 年之前 |
Christoph Lameter
|
50ef37b96c
slub: Fixes to per cpu stat output in sysfs
|
17 年之前 |
Christoph Lameter
|
5b06c853ad
slub: Deal with config variable dependencies
|
17 年之前 |
Christoph Lameter
|
4097d60175
slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logic
|
17 年之前 |
Pekka Enberg
|
62f75532b5
slub: Initialize per-cpu stats
|
17 年之前 |
Christoph Lameter
|
00460dd5f4
Fix undefined count_partial if !CONFIG_SLABINFO
|
17 年之前 |
Linus Torvalds
|
e72e9c23ee
Revert "SLUB: remove useless masking of GFP_ZERO"
|
17 年之前 |
Christoph Lameter
|
53625b4204
count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFO
|
17 年之前 |
Christoph Lameter
|
caeab084de
slub page alloc fallback: Enable interrupts for GFP_WAIT.
|
17 年之前 |
Nick Piggin
|
b621038678
slub: Do not cross cacheline boundaries for very small objects
|
17 年之前 |
Christoph Lameter
|
b773ad7369
slub statistics: Fix check for DEACTIVATE_REMOTE_FREES
|
17 年之前 |
Cyrill Gorcunov
|
62e5c4b4d6
slub: fix possible NULL pointer dereference
|
17 年之前 |
Christoph Lameter
|
f619cfe1bd
slub: Add kmalloc_large_node() to support kmalloc_node fallback
|
17 年之前 |
Pekka J Enberg
|
7693143481
slub: look up object from the freelist once
|
17 年之前 |
Christoph Lameter
|
6446faa2ff
slub: Fix up comments
|
17 年之前 |
Christoph Lameter
|
d8b42bf54b
slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes()
|
17 年之前 |
Christoph Lameter
|
ae20bfda68
slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUG
|
17 年之前 |
Christoph Lameter
|
27d9e4e948
slub: Use the objsize from the kmem_cache_cpu structure
|
17 年之前 |