diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-09 22:26:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-09 22:26:14 -0400 |
commit | 0cf744bc7ae8e0072159a901f6e1a159bbc30ffa (patch) | |
tree | fc8222a3a5af4f42226070c3f76462cfcf0b4e50 /Documentation/kernel-parameters.txt | |
parent | b528392669415dc1e53a047215e5ad6c2de879fc (diff) | |
parent | 7f8998c7aef3ac9c5f3f2943e083dfa6302e90d0 (diff) |
Merge branch 'akpm' (fixes from Andrew Morton)
Merge patch-bomb from Andrew Morton:
- part of OCFS2 (review is laggy again)
- procfs
- slab
- all of MM
- zram, zbud
- various other random things: arch, filesystems.
* emailed patches from Andrew Morton <akpm@linux-foundation.org>: (164 commits)
nosave: consolidate __nosave_{begin,end} in <asm/sections.h>
include/linux/screen_info.h: remove unused ORIG_* macros
kernel/sys.c: compat sysinfo syscall: fix undefined behavior
kernel/sys.c: whitespace fixes
acct: eliminate compile warning
kernel/async.c: switch to pr_foo()
include/linux/blkdev.h: use NULL instead of zero
include/linux/kernel.h: deduplicate code implementing clamp* macros
include/linux/kernel.h: rewrite min3, max3 and clamp using min and max
alpha: use Kbuild logic to include <asm-generic/sections.h>
frv: remove deprecated IRQF_DISABLED
frv: remove unused cpuinfo_frv and friends to fix future build error
zbud: avoid accessing last unused freelist
zsmalloc: simplify init_zspage free obj linking
mm/zsmalloc.c: correct comment for fullness group computation
zram: use notify_free to account all free notifications
zram: report maximum used memory
zram: zram memory size limitation
zsmalloc: change return value unit of zs_get_total_size_bytes
zsmalloc: move pages_allocated to zs_pool
...
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 17 |
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>]] |