|
724 | 724 | memory region [offset, offset + size] for that kernel
|
725 | 725 | image. If '@offset' is omitted, then a suitable offset
|
726 | 726 | is selected automatically.
|
727 |
| - [KNL, x86_64] select a region under 4G first, and |
| 727 | + [KNL, X86-64] Select a region under 4G first, and |
728 | 728 | fall back to reserve region above 4G when '@offset'
|
729 | 729 | hasn't been specified.
|
730 | 730 | See Documentation/admin-guide/kdump/kdump.rst for further details.
|
|
737 | 737 | Documentation/admin-guide/kdump/kdump.rst for an example.
|
738 | 738 |
|
739 | 739 | crashkernel=size[KMG],high
|
740 |
| - [KNL, x86_64] range could be above 4G. Allow kernel |
| 740 | + [KNL, X86-64] range could be above 4G. Allow kernel |
741 | 741 | to allocate physical memory region from top, so could
|
742 | 742 | be above 4G if system have more than 4G ram installed.
|
743 | 743 | Otherwise memory region will be allocated below 4G, if
|
744 | 744 | available.
|
745 | 745 | It will be ignored if crashkernel=X is specified.
|
746 | 746 | crashkernel=size[KMG],low
|
747 |
| - [KNL, x86_64] range under 4G. When crashkernel=X,high |
| 747 | + [KNL, X86-64] range under 4G. When crashkernel=X,high |
748 | 748 | is passed, kernel could allocate physical memory region
|
749 | 749 | above 4G, that cause second kernel crash on system
|
750 | 750 | that require some amount of low memory, e.g. swiotlb
|
|
1427 | 1427 |
|
1428 | 1428 | gamma= [HW,DRM]
|
1429 | 1429 |
|
1430 |
| - gart_fix_e820= [X86_64] disable the fix e820 for K8 GART |
| 1430 | + gart_fix_e820= [X86-64] disable the fix e820 for K8 GART |
1431 | 1431 | Format: off | on
|
1432 | 1432 | default: on
|
1433 | 1433 |
|
|
1814 | 1814 | Format: 0 | 1
|
1815 | 1815 | Default set by CONFIG_INIT_ON_FREE_DEFAULT_ON.
|
1816 | 1816 |
|
1817 |
| - init_pkru= [x86] Specify the default memory protection keys rights |
| 1817 | + init_pkru= [X86] Specify the default memory protection keys rights |
1818 | 1818 | register contents for all processes. 0x55555554 by
|
1819 | 1819 | default (disallow access to all but pkey 0). Can
|
1820 | 1820 | override in debugfs after boot.
|
1821 | 1821 |
|
1822 | 1822 | inport.irq= [HW] Inport (ATI XL and Microsoft) busmouse driver
|
1823 | 1823 | Format: <irq>
|
1824 | 1824 |
|
1825 |
| - int_pln_enable [x86] Enable power limit notification interrupt |
| 1825 | + int_pln_enable [X86] Enable power limit notification interrupt |
1826 | 1826 |
|
1827 | 1827 | integrity_audit=[IMA]
|
1828 | 1828 | Format: { "0" | "1" }
|
|
1840 | 1840 | bypassed by not enabling DMAR with this option. In
|
1841 | 1841 | this case, gfx device will use physical address for
|
1842 | 1842 | DMA.
|
1843 |
| - forcedac [x86_64] |
| 1843 | + forcedac [X86-64] |
1844 | 1844 | With this option iommu will not optimize to look
|
1845 | 1845 | for io virtual address below 32-bit forcing dual
|
1846 | 1846 | address cycle on pci bus for cards supporting greater
|
|
1925 | 1925 | strict regions from userspace.
|
1926 | 1926 | relaxed
|
1927 | 1927 |
|
1928 |
| - iommu= [x86] |
| 1928 | + iommu= [X86] |
1929 | 1929 | off
|
1930 | 1930 | force
|
1931 | 1931 | noforce
|
|
1935 | 1935 | merge
|
1936 | 1936 | nomerge
|
1937 | 1937 | soft
|
1938 |
| - pt [x86] |
1939 |
| - nopt [x86] |
| 1938 | + pt [X86] |
| 1939 | + nopt [X86] |
1940 | 1940 | nobypass [PPC/POWERNV]
|
1941 | 1941 | Disable IOMMU bypass, using IOMMU for PCI devices.
|
1942 | 1942 |
|
|
2079 | 2079 |
|
2080 | 2080 | iucv= [HW,NET]
|
2081 | 2081 |
|
2082 |
| - ivrs_ioapic [HW,X86_64] |
| 2082 | + ivrs_ioapic [HW,X86-64] |
2083 | 2083 | Provide an override to the IOAPIC-ID<->DEVICE-ID
|
2084 | 2084 | mapping provided in the IVRS ACPI table. For
|
2085 | 2085 | example, to map IOAPIC-ID decimal 10 to
|
2086 | 2086 | PCI device 00:14.0 write the parameter as:
|
2087 | 2087 | ivrs_ioapic[10]=00:14.0
|
2088 | 2088 |
|
2089 |
| - ivrs_hpet [HW,X86_64] |
| 2089 | + ivrs_hpet [HW,X86-64] |
2090 | 2090 | Provide an override to the HPET-ID<->DEVICE-ID
|
2091 | 2091 | mapping provided in the IVRS ACPI table. For
|
2092 | 2092 | example, to map HPET-ID decimal 0 to
|
2093 | 2093 | PCI device 00:14.0 write the parameter as:
|
2094 | 2094 | ivrs_hpet[0]=00:14.0
|
2095 | 2095 |
|
2096 |
| - ivrs_acpihid [HW,X86_64] |
| 2096 | + ivrs_acpihid [HW,X86-64] |
2097 | 2097 | Provide an override to the ACPI-HID:UID<->DEVICE-ID
|
2098 | 2098 | mapping provided in the IVRS ACPI table. For
|
2099 | 2099 | example, to map UART-HID:UID AMD0020:0 to
|
|
2370 | 2370 | lapic [X86-32,APIC] Enable the local APIC even if BIOS
|
2371 | 2371 | disabled it.
|
2372 | 2372 |
|
2373 |
| - lapic= [x86,APIC] "notscdeadline" Do not use TSC deadline |
| 2373 | + lapic= [X86,APIC] "notscdeadline" Do not use TSC deadline |
2374 | 2374 | value for LAPIC timer one-shot implementation. Default
|
2375 | 2375 | back to the programmable timer unit in the LAPIC.
|
2376 | 2376 |
|
|
3188 | 3188 | register save and restore. The kernel will only save
|
3189 | 3189 | legacy floating-point registers on task switch.
|
3190 | 3190 |
|
3191 |
| - nohugeiomap [KNL,x86,PPC] Disable kernel huge I/O mappings. |
| 3191 | + nohugeiomap [KNL,X86,PPC] Disable kernel huge I/O mappings. |
3192 | 3192 |
|
3193 | 3193 | nosmt [KNL,S390] Disable symmetric multithreading (SMT).
|
3194 | 3194 | Equivalent to smt=1.
|
3195 | 3195 |
|
3196 |
| - [KNL,x86] Disable symmetric multithreading (SMT). |
| 3196 | + [KNL,X86] Disable symmetric multithreading (SMT). |
3197 | 3197 | nosmt=force: Force disable SMT, cannot be undone
|
3198 | 3198 | via the sysfs control file.
|
3199 | 3199 |
|
|
3955 | 3955 | pt. [PARIDE]
|
3956 | 3956 | See Documentation/admin-guide/blockdev/paride.rst.
|
3957 | 3957 |
|
3958 |
| - pti= [X86_64] Control Page Table Isolation of user and |
| 3958 | + pti= [X86-64] Control Page Table Isolation of user and |
3959 | 3959 | kernel address spaces. Disabling this feature
|
3960 | 3960 | removes hardening, but improves performance of
|
3961 | 3961 | system calls and interrupts.
|
|
3967 | 3967 |
|
3968 | 3968 | Not specifying this option is equivalent to pti=auto.
|
3969 | 3969 |
|
3970 |
| - nopti [X86_64] |
| 3970 | + nopti [X86-64] |
3971 | 3971 | Equivalent to pti=off
|
3972 | 3972 |
|
3973 | 3973 | pty.legacy_count=
|
|
0 commit comments