diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 75205391b335..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 | ||
@@ -1284,6 +1290,19 @@ running once the system is up. | |||
1284 | New name for the ramdisk parameter. | 1290 | New name for the ramdisk parameter. |
1285 | See Documentation/ramdisk.txt. | 1291 | See Documentation/ramdisk.txt. |
1286 | 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 | |||
1287 | rdinit= [KNL] | 1306 | rdinit= [KNL] |
1288 | Format: <full_path> | 1307 | Format: <full_path> |
1289 | Run specified binary instead of /init from the ramdisk, | 1308 | Run specified binary instead of /init from the ramdisk, |