diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-10-12 09:05:39 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-12 09:05:39 -0400 |
commit | a9b9e81c915e4a57ac3b21d1a7fa7ff184639780 (patch) | |
tree | 98304395fbb5b9c74fca35b196cd414c1949f280 /Documentation/kernel-parameters.txt | |
parent | a8b71a2810386a5ac8f43d2095fe3355f0d8db37 (diff) | |
parent | fd048088306656824958e7783ffcee27e241b361 (diff) |
Merge branch 'linus' into x86/memory-corruption-check
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 6a2629d00598..bade177ab736 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -284,6 +284,11 @@ and is between 256 and 4096 characters. It is defined in the file | |||
284 | isolate - enable device isolation (each device, as far | 284 | isolate - enable device isolation (each device, as far |
285 | as possible, will get its own protection | 285 | as possible, will get its own protection |
286 | domain) | 286 | domain) |
287 | fullflush - enable flushing of IO/TLB entries when | ||
288 | they are unmapped. Otherwise they are | ||
289 | flushed before they will be reused, which | ||
290 | is a lot of faster | ||
291 | |||
287 | amd_iommu_size= [HW,X86-64] | 292 | amd_iommu_size= [HW,X86-64] |
288 | Define the size of the aperture for the AMD IOMMU | 293 | Define the size of the aperture for the AMD IOMMU |
289 | driver. Possible values are: | 294 | driver. Possible values are: |
@@ -463,12 +468,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
463 | Range: 0 - 8192 | 468 | Range: 0 - 8192 |
464 | Default: 64 | 469 | Default: 64 |
465 | 470 | ||
466 | disable_8254_timer | ||
467 | enable_8254_timer | ||
468 | [IA32/X86_64] Disable/Enable interrupt 0 timer routing | ||
469 | over the 8254 in addition to over the IO-APIC. The | ||
470 | kernel tries to set a sensible default. | ||
471 | |||
472 | hpet= [X86-32,HPET] option to control HPET usage | 471 | hpet= [X86-32,HPET] option to control HPET usage |
473 | Format: { enable (default) | disable | force } | 472 | Format: { enable (default) | disable | force } |
474 | disable: disable HPET and use PIT instead | 473 | disable: disable HPET and use PIT instead |
@@ -1020,6 +1019,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1020 | (only serial suported for now) | 1019 | (only serial suported for now) |
1021 | Format: <serial_device>[,baud] | 1020 | Format: <serial_device>[,baud] |
1022 | 1021 | ||
1022 | kmac= [MIPS] korina ethernet MAC address. | ||
1023 | Configure the RouterBoard 532 series on-chip | ||
1024 | Ethernet adapter MAC address. | ||
1025 | |||
1023 | l2cr= [PPC] | 1026 | l2cr= [PPC] |
1024 | 1027 | ||
1025 | l3cr= [PPC] | 1028 | l3cr= [PPC] |
@@ -1448,6 +1451,12 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1448 | 1451 | ||
1449 | nolapic_timer [X86-32,APIC] Do not use the local APIC timer. | 1452 | nolapic_timer [X86-32,APIC] Do not use the local APIC timer. |
1450 | 1453 | ||
1454 | nox2apic [X86-64,APIC] Do not enable x2APIC mode. | ||
1455 | |||
1456 | x2apic_phys [X86-64,APIC] Use x2apic physical mode instead of | ||
1457 | default x2apic cluster mode on platforms | ||
1458 | supporting x2apic. | ||
1459 | |||
1451 | noltlbs [PPC] Do not use large page/tlb entries for kernel | 1460 | noltlbs [PPC] Do not use large page/tlb entries for kernel |
1452 | lowmem mapping on PPC40x. | 1461 | lowmem mapping on PPC40x. |
1453 | 1462 | ||
@@ -1905,6 +1914,12 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1905 | shapers= [NET] | 1914 | shapers= [NET] |
1906 | Maximal number of shapers. | 1915 | Maximal number of shapers. |
1907 | 1916 | ||
1917 | show_msr= [x86] show boot-time MSR settings | ||
1918 | Format: { <integer> } | ||
1919 | Show boot-time (BIOS-initialized) MSR settings. | ||
1920 | The parameter means the number of CPUs to show, | ||
1921 | for example 1 means boot CPU only. | ||
1922 | |||
1908 | sim710= [SCSI,HW] | 1923 | sim710= [SCSI,HW] |
1909 | See header of drivers/scsi/sim710.c. | 1924 | See header of drivers/scsi/sim710.c. |
1910 | 1925 | ||