diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index d18a9e12152a..c357a31411cd 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -872,6 +872,12 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
872 | If specified, z/VM IUCV HVC accepts connections | 872 | If specified, z/VM IUCV HVC accepts connections |
873 | from listed z/VM user IDs only. | 873 | from listed z/VM user IDs only. |
874 | 874 | ||
875 | keep_bootcon [KNL] | ||
876 | Do not unregister boot console at start. This is only | ||
877 | useful for debugging when something happens in the window | ||
878 | between unregistering the boot console and initializing | ||
879 | the real console. | ||
880 | |||
875 | i2c_bus= [HW] Override the default board specific I2C bus speed | 881 | i2c_bus= [HW] Override the default board specific I2C bus speed |
876 | or register an additional I2C bus that is not | 882 | or register an additional I2C bus that is not |
877 | registered from board initialization code. | 883 | registered from board initialization code. |
@@ -1597,11 +1603,12 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
1597 | Format: [state][,regs][,debounce][,die] | 1603 | Format: [state][,regs][,debounce][,die] |
1598 | 1604 | ||
1599 | nmi_watchdog= [KNL,BUGS=X86] Debugging features for SMP kernels | 1605 | nmi_watchdog= [KNL,BUGS=X86] Debugging features for SMP kernels |
1600 | Format: [panic,][num] | 1606 | Format: [panic,][nopanic,][num] |
1601 | Valid num: 0 | 1607 | Valid num: 0 |
1602 | 0 - turn nmi_watchdog off | 1608 | 0 - turn nmi_watchdog off |
1603 | When panic is specified, panic when an NMI watchdog | 1609 | When panic is specified, panic when an NMI watchdog |
1604 | timeout occurs. | 1610 | timeout occurs (or 'nopanic' to override the opposite |
1611 | default). | ||
1605 | This is useful when you use a panic=... timeout and | 1612 | This is useful when you use a panic=... timeout and |
1606 | need the box quickly up again. | 1613 | need the box quickly up again. |
1607 | 1614 | ||
@@ -1825,6 +1832,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
1825 | perfmon on Intel CPUs instead of the | 1832 | perfmon on Intel CPUs instead of the |
1826 | CPU specific event set. | 1833 | CPU specific event set. |
1827 | 1834 | ||
1835 | oops=panic Always panic on oopses. Default is to just kill the process, | ||
1836 | but there is a small probability of deadlocking the machine. | ||
1837 | This will also cause panics on machine check exceptions. | ||
1838 | Useful together with panic=30 to trigger a reboot. | ||
1839 | |||
1828 | OSS [HW,OSS] | 1840 | OSS [HW,OSS] |
1829 | See Documentation/sound/oss/oss-parameters.txt | 1841 | See Documentation/sound/oss/oss-parameters.txt |
1830 | 1842 | ||