diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 7116fda7077f..67755ea834a7 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1011,6 +1011,13 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
1011 | parameter will force ia64_sal_cache_flush to call | 1011 | parameter will force ia64_sal_cache_flush to call |
1012 | ia64_pal_cache_flush instead of SAL_CACHE_FLUSH. | 1012 | ia64_pal_cache_flush instead of SAL_CACHE_FLUSH. |
1013 | 1013 | ||
1014 | forcepae [X86-32] | ||
1015 | Forcefully enable Physical Address Extension (PAE). | ||
1016 | Many Pentium M systems disable PAE but may have a | ||
1017 | functionally usable PAE implementation. | ||
1018 | Warning: use of this parameter will taint the kernel | ||
1019 | and may cause unknown problems. | ||
1020 | |||
1014 | ftrace=[tracer] | 1021 | ftrace=[tracer] |
1015 | [FTRACE] will set and start the specified tracer | 1022 | [FTRACE] will set and start the specified tracer |
1016 | as early as possible in order to facilitate early | 1023 | as early as possible in order to facilitate early |
@@ -2053,8 +2060,8 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
2053 | IOAPICs that may be present in the system. | 2060 | IOAPICs that may be present in the system. |
2054 | 2061 | ||
2055 | nokaslr [X86] | 2062 | nokaslr [X86] |
2056 | Disable kernel base offset ASLR (Address Space | 2063 | Disable kernel and module base offset ASLR (Address |
2057 | Layout Randomization) if built into the kernel. | 2064 | Space Layout Randomization) if built into the kernel. |
2058 | 2065 | ||
2059 | noautogroup Disable scheduler automatic task group creation. | 2066 | noautogroup Disable scheduler automatic task group creation. |
2060 | 2067 | ||