diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 32 |
1 files changed, 23 insertions, 9 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 582409801a41..3a0009e03d14 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1974,15 +1974,18 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1974 | force Enable ASPM even on devices that claim not to support it. | 1974 | force Enable ASPM even on devices that claim not to support it. |
1975 | WARNING: Forcing ASPM on may cause system lockups. | 1975 | WARNING: Forcing ASPM on may cause system lockups. |
1976 | 1976 | ||
1977 | pcie_ports= [PCIE] PCIe ports handling: | ||
1978 | auto Ask the BIOS whether or not to use native PCIe services | ||
1979 | associated with PCIe ports (PME, hot-plug, AER). Use | ||
1980 | them only if that is allowed by the BIOS. | ||
1981 | native Use native PCIe services associated with PCIe ports | ||
1982 | unconditionally. | ||
1983 | compat Treat PCIe ports as PCI-to-PCI bridges, disable the PCIe | ||
1984 | ports driver. | ||
1985 | |||
1977 | pcie_pme= [PCIE,PM] Native PCIe PME signaling options: | 1986 | pcie_pme= [PCIE,PM] Native PCIe PME signaling options: |
1978 | Format: {auto|force}[,nomsi] | ||
1979 | auto Use native PCIe PME signaling if the BIOS allows the | ||
1980 | kernel to control PCIe config registers of root ports. | ||
1981 | force Use native PCIe PME signaling even if the BIOS refuses | ||
1982 | to allow the kernel to control the relevant PCIe config | ||
1983 | registers. | ||
1984 | nomsi Do not use MSI for native PCIe PME signaling (this makes | 1987 | nomsi Do not use MSI for native PCIe PME signaling (this makes |
1985 | all PCIe root ports use INTx for everything). | 1988 | all PCIe root ports use INTx for all services). |
1986 | 1989 | ||
1987 | pcmv= [HW,PCMCIA] BadgePAD 4 | 1990 | pcmv= [HW,PCMCIA] BadgePAD 4 |
1988 | 1991 | ||
@@ -2150,6 +2153,11 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2150 | Reserves a hole at the top of the kernel virtual | 2153 | Reserves a hole at the top of the kernel virtual |
2151 | address space. | 2154 | address space. |
2152 | 2155 | ||
2156 | reservelow= [X86] | ||
2157 | Format: nn[K] | ||
2158 | Set the amount of memory to reserve for BIOS at | ||
2159 | the bottom of the address space. | ||
2160 | |||
2153 | reset_devices [KNL] Force drivers to reset the underlying device | 2161 | reset_devices [KNL] Force drivers to reset the underlying device |
2154 | during initialization. | 2162 | during initialization. |
2155 | 2163 | ||
@@ -2432,6 +2440,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2432 | disables clocksource verification at runtime. | 2440 | disables clocksource verification at runtime. |
2433 | Used to enable high-resolution timer mode on older | 2441 | Used to enable high-resolution timer mode on older |
2434 | hardware, and in virtualized environment. | 2442 | hardware, and in virtualized environment. |
2443 | [x86] noirqtime: Do not use TSC to do irq accounting. | ||
2444 | Used to run time disable IRQ_TIME_ACCOUNTING on any | ||
2445 | platforms where RDTSC is slow and this accounting | ||
2446 | can add overhead. | ||
2435 | 2447 | ||
2436 | turbografx.map[2|3]= [HW,JOY] | 2448 | turbografx.map[2|3]= [HW,JOY] |
2437 | TurboGraFX parallel port interface | 2449 | TurboGraFX parallel port interface |
@@ -2629,8 +2641,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2629 | aux-ide-disks -- unplug non-primary-master IDE devices | 2641 | aux-ide-disks -- unplug non-primary-master IDE devices |
2630 | nics -- unplug network devices | 2642 | nics -- unplug network devices |
2631 | all -- unplug all emulated devices (NICs and IDE disks) | 2643 | all -- unplug all emulated devices (NICs and IDE disks) |
2632 | ignore -- continue loading the Xen platform PCI driver even | 2644 | unnecessary -- unplugging emulated devices is |
2633 | if the version check failed | 2645 | unnecessary even if the host did not respond to |
2646 | the unplug protocol | ||
2647 | never -- do not unplug even if version check succeeds | ||
2634 | 2648 | ||
2635 | xirc2ps_cs= [NET,PCMCIA] | 2649 | xirc2ps_cs= [NET,PCMCIA] |
2636 | Format: | 2650 | Format: |