aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt17
1 files changed, 11 insertions, 6 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index cc4ab2517abc..41f7ec1fcf61 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -656,7 +656,8 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
656 Sets the size of kernel global memory area for 656 Sets the size of kernel global memory area for
657 contiguous memory allocations and optionally the 657 contiguous memory allocations and optionally the
658 placement constraint by the physical address range of 658 placement constraint by the physical address range of
659 memory allocations. For more information, see 659 memory allocations. A value of 0 disables CMA
660 altogether. For more information, see
660 include/linux/dma-contiguous.h 661 include/linux/dma-contiguous.h
661 662
662 cmo_free_hint= [PPC] Format: { yes | no } 663 cmo_free_hint= [PPC] Format: { yes | no }
@@ -3158,6 +3159,13 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
3158 3159
3159 slram= [HW,MTD] 3160 slram= [HW,MTD]
3160 3161
3162 slab_nomerge [MM]
3163 Disable merging of slabs with similar size. May be
3164 necessary if there is some reason to distinguish
3165 allocs to different slabs. Debug options disable
3166 merging on their own.
3167 For more information see Documentation/vm/slub.txt.
3168
3161 slab_max_order= [MM, SLAB] 3169 slab_max_order= [MM, SLAB]
3162 Determines the maximum allowed order for slabs. 3170 Determines the maximum allowed order for slabs.
3163 A high setting may cause OOMs due to memory 3171 A high setting may cause OOMs due to memory
@@ -3193,11 +3201,8 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
3193 For more information see Documentation/vm/slub.txt. 3201 For more information see Documentation/vm/slub.txt.
3194 3202
3195 slub_nomerge [MM, SLUB] 3203 slub_nomerge [MM, SLUB]
3196 Disable merging of slabs with similar size. May be 3204 Same with slab_nomerge. This is supported for legacy.
3197 necessary if there is some reason to distinguish 3205 See slab_nomerge for more information.
3198 allocs to different slabs. Debug options disable
3199 merging on their own.
3200 For more information see Documentation/vm/slub.txt.
3201 3206
3202 smart2= [HW] 3207 smart2= [HW]
3203 Format: <io1>[,<io2>[,...,<io8>]] 3208 Format: <io1>[,<io2>[,...,<io8>]]