Linus Torvalds
|
bff157b3ad
Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux
|
11 years ago |
Jingoo Han
|
3dbb95f789
mm: replace strict_strtoul() with kstrtoul()
|
11 years ago |
Christoph Lameter
|
76b6f3d255
slub: remove verify_mem_not_deleted()
|
12 years ago |
Christoph Lameter
|
f1b6eb6e6b
mm/sl[aou]b: Move kmallocXXX functions to common code
|
12 years ago |
Chen Gang
|
68f06650ea
mm/slub.c: beautify code for removing redundancy 'break' statement.
|
12 years ago |
Libin
|
ac6434e6b8
slub: Remove unnecessary page NULL check
|
12 years ago |
Linus Torvalds
|
370905069c
Revert "slub: do not put a slab to cpu partial list when cpu_partial is 0"
|
12 years ago |
Chen Gang
|
d0e0ac9772
mm/slub: beautify code for 80 column limitation and tab alignment
|
12 years ago |
Chen Gang
|
e35e1a9744
mm/slub: remove 'per_cpu' which is useless variable
|
12 years ago |
Paul Gortmaker
|
0db0628d90
kernel: delete __cpuinit usage from all core kernel files
|
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
|
c25f195e82
slub: Check for page NULL before doing the node_match check
|
12 years ago |
Joonsoo Kim
|
345c905d13
slub: Make cpu partial slab support configurable
|
12 years ago |
Joonsoo Kim
|
318df36e57
slub: do not put a slab to cpu partial list when cpu_partial is 0
|
12 years ago |
Wanpeng Li
|
c17fd13ec0
mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfo
|
12 years ago |
Wanpeng Li
|
a446336454
mm/slub: Drop unnecessary nr_partials
|
12 years ago |
Linus Torvalds
|
0f47c9423c
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux
|
12 years ago |
Pekka Enberg
|
69df2ac128
Merge branch 'slab/next' into slab/for-linus
|
12 years ago |
Andrew Morton
|
3ac38faa1f
mm/slub.c: use register_hotmemory_notifier()
|
12 years ago |
Christoph Lameter
|
7cccd80b43
slub: tid must be retrieved from the percpu area of the current processor
|
12 years ago |
Christoph Lameter
|
4d7868e647
slub: Do not dereference NULL pointer in node_match
|
12 years ago |
Joonsoo Kim
|
338b264229
slub: add 'likely' macro to inc_slabs_node()
|
12 years ago |
Joonsoo Kim
|
633b076464
slub: correct to calculate num of acquired objects in get_partial_node()
|
12 years ago |
Glauber Costa
|
7d557b3cb6
slub: correctly bootstrap boot caches
|
12 years ago |
Linus Torvalds
|
9043a2650c
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
|
12 years ago |
Mel Gorman
|
22b751c3d0
mm: rename page struct field helpers
|
12 years ago |
Christoph Lameter
|
2c59dd6544
slab: Common Kmalloc cache determination
|
12 years ago |
Christoph Lameter
|
f97d5f634d
slab: Common function to create the kmalloc array
|
12 years ago |
Christoph Lameter
|
9425c58e54
slab: Common definition for the array of kmalloc caches
|
12 years ago |
Christoph Lameter
|
95a05b428c
slab: Common constants for kmalloc boundaries
|
12 years ago |