|
719 | 719 | memory region [offset, offset + size] for that kernel
|
720 | 720 | image. If '@offset' is omitted, then a suitable offset
|
721 | 721 | is selected automatically.
|
722 |
| - [KNL, x86_64] select a region under 4G first, and |
| 722 | + [KNL, X86-64] Select a region under 4G first, and |
723 | 723 | fall back to reserve region above 4G when '@offset'
|
724 | 724 | hasn't been specified.
|
725 | 725 | See Documentation/admin-guide/kdump/kdump.rst for further details.
|
|
732 | 732 | Documentation/admin-guide/kdump/kdump.rst for an example.
|
733 | 733 |
|
734 | 734 | crashkernel=size[KMG],high
|
735 |
| - [KNL, x86_64] range could be above 4G. Allow kernel |
| 735 | + [KNL, X86-64] range could be above 4G. Allow kernel |
736 | 736 | to allocate physical memory region from top, so could
|
737 | 737 | be above 4G if system have more than 4G ram installed.
|
738 | 738 | Otherwise memory region will be allocated below 4G, if
|
739 | 739 | available.
|
740 | 740 | It will be ignored if crashkernel=X is specified.
|
741 | 741 | crashkernel=size[KMG],low
|
742 |
| - [KNL, x86_64] range under 4G. When crashkernel=X,high |
| 742 | + [KNL, X86-64] range under 4G. When crashkernel=X,high |
743 | 743 | is passed, kernel could allocate physical memory region
|
744 | 744 | above 4G, that cause second kernel crash on system
|
745 | 745 | that require some amount of low memory, e.g. swiotlb
|
|
1403 | 1403 |
|
1404 | 1404 | gamma= [HW,DRM]
|
1405 | 1405 |
|
1406 |
| - gart_fix_e820= [X86_64] disable the fix e820 for K8 GART |
| 1406 | + gart_fix_e820= [X86-64] disable the fix e820 for K8 GART |
1407 | 1407 | Format: off | on
|
1408 | 1408 | default: on
|
1409 | 1409 |
|
|
1790 | 1790 | Format: 0 | 1
|
1791 | 1791 | Default set by CONFIG_INIT_ON_FREE_DEFAULT_ON.
|
1792 | 1792 |
|
1793 |
| - init_pkru= [x86] Specify the default memory protection keys rights |
| 1793 | + init_pkru= [X86] Specify the default memory protection keys rights |
1794 | 1794 | register contents for all processes. 0x55555554 by
|
1795 | 1795 | default (disallow access to all but pkey 0). Can
|
1796 | 1796 | override in debugfs after boot.
|
1797 | 1797 |
|
1798 | 1798 | inport.irq= [HW] Inport (ATI XL and Microsoft) busmouse driver
|
1799 | 1799 | Format: <irq>
|
1800 | 1800 |
|
1801 |
| - int_pln_enable [x86] Enable power limit notification interrupt |
| 1801 | + int_pln_enable [X86] Enable power limit notification interrupt |
1802 | 1802 |
|
1803 | 1803 | integrity_audit=[IMA]
|
1804 | 1804 | Format: { "0" | "1" }
|
|
1816 | 1816 | bypassed by not enabling DMAR with this option. In
|
1817 | 1817 | this case, gfx device will use physical address for
|
1818 | 1818 | DMA.
|
1819 |
| - forcedac [x86_64] |
| 1819 | + forcedac [X86-64] |
1820 | 1820 | With this option iommu will not optimize to look
|
1821 | 1821 | for io virtual address below 32-bit forcing dual
|
1822 | 1822 | address cycle on pci bus for cards supporting greater
|
|
1901 | 1901 | strict regions from userspace.
|
1902 | 1902 | relaxed
|
1903 | 1903 |
|
1904 |
| - iommu= [x86] |
| 1904 | + iommu= [X86] |
1905 | 1905 | off
|
1906 | 1906 | force
|
1907 | 1907 | noforce
|
|
1911 | 1911 | merge
|
1912 | 1912 | nomerge
|
1913 | 1913 | soft
|
1914 |
| - pt [x86] |
1915 |
| - nopt [x86] |
| 1914 | + pt [X86] |
| 1915 | + nopt [X86] |
1916 | 1916 | nobypass [PPC/POWERNV]
|
1917 | 1917 | Disable IOMMU bypass, using IOMMU for PCI devices.
|
1918 | 1918 |
|
|
2055 | 2055 |
|
2056 | 2056 | iucv= [HW,NET]
|
2057 | 2057 |
|
2058 |
| - ivrs_ioapic [HW,X86_64] |
| 2058 | + ivrs_ioapic [HW,X86-64] |
2059 | 2059 | Provide an override to the IOAPIC-ID<->DEVICE-ID
|
2060 | 2060 | mapping provided in the IVRS ACPI table. For
|
2061 | 2061 | example, to map IOAPIC-ID decimal 10 to
|
2062 | 2062 | PCI device 00:14.0 write the parameter as:
|
2063 | 2063 | ivrs_ioapic[10]=00:14.0
|
2064 | 2064 |
|
2065 |
| - ivrs_hpet [HW,X86_64] |
| 2065 | + ivrs_hpet [HW,X86-64] |
2066 | 2066 | Provide an override to the HPET-ID<->DEVICE-ID
|
2067 | 2067 | mapping provided in the IVRS ACPI table. For
|
2068 | 2068 | example, to map HPET-ID decimal 0 to
|
2069 | 2069 | PCI device 00:14.0 write the parameter as:
|
2070 | 2070 | ivrs_hpet[0]=00:14.0
|
2071 | 2071 |
|
2072 |
| - ivrs_acpihid [HW,X86_64] |
| 2072 | + ivrs_acpihid [HW,X86-64] |
2073 | 2073 | Provide an override to the ACPI-HID:UID<->DEVICE-ID
|
2074 | 2074 | mapping provided in the IVRS ACPI table. For
|
2075 | 2075 | example, to map UART-HID:UID AMD0020:0 to
|
|
2346 | 2346 | lapic [X86-32,APIC] Enable the local APIC even if BIOS
|
2347 | 2347 | disabled it.
|
2348 | 2348 |
|
2349 |
| - lapic= [x86,APIC] "notscdeadline" Do not use TSC deadline |
| 2349 | + lapic= [X86,APIC] "notscdeadline" Do not use TSC deadline |
2350 | 2350 | value for LAPIC timer one-shot implementation. Default
|
2351 | 2351 | back to the programmable timer unit in the LAPIC.
|
2352 | 2352 |
|
|
3162 | 3162 | register save and restore. The kernel will only save
|
3163 | 3163 | legacy floating-point registers on task switch.
|
3164 | 3164 |
|
3165 |
| - nohugeiomap [KNL,x86,PPC] Disable kernel huge I/O mappings. |
| 3165 | + nohugeiomap [KNL,X86,PPC] Disable kernel huge I/O mappings. |
3166 | 3166 |
|
3167 | 3167 | nosmt [KNL,S390] Disable symmetric multithreading (SMT).
|
3168 | 3168 | Equivalent to smt=1.
|
3169 | 3169 |
|
3170 |
| - [KNL,x86] Disable symmetric multithreading (SMT). |
| 3170 | + [KNL,X86] Disable symmetric multithreading (SMT). |
3171 | 3171 | nosmt=force: Force disable SMT, cannot be undone
|
3172 | 3172 | via the sysfs control file.
|
3173 | 3173 |
|
|
3929 | 3929 | pt. [PARIDE]
|
3930 | 3930 | See Documentation/admin-guide/blockdev/paride.rst.
|
3931 | 3931 |
|
3932 |
| - pti= [X86_64] Control Page Table Isolation of user and |
| 3932 | + pti= [X86-64] Control Page Table Isolation of user and |
3933 | 3933 | kernel address spaces. Disabling this feature
|
3934 | 3934 | removes hardening, but improves performance of
|
3935 | 3935 | system calls and interrupts.
|
|
3941 | 3941 |
|
3942 | 3942 | Not specifying this option is equivalent to pti=auto.
|
3943 | 3943 |
|
3944 |
| - nopti [X86_64] |
| 3944 | + nopti [X86-64] |
3945 | 3945 | Equivalent to pti=off
|
3946 | 3946 |
|
3947 | 3947 | pty.legacy_count=
|
|
0 commit comments