aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt30
1 files changed, 25 insertions, 5 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 4d175c751246..c323778270ff 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -35,6 +35,7 @@ parameter is applicable:
35 APIC APIC support is enabled. 35 APIC APIC support is enabled.
36 APM Advanced Power Management support is enabled. 36 APM Advanced Power Management support is enabled.
37 AX25 Appropriate AX.25 support is enabled. 37 AX25 Appropriate AX.25 support is enabled.
38 BLACKFIN Blackfin architecture is enabled.
38 DRM Direct Rendering Management support is enabled. 39 DRM Direct Rendering Management support is enabled.
39 EDD BIOS Enhanced Disk Drive Services (EDD) is enabled 40 EDD BIOS Enhanced Disk Drive Services (EDD) is enabled
40 EFI EFI Partitioning (GPT) is enabled 41 EFI EFI Partitioning (GPT) is enabled
@@ -67,6 +68,7 @@ parameter is applicable:
67 PARIDE The ParIDE (parallel port IDE) subsystem is enabled. 68 PARIDE The ParIDE (parallel port IDE) subsystem is enabled.
68 PARISC The PA-RISC architecture is enabled. 69 PARISC The PA-RISC architecture is enabled.
69 PCI PCI bus support is enabled. 70 PCI PCI bus support is enabled.
71 PCIE PCI Express support is enabled.
70 PCMCIA The PCMCIA subsystem is enabled. 72 PCMCIA The PCMCIA subsystem is enabled.
71 PNP Plug & Play support is enabled. 73 PNP Plug & Play support is enabled.
72 PPC PowerPC architecture is enabled. 74 PPC PowerPC architecture is enabled.
@@ -550,7 +552,7 @@ and is between 256 and 4096 characters. It is defined in the file
550 552
551 dtc3181e= [HW,SCSI] 553 dtc3181e= [HW,SCSI]
552 554
553 earlyprintk= [X86-32,X86-64,SH] 555 earlyprintk= [X86-32,X86-64,SH,BLACKFIN]
554 earlyprintk=vga 556 earlyprintk=vga
555 earlyprintk=serial[,ttySn[,baudrate]] 557 earlyprintk=serial[,ttySn[,baudrate]]
556 558
@@ -863,6 +865,10 @@ and is between 256 and 4096 characters. It is defined in the file
863 lasi= [HW,SCSI] PARISC LASI driver for the 53c700 chip 865 lasi= [HW,SCSI] PARISC LASI driver for the 53c700 chip
864 Format: addr:<io>,irq:<irq> 866 Format: addr:<io>,irq:<irq>
865 867
868 libata.noacpi [LIBATA] Disables use of ACPI in libata suspend/resume
869 when set.
870 Format: <int>
871
866 load_ramdisk= [RAM] List of ramdisks to load from floppy 872 load_ramdisk= [RAM] List of ramdisks to load from floppy
867 See Documentation/ramdisk.txt. 873 See Documentation/ramdisk.txt.
868 874
@@ -1008,6 +1014,10 @@ and is between 256 and 4096 characters. It is defined in the file
1008 meye.*= [HW] Set MotionEye Camera parameters 1014 meye.*= [HW] Set MotionEye Camera parameters
1009 See Documentation/video4linux/meye.txt. 1015 See Documentation/video4linux/meye.txt.
1010 1016
1017 mfgpt_irq= [IA-32] Specify the IRQ to use for the
1018 Multi-Function General Purpose Timers on AMD Geode
1019 platforms.
1020
1011 mga= [HW,DRM] 1021 mga= [HW,DRM]
1012 1022
1013 mousedev.tap_time= 1023 mousedev.tap_time=
@@ -1079,10 +1089,6 @@ and is between 256 and 4096 characters. It is defined in the file
1079 emulation library even if a 387 maths coprocessor 1089 emulation library even if a 387 maths coprocessor
1080 is present. 1090 is present.
1081 1091
1082 noacpi [LIBATA] Disables use of ACPI in libata suspend/resume
1083 when set.
1084 Format: <int>
1085
1086 noaliencache [MM, NUMA, SLAB] Disables the allocation of alien 1092 noaliencache [MM, NUMA, SLAB] Disables the allocation of alien
1087 caches in the slab allocator. Saves per-node memory, 1093 caches in the slab allocator. Saves per-node memory,
1088 but will impact performance. 1094 but will impact performance.
@@ -1159,6 +1165,9 @@ and is between 256 and 4096 characters. It is defined in the file
1159 1165
1160 nomce [X86-32] Machine Check Exception 1166 nomce [X86-32] Machine Check Exception
1161 1167
1168 nomfgpt [X86-32] Disable Multi-Function General Purpose
1169 Timer usage (for AMD Geode machines).
1170
1162 noreplace-paravirt [X86-32,PV_OPS] Don't patch paravirt_ops 1171 noreplace-paravirt [X86-32,PV_OPS] Don't patch paravirt_ops
1163 1172
1164 noreplace-smp [X86-32,SMP] Don't replace SMP instructions 1173 noreplace-smp [X86-32,SMP] Don't replace SMP instructions
@@ -1269,6 +1278,11 @@ and is between 256 and 4096 characters. It is defined in the file
1269 Mechanism 1. 1278 Mechanism 1.
1270 conf2 [X86-32] Force use of PCI Configuration 1279 conf2 [X86-32] Force use of PCI Configuration
1271 Mechanism 2. 1280 Mechanism 2.
1281 noaer [PCIE] If the PCIEAER kernel config parameter is
1282 enabled, this kernel boot option can be used to
1283 disable the use of PCIE advanced error reporting.
1284 nodomains [PCI] Disable support for multiple PCI
1285 root domains (aka PCI segments, in ACPI-speak).
1272 nommconf [X86-32,X86_64] Disable use of MMCONFIG for PCI 1286 nommconf [X86-32,X86_64] Disable use of MMCONFIG for PCI
1273 Configuration 1287 Configuration
1274 nomsi [MSI] If the PCI_MSI kernel config parameter is 1288 nomsi [MSI] If the PCI_MSI kernel config parameter is
@@ -1313,6 +1327,8 @@ and is between 256 and 4096 characters. It is defined in the file
1313 IRQ routing is enabled. 1327 IRQ routing is enabled.
1314 noacpi [X86-32] Do not use ACPI for IRQ routing 1328 noacpi [X86-32] Do not use ACPI for IRQ routing
1315 or for PCI scanning. 1329 or for PCI scanning.
1330 use_crs [X86-32] Use _CRS for PCI resource
1331 allocation.
1316 routeirq Do IRQ routing for all PCI devices. 1332 routeirq Do IRQ routing for all PCI devices.
1317 This is normally done in pci_enable_device(), 1333 This is normally done in pci_enable_device(),
1318 so this option is a temporary workaround 1334 so this option is a temporary workaround
@@ -1429,6 +1445,10 @@ and is between 256 and 4096 characters. It is defined in the file
1429 pt. [PARIDE] 1445 pt. [PARIDE]
1430 See Documentation/paride.txt. 1446 See Documentation/paride.txt.
1431 1447
1448 pty.legacy_count=
1449 [KNL] Number of legacy pty's. Overwrites compiled-in
1450 default number.
1451
1432 quiet [KNL] Disable most log messages 1452 quiet [KNL] Disable most log messages
1433 1453
1434 r128= [HW,DRM] 1454 r128= [HW,DRM]