diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 84370363da80..fc99075e0af4 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -335,6 +335,12 @@ running once the system is up. | |||
335 | timesource is not avalible, it defaults to PIT. | 335 | timesource is not avalible, it defaults to PIT. |
336 | Format: { pit | tsc | cyclone | pmtmr } | 336 | Format: { pit | tsc | cyclone | pmtmr } |
337 | 337 | ||
338 | disable_8254_timer | ||
339 | enable_8254_timer | ||
340 | [IA32/X86_64] Disable/Enable interrupt 0 timer routing | ||
341 | over the 8254 in addition to over the IO-APIC. The | ||
342 | kernel tries to set a sensible default. | ||
343 | |||
338 | hpet= [IA-32,HPET] option to disable HPET and use PIT. | 344 | hpet= [IA-32,HPET] option to disable HPET and use PIT. |
339 | Format: disable | 345 | Format: disable |
340 | 346 | ||
@@ -1034,6 +1040,8 @@ running once the system is up. | |||
1034 | 1040 | ||
1035 | nomce [IA-32] Machine Check Exception | 1041 | nomce [IA-32] Machine Check Exception |
1036 | 1042 | ||
1043 | nomca [IA-64] Disable machine check abort handling | ||
1044 | |||
1037 | noresidual [PPC] Don't use residual data on PReP machines. | 1045 | noresidual [PPC] Don't use residual data on PReP machines. |
1038 | 1046 | ||
1039 | noresume [SWSUSP] Disables resume and restores original swap | 1047 | noresume [SWSUSP] Disables resume and restores original swap |
@@ -1133,6 +1141,8 @@ running once the system is up. | |||
1133 | Mechanism 1. | 1141 | Mechanism 1. |
1134 | conf2 [IA-32] Force use of PCI Configuration | 1142 | conf2 [IA-32] Force use of PCI Configuration |
1135 | Mechanism 2. | 1143 | Mechanism 2. |
1144 | nommconf [IA-32,X86_64] Disable use of MMCONFIG for PCI | ||
1145 | Configuration | ||
1136 | nosort [IA-32] Don't sort PCI devices according to | 1146 | nosort [IA-32] Don't sort PCI devices according to |
1137 | order given by the PCI BIOS. This sorting is | 1147 | order given by the PCI BIOS. This sorting is |
1138 | done to get a device order compatible with | 1148 | done to get a device order compatible with |
@@ -1280,6 +1290,19 @@ running once the system is up. | |||
1280 | New name for the ramdisk parameter. | 1290 | New name for the ramdisk parameter. |
1281 | See Documentation/ramdisk.txt. | 1291 | See Documentation/ramdisk.txt. |
1282 | 1292 | ||
1293 | rcu.blimit= [KNL,BOOT] Set maximum number of finished | ||
1294 | RCU callbacks to process in one batch. | ||
1295 | |||
1296 | rcu.qhimark= [KNL,BOOT] Set threshold of queued | ||
1297 | RCU callbacks over which batch limiting is disabled. | ||
1298 | |||
1299 | rcu.qlowmark= [KNL,BOOT] Set threshold of queued | ||
1300 | RCU callbacks below which batch limiting is re-enabled. | ||
1301 | |||
1302 | rcu.rsinterval= [KNL,BOOT,SMP] Set the number of additional | ||
1303 | RCU callbacks to queued before forcing reschedule | ||
1304 | on all cpus. | ||
1305 | |||
1283 | rdinit= [KNL] | 1306 | rdinit= [KNL] |
1284 | Format: <full_path> | 1307 | Format: <full_path> |
1285 | Run specified binary instead of /init from the ramdisk, | 1308 | Run specified binary instead of /init from the ramdisk, |
@@ -1636,6 +1659,9 @@ running once the system is up. | |||
1636 | Format: | 1659 | Format: |
1637 | <irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_hack>[,<irq2>[,<irq3>[,<irq4>]]] | 1660 | <irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_hack>[,<irq2>[,<irq3>[,<irq4>]]] |
1638 | 1661 | ||
1662 | norandmaps Don't use address space randomization | ||
1663 | Equivalent to echo 0 > /proc/sys/kernel/randomize_va_space | ||
1664 | |||
1639 | 1665 | ||
1640 | ______________________________________________________________________ | 1666 | ______________________________________________________________________ |
1641 | Changelog: | 1667 | Changelog: |