diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 67c69ffe7b7f..8c666d80f0e7 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -199,6 +199,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
199 | acpi_display_output=video | 199 | acpi_display_output=video |
200 | See above. | 200 | See above. |
201 | 201 | ||
202 | acpi_early_pdc_eval [HW,ACPI] Evaluate processor _PDC methods | ||
203 | early. Needed on some platforms to properly | ||
204 | initialize the EC. | ||
205 | |||
202 | acpi_irq_balance [HW,ACPI] | 206 | acpi_irq_balance [HW,ACPI] |
203 | ACPI will balance active IRQs | 207 | ACPI will balance active IRQs |
204 | default in APIC mode | 208 | default in APIC mode |
@@ -311,6 +315,11 @@ and is between 256 and 4096 characters. It is defined in the file | |||
311 | aic79xx= [HW,SCSI] | 315 | aic79xx= [HW,SCSI] |
312 | See Documentation/scsi/aic79xx.txt. | 316 | See Documentation/scsi/aic79xx.txt. |
313 | 317 | ||
318 | alignment= [KNL,ARM] | ||
319 | Allow the default userspace alignment fault handler | ||
320 | behaviour to be specified. Bit 0 enables warnings, | ||
321 | bit 1 enables fixups, and bit 2 sends a segfault. | ||
322 | |||
314 | amd_iommu= [HW,X86-84] | 323 | amd_iommu= [HW,X86-84] |
315 | Pass parameters to the AMD IOMMU driver in the system. | 324 | Pass parameters to the AMD IOMMU driver in the system. |
316 | Possible values are: | 325 | Possible values are: |
@@ -1729,6 +1738,9 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1729 | nomfgpt [X86-32] Disable Multi-Function General Purpose | 1738 | nomfgpt [X86-32] Disable Multi-Function General Purpose |
1730 | Timer usage (for AMD Geode machines). | 1739 | Timer usage (for AMD Geode machines). |
1731 | 1740 | ||
1741 | nopat [X86] Disable PAT (page attribute table extension of | ||
1742 | pagetables) support. | ||
1743 | |||
1732 | norandmaps Don't use address space randomization. Equivalent to | 1744 | norandmaps Don't use address space randomization. Equivalent to |
1733 | echo 0 > /proc/sys/kernel/randomize_va_space | 1745 | echo 0 > /proc/sys/kernel/randomize_va_space |
1734 | 1746 | ||
@@ -1939,8 +1951,12 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1939 | IRQ routing is enabled. | 1951 | IRQ routing is enabled. |
1940 | noacpi [X86] Do not use ACPI for IRQ routing | 1952 | noacpi [X86] Do not use ACPI for IRQ routing |
1941 | or for PCI scanning. | 1953 | or for PCI scanning. |
1942 | use_crs [X86] Use _CRS for PCI resource | 1954 | use_crs [X86] Use PCI host bridge window information |
1943 | allocation. | 1955 | from ACPI. On BIOSes from 2008 or later, this |
1956 | is enabled by default. If you need to use this, | ||
1957 | please report a bug. | ||
1958 | nocrs [X86] Ignore PCI host bridge windows from ACPI. | ||
1959 | If you need to use this, please report a bug. | ||
1944 | routeirq Do IRQ routing for all PCI devices. | 1960 | routeirq Do IRQ routing for all PCI devices. |
1945 | This is normally done in pci_enable_device(), | 1961 | This is normally done in pci_enable_device(), |
1946 | so this option is a temporary workaround | 1962 | so this option is a temporary workaround |
@@ -1989,6 +2005,14 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1989 | force Enable ASPM even on devices that claim not to support it. | 2005 | force Enable ASPM even on devices that claim not to support it. |
1990 | WARNING: Forcing ASPM on may cause system lockups. | 2006 | WARNING: Forcing ASPM on may cause system lockups. |
1991 | 2007 | ||
2008 | pcie_pme= [PCIE,PM] Native PCIe PME signaling options: | ||
2009 | off Do not use native PCIe PME signaling. | ||
2010 | force Use native PCIe PME signaling even if the BIOS refuses | ||
2011 | to allow the kernel to control the relevant PCIe config | ||
2012 | registers. | ||
2013 | nomsi Do not use MSI for native PCIe PME signaling (this makes | ||
2014 | all PCIe root ports use INTx for everything). | ||
2015 | |||
1992 | pcmv= [HW,PCMCIA] BadgePAD 4 | 2016 | pcmv= [HW,PCMCIA] BadgePAD 4 |
1993 | 2017 | ||
1994 | pd. [PARIDE] | 2018 | pd. [PARIDE] |