Andrey Ryabinin
|
0316bec22e
mm: slub: add kernel address sanitizer support for slub allocator
|
10 years ago |
Andrey Ryabinin
|
a79316c617
mm: slub: introduce metadata_access_enable()/metadata_access_disable()
|
10 years ago |
Andrey Ryabinin
|
75c66def8d
mm: slub: share object_err function
|
10 years ago |
Tejun Heo
|
5024c1d71b
slub: use %*pb[l] to print bitmaps including cpumasks and nodemasks
|
10 years ago |
Vladimir Davydov
|
d6e0b7fa11
slub: make dead caches discard free slabs immediately
|
10 years ago |
Vladimir Davydov
|
ce3712d74d
slub: fix kmem_cache_shrink return value
|
10 years ago |
Vladimir Davydov
|
832f37f5d5
slub: never fail to shrink cache
|
10 years ago |
Vladimir Davydov
|
426589f571
slab: link memcg caches of the same kind into a list
|
10 years ago |
Vladimir Davydov
|
f7ce3190c4
slab: embed memcg_cache_params to kmem_cache
|
10 years ago |
Kim Phillips
|
94e4d712eb
mm/slub.c: fix typo in comment
|
10 years ago |
Joonsoo Kim
|
9aabf810a6
mm/slub: optimize alloc/free fastpath by removing preemption on/off
|
10 years ago |
Vladimir Davydov
|
dee2f8aaab
slub: fix cpuset check in get_any_partial
|
10 years ago |
Vladimir Davydov
|
8135be5a80
memcg: fix possible use-after-free in memcg_kmem_get_cache()
|
10 years ago |
Linus Torvalds
|
2756d373a3
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
|
10 years ago |
Andrew Morton
|
c871ac4e96
slab: improve checking for invalid gfp_flags
|
10 years ago |
Andrey Ryabinin
|
f6edde9cbe
mm: slub: fix format mismatches in slab_err() callers
|
10 years ago |
LQYMGT
|
b455def28d
mm: slab/slub: coding style: whitespaces and tabs mixture
|
10 years ago |
Vladimir Davydov
|
344736f29b
cpuset: simplify cpuset_node_allowed API
|
11 years ago |
Joonsoo Kim
|
423c929cbb
mm/slab_common: commonize slab merge logic
|
11 years ago |
Joonsoo Kim
|
a561ce00b0
slub: fall back to node_to_mem_node() node if allocating on memoryless node
|
11 years ago |
Christoph Lameter
|
c9e16131d6
slub: disable tracing and failslab for merged slabs
|
11 years ago |
Vladimir Davydov
|
aee52cae00
slub: remove kmemcg id from create_unique_id
|
11 years ago |
Gu Zheng
|
4307c14f3c
slab: fix the alias count (via sysfs) of slab cache
|
11 years ago |
Dan Carpenter
|
0aa9a13d80
mm, slub: fix some indenting in cmpxchg_double_slab()
|
11 years ago |
Wei Yang
|
5426664070
slub: avoid duplicate creation on the first object
|
11 years ago |
Andrey Ryabinin
|
02e72cc617
mm: slub: SLUB_DEBUG=n: use the same alloc/free hooks as for SLUB_DEBUG=y
|
11 years ago |
David Rientjes
|
c07b8183cb
mm, slub: mark resiliency_test as init text
|
11 years ago |
Christoph Lameter
|
fa45dc254b
slub: use new node functions
|
11 years ago |
Christoph Lameter
|
44c5356fb4
slab common: add functions for kmem_cache_node access
|
11 years ago |
Joonsoo Kim
|
8a5b20aeba
slub: fix off by one in number of slab tests
|
11 years ago |