diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-21 13:34:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-21 13:34:25 -0400 |
commit | 72a73693aac5ae82850cedc69fa5d264ca977c13 (patch) | |
tree | 80ab4bad93a2204ff264c0b07b63449a91410585 /Documentation | |
parent | b7e6f62fe259187f2578d00960ef1b0e6ff6afd5 (diff) | |
parent | 2e2dcc7631e331cf2e8396ce452e7f01e35f1182 (diff) |
Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (160 commits)
x86: remove extra calling to get ext cpuid level
x86: use setup_clear_cpu_cap() when disabling the lapic
KVM: fix exception entry / build bug, on 64-bit
x86: add unknown_nmi_panic kernel parameter
x86, VisWS: turn into generic arch, eliminate leftover files
x86: add ->pre_time_init to x86_quirks
x86: extend and use x86_quirks to clean up NUMAQ code
x86: introduce x86_quirks
x86: improve debug printout: add target bootmem range in early_res_to_bootmem()
Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEM
x86: remove arch_get_ram_range
x86: Add a debugfs interface to dump PAT memtype
x86: Add a arch directory for x86 under debugfs
x86: i386: reduce boot fixmap space
i386/xen: add proper unwind annotations to xen_sysenter_target
x86: reduce force_mwait visibility
x86: reduce forbid_dac's visibility
x86: fix two modpost warnings
x86: check function status in EDD boot code
x86_64: ia32_signal.c: remove signal number conversion
...
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 09ad7450647b..25e88cf5d84e 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1206,7 +1206,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1206 | or | 1206 | or |
1207 | memmap=0x10000$0x18690000 | 1207 | memmap=0x10000$0x18690000 |
1208 | 1208 | ||
1209 | memtest= [KNL,X86_64] Enable memtest | 1209 | memtest= [KNL,X86] Enable memtest |
1210 | Format: <integer> | 1210 | Format: <integer> |
1211 | range: 0,4 : pattern number | 1211 | range: 0,4 : pattern number |
1212 | default : 0 <disable> | 1212 | default : 0 <disable> |
@@ -2158,6 +2158,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2158 | Note that genuine overcurrent events won't be | 2158 | Note that genuine overcurrent events won't be |
2159 | reported either. | 2159 | reported either. |
2160 | 2160 | ||
2161 | unknown_nmi_panic | ||
2162 | [X86-32,X86-64] | ||
2163 | Set unknown_nmi_panic=1 early on boot. | ||
2164 | |||
2161 | usbcore.autosuspend= | 2165 | usbcore.autosuspend= |
2162 | [USB] The autosuspend time delay (in seconds) used | 2166 | [USB] The autosuspend time delay (in seconds) used |
2163 | for newly-detected USB devices (default 2). This | 2167 | for newly-detected USB devices (default 2). This |