diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 40 |
1 files changed, 32 insertions, 8 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 89835a4766a6..d18a9e12152a 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -144,6 +144,11 @@ a fixed number of characters. This limit depends on the architecture | |||
144 | and is between 256 and 4096 characters. It is defined in the file | 144 | and is between 256 and 4096 characters. It is defined in the file |
145 | ./include/asm/setup.h as COMMAND_LINE_SIZE. | 145 | ./include/asm/setup.h as COMMAND_LINE_SIZE. |
146 | 146 | ||
147 | Finally, the [KMG] suffix is commonly described after a number of kernel | ||
148 | parameter values. These 'K', 'M', and 'G' letters represent the _binary_ | ||
149 | multipliers 'Kilo', 'Mega', and 'Giga', equalling 2^10, 2^20, and 2^30 | ||
150 | bytes respectively. Such letter suffixes can also be entirely omitted. | ||
151 | |||
147 | 152 | ||
148 | acpi= [HW,ACPI,X86] | 153 | acpi= [HW,ACPI,X86] |
149 | Advanced Configuration and Power Interface | 154 | Advanced Configuration and Power Interface |
@@ -545,16 +550,20 @@ and is between 256 and 4096 characters. It is defined in the file | |||
545 | Format: | 550 | Format: |
546 | <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>] | 551 | <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>] |
547 | 552 | ||
548 | crashkernel=nn[KMG]@ss[KMG] | 553 | crashkernel=size[KMG][@offset[KMG]] |
549 | [KNL] Reserve a chunk of physical memory to | 554 | [KNL] Using kexec, Linux can switch to a 'crash kernel' |
550 | hold a kernel to switch to with kexec on panic. | 555 | upon panic. This parameter reserves the physical |
556 | memory region [offset, offset + size] for that kernel | ||
557 | image. If '@offset' is omitted, then a suitable offset | ||
558 | is selected automatically. Check | ||
559 | Documentation/kdump/kdump.txt for further details. | ||
551 | 560 | ||
552 | crashkernel=range1:size1[,range2:size2,...][@offset] | 561 | crashkernel=range1:size1[,range2:size2,...][@offset] |
553 | [KNL] Same as above, but depends on the memory | 562 | [KNL] Same as above, but depends on the memory |
554 | in the running system. The syntax of range is | 563 | in the running system. The syntax of range is |
555 | start-[end] where start and end are both | 564 | start-[end] where start and end are both |
556 | a memory unit (amount[KMG]). See also | 565 | a memory unit (amount[KMG]). See also |
557 | Documentation/kdump/kdump.txt for a example. | 566 | Documentation/kdump/kdump.txt for an example. |
558 | 567 | ||
559 | cs89x0_dma= [HW,NET] | 568 | cs89x0_dma= [HW,NET] |
560 | Format: <dma> | 569 | Format: <dma> |
@@ -617,6 +626,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
617 | disable= [IPV6] | 626 | disable= [IPV6] |
618 | See Documentation/networking/ipv6.txt. | 627 | See Documentation/networking/ipv6.txt. |
619 | 628 | ||
629 | disable_ddw [PPC/PSERIES] | ||
630 | Disable Dynamic DMA Window support. Use this if | ||
631 | to workaround buggy firmware. | ||
632 | |||
620 | disable_ipv6= [IPV6] | 633 | disable_ipv6= [IPV6] |
621 | See Documentation/networking/ipv6.txt. | 634 | See Documentation/networking/ipv6.txt. |
622 | 635 | ||
@@ -1262,10 +1275,9 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1262 | 6 (KERN_INFO) informational | 1275 | 6 (KERN_INFO) informational |
1263 | 7 (KERN_DEBUG) debug-level messages | 1276 | 7 (KERN_DEBUG) debug-level messages |
1264 | 1277 | ||
1265 | log_buf_len=n Sets the size of the printk ring buffer, in bytes. | 1278 | log_buf_len=n[KMG] Sets the size of the printk ring buffer, |
1266 | Format: { n | nk | nM } | 1279 | in bytes. n must be a power of two. The default |
1267 | n must be a power of two. The default size | 1280 | size is set in the kernel config file. |
1268 | is set in the kernel config file. | ||
1269 | 1281 | ||
1270 | logo.nologo [FB] Disables display of the built-in Linux logo. | 1282 | logo.nologo [FB] Disables display of the built-in Linux logo. |
1271 | This may be used to provide more screen space for | 1283 | This may be used to provide more screen space for |
@@ -1572,6 +1584,14 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1572 | of returning the full 64-bit number. | 1584 | of returning the full 64-bit number. |
1573 | The default is to return 64-bit inode numbers. | 1585 | The default is to return 64-bit inode numbers. |
1574 | 1586 | ||
1587 | nfs.nfs4_disable_idmapping= | ||
1588 | [NFSv4] When set, this option disables the NFSv4 | ||
1589 | idmapper on the client, but only if the mount | ||
1590 | is using the 'sec=sys' security flavour. This may | ||
1591 | make migration from legacy NFSv2/v3 systems easier | ||
1592 | provided that the server has the appropriate support. | ||
1593 | The default is to always enable NFSv4 idmapping. | ||
1594 | |||
1575 | nmi_debug= [KNL,AVR32,SH] Specify one or more actions to take | 1595 | nmi_debug= [KNL,AVR32,SH] Specify one or more actions to take |
1576 | when a NMI is triggered. | 1596 | when a NMI is triggered. |
1577 | Format: [state][,regs][,debounce][,die] | 1597 | Format: [state][,regs][,debounce][,die] |
@@ -2436,6 +2456,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2436 | <deci-seconds>: poll all this frequency | 2456 | <deci-seconds>: poll all this frequency |
2437 | 0: no polling (default) | 2457 | 0: no polling (default) |
2438 | 2458 | ||
2459 | threadirqs [KNL] | ||
2460 | Force threading of all interrupt handlers except those | ||
2461 | marked explicitely IRQF_NO_THREAD. | ||
2462 | |||
2439 | topology= [S390] | 2463 | topology= [S390] |
2440 | Format: {off | on} | 2464 | Format: {off | on} |
2441 | Specify if the kernel should make use of the cpu | 2465 | Specify if the kernel should make use of the cpu |