Greg Kroah-Hartman
|
1eada11c88
Kobject: convert mm/slub.c to use kobject_init/add_ng()
|
17 years ago |
Greg Kroah-Hartman
|
0ff21e4663
kobject: convert kernel_kset to be a kobject
|
17 years ago |
Greg Kroah-Hartman
|
081248de0a
kset: move /sys/slab to /sys/kernel/slab
|
17 years ago |
Greg Kroah-Hartman
|
27c3a314d5
kset: convert slub to use kset_create
|
17 years ago |
Greg Kroah-Hartman
|
3514faca19
kobject: remove struct kobj_type from struct kset
|
17 years ago |
Linus Torvalds
|
158a962422
Unify /proc/slabinfo configuration
|
17 years ago |
Pekka J Enberg
|
57ed3eda97
slub: provide /proc/slabinfo
|
17 years ago |
Christoph Lameter
|
76be895001
SLUB: Improve hackbench speed
|
17 years ago |
Christoph Lameter
|
3811dbf671
SLUB: remove useless masking of GFP_ZERO
|
17 years ago |
Linus Torvalds
|
7fd272550b
Avoid double memclear() in SLOB/SLUB
|
17 years ago |
Vegard Nossum
|
294a80a8ed
SLUB's ksize() fails for size > 2048
|
17 years ago |
Denis Cheng
|
efe44183f6
SLUB: killed the unused "end" variable
|
17 years ago |
Christoph Lameter
|
05aa345034
SLUB: Fix memory leak by not reusing cpu_slab
|
17 years ago |
Al Viro
|
27bb628a1d
missing atomic_read_long() in slub.c
|
17 years ago |
Yasunori Goto
|
b9049e2344
memory hotplug: make kmem_cache_node for SLUB on memory online avoid panic
|
17 years ago |
Christoph Lameter
|
4ba9b9d0ba
Slab API: remove useless ctor parameter and reorder parameters
|
17 years ago |
Christoph Lameter
|
b811c202a0
SLUB: simplify IRQ off handling
|
17 years ago |
Andrew Morton
|
ea3061d227
slub: list_locations() can use GFP_TEMPORARY
|
17 years ago |
Christoph Lameter
|
42a9fdbb12
SLUB: Optimize cacheline use for zeroing
|
17 years ago |
Christoph Lameter
|
4c93c355d5
SLUB: Place kmem_cache_cpu structures in a NUMA aware way
|
17 years ago |
Christoph Lameter
|
ee3c72a14b
SLUB: Avoid touching page struct when freeing to per cpu slab
|
17 years ago |
Christoph Lameter
|
b3fba8da65
SLUB: Move page->offset to kmem_cache_cpu->offset
|
17 years ago |
Christoph Lameter
|
8e65d24c7c
SLUB: Do not use page->mapping
|
17 years ago |
Christoph Lameter
|
dfb4f09609
SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slab
|
17 years ago |
Mel Gorman
|
e12ba74d8f
Group short-lived and reclaimable kernel allocations
|
17 years ago |
Christoph Lameter
|
6cb062296f
Categorize GFP flags
|
17 years ago |
Christoph Lameter
|
f64dc58c54
Memoryless nodes: SLUB support
|
17 years ago |
Christoph Lameter
|
ef8b4520bd
Slab allocators: fail if ksize is called with a NULL parameter
|
17 years ago |
Satyam Sharma
|
2408c55037
{slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) check
|
17 years ago |
Christoph Lameter
|
aadb4bc4a1
SLUB: direct pass through of page size or higher kmalloc requests
|
17 years ago |