Jason Low
|
4db0c3c298
mm: remove rest of ACCESS_ONCE() usages
|
10 years ago |
Joe Perches
|
6f6528a163
slub: use bool function return values of true/false not 1/0
|
10 years ago |
Chris J Arges
|
08303a73c6
mm/slub.c: parse slub_debug O option in switch statement
|
10 years ago |
Mark Rutland
|
859b7a0e89
mm/slub: fix lockups on PREEMPT && !SMP kernels
|
10 years ago |
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
|
10 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 |