diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 465a786a3788..fce5b5e516cc 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -85,7 +85,6 @@ parameter is applicable: | |||
85 | PPT Parallel port support is enabled. | 85 | PPT Parallel port support is enabled. |
86 | PS2 Appropriate PS/2 support is enabled. | 86 | PS2 Appropriate PS/2 support is enabled. |
87 | RAM RAM disk support is enabled. | 87 | RAM RAM disk support is enabled. |
88 | ROOTPLUG The example Root Plug LSM is enabled. | ||
89 | S390 S390 architecture is enabled. | 88 | S390 S390 architecture is enabled. |
90 | SCSI Appropriate SCSI support is enabled. | 89 | SCSI Appropriate SCSI support is enabled. |
91 | A lot of drivers has their options described inside of | 90 | A lot of drivers has their options described inside of |
@@ -788,6 +787,13 @@ and is between 256 and 4096 characters. It is defined in the file | |||
788 | by the set_ftrace_notrace file in the debugfs | 787 | by the set_ftrace_notrace file in the debugfs |
789 | tracing directory. | 788 | tracing directory. |
790 | 789 | ||
790 | ftrace_graph_filter=[function-list] | ||
791 | [FTRACE] Limit the top level callers functions traced | ||
792 | by the function graph tracer at boot up. | ||
793 | function-list is a comma separated list of functions | ||
794 | that can be changed at run time by the | ||
795 | set_graph_function file in the debugfs tracing directory. | ||
796 | |||
791 | gamecon.map[2|3]= | 797 | gamecon.map[2|3]= |
792 | [HW,JOY] Multisystem joystick and NES/SNES/PSX pad | 798 | [HW,JOY] Multisystem joystick and NES/SNES/PSX pad |
793 | support via parallel port (up to 5 devices per port) | 799 | support via parallel port (up to 5 devices per port) |
@@ -2041,8 +2047,15 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2041 | 2047 | ||
2042 | print-fatal-signals= | 2048 | print-fatal-signals= |
2043 | [KNL] debug: print fatal signals | 2049 | [KNL] debug: print fatal signals |
2044 | print-fatal-signals=1: print segfault info to | 2050 | |
2045 | the kernel console. | 2051 | If enabled, warn about various signal handling |
2052 | related application anomalies: too many signals, | ||
2053 | too many POSIX.1 timers, fatal signals causing a | ||
2054 | coredump - etc. | ||
2055 | |||
2056 | If you hit the warning due to signal overflow, | ||
2057 | you might want to try "ulimit -i unlimited". | ||
2058 | |||
2046 | default: off. | 2059 | default: off. |
2047 | 2060 | ||
2048 | printk.time= Show timing data prefixed to each printk message line | 2061 | printk.time= Show timing data prefixed to each printk message line |
@@ -2173,15 +2186,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2173 | Useful for devices that are detected asynchronously | 2186 | Useful for devices that are detected asynchronously |
2174 | (e.g. USB and MMC devices). | 2187 | (e.g. USB and MMC devices). |
2175 | 2188 | ||
2176 | root_plug.vendor_id= | ||
2177 | [ROOTPLUG] Override the default vendor ID | ||
2178 | |||
2179 | root_plug.product_id= | ||
2180 | [ROOTPLUG] Override the default product ID | ||
2181 | |||
2182 | root_plug.debug= | ||
2183 | [ROOTPLUG] Enable debugging output | ||
2184 | |||
2185 | rw [KNL] Mount root device read-write on boot | 2189 | rw [KNL] Mount root device read-write on boot |
2186 | 2190 | ||
2187 | S [KNL] Run init in single mode | 2191 | S [KNL] Run init in single mode |
@@ -2191,6 +2195,8 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2191 | 2195 | ||
2192 | sbni= [NET] Granch SBNI12 leased line adapter | 2196 | sbni= [NET] Granch SBNI12 leased line adapter |
2193 | 2197 | ||
2198 | sched_debug [KNL] Enables verbose scheduler debug messages. | ||
2199 | |||
2194 | sc1200wdt= [HW,WDT] SC1200 WDT (watchdog) driver | 2200 | sc1200wdt= [HW,WDT] SC1200 WDT (watchdog) driver |
2195 | Format: <io>[,<timeout>[,<isapnp>]] | 2201 | Format: <io>[,<timeout>[,<isapnp>]] |
2196 | 2202 | ||