Vladimir Davydov
|
89e364db71
slub: move synchronize_sched out of slab_mutex on shrink
|
8 years ago |
Dmitry Safonov
|
52b4b950b5
mm: slab: free kmem_cache_node after destroy sysfs file
|
9 years ago |
Jesper Dangaard Brouer
|
865762a811
slab/slub: adjust kmem_cache_alloc_bulk API
|
9 years ago |
Vlastimil Babka
|
96db800f5d
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
|
10 years ago |
Christoph Lameter
|
484748f0b6
slab: infrastructure for bulk object allocation and freeing
|
10 years ago |
Fabian Frederick
|
c21a6daf46
slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()
|
10 years ago |
Vladimir Davydov
|
d6e0b7fa11
slub: make dead caches discard free slabs immediately
|
10 years ago |
Joonsoo Kim
|
61f47105a2
mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()
|
10 years ago |
Vladimir Davydov
|
03afc0e25f
slab: get_online_mems for kmem_cache_{create,destroy,shrink}
|
11 years ago |
Dave Hansen
|
34bf6ef94a
mm: slab/slub: use page->list consistently instead of page->lru
|
11 years ago |
Christoph Lameter
|
f1b6eb6e6b
mm/sl[aou]b: Move kmallocXXX functions to common code
|
12 years ago |
Linus Torvalds
|
54be820019
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux
|
12 years ago |
Steven Rostedt
|
c1e854e924
slob: Check for NULL pointer before calling ctor()
|
12 years ago |
Sasha Levin
|
a6d78159f8
slob: use DIV_ROUND_UP where possible
|
12 years ago |
Mel Gorman
|
22b751c3d0
mm: rename page struct field helpers
|
12 years ago |
Glauber Costa
|
b9ce5ef49f
sl[au]b: always get the cache from its page in kmem_cache_free()
|
12 years ago |
Christoph Lameter
|
4590685546
mm/sl[aou]b: Common alignment code
|
12 years ago |
Arnd Bergmann
|
789306e5ad
mm/slob: use min_t() to compare ARCH_SLAB_MINALIGN
|
13 years ago |
Ezequiel Garcia
|
8cf9864b13
mm/slob: Use free_page instead of put_page for page-size kmalloc allocations
|
12 years ago |
Ezequiel Garcia
|
242860a47a
mm/sl[aou]b: Move common kmem_cache_size() to slab.h
|
12 years ago |
Ezequiel Garcia
|
fe74fe2bf2
mm/slob: Use object_size field in kmem_cache_size()
|
12 years ago |
Ezequiel Garcia
|
999d8795d4
mm/slob: Drop usage of page->private for storing page-sized allocations
|
12 years ago |
Pekka Enberg
|
e2087be35a
Merge branch 'slab/tracing' into slab/for-linus
|
13 years ago |
Pekka Enberg
|
f4178cdddd
Merge branch 'slab/common-for-cgroups' into slab/for-linus
|
13 years ago |
David Rientjes
|
82bd5508b4
mm, slob: fix build breakage in __kmalloc_node_track_caller
|
13 years ago |
Ezequiel Garcia
|
f3f7410195
mm, slob: Add support for kmalloc_track_caller()
|
13 years ago |
Ezequiel Garcia
|
90f2cbbc49
mm, slob: Use NUMA_NO_NODE instead of -1
|
13 years ago |
Christoph Lameter
|
cce89f4f69
mm/sl[aou]b: Move kmem_cache refcounting to common code
|
13 years ago |
Christoph Lameter
|
8a13a4cc80
mm/sl[aou]b: Shrink __kmem_cache_create() parameter lists
|
13 years ago |
Christoph Lameter
|
278b1bb131
mm/sl[aou]b: Move kmem_cache allocations into common code
|
13 years ago |