Lines Matching +full:10 +full:g +full:- +full:support

3 The kernel's command-line parameters
12 The kernel parses parameters from the kernel command line up to "``--``";
16 Everything after "``--``" is passed as an argument to init.
19 line with a module name prefix, or via modprobe, e.g.::
31 "modinfo -p ${modulename}" shows a current list of all parameters of a loadable
35 ``echo -n ${value} > /sys/module/${modulename}/parameters/${parm}``.
38 ----------------
42 log_buf_len=1M print-fatal-signals=1
46 log-buf-len=1M print_fatal_signals=1
48 Double-quotes can be used to protect spaces in values, e.g.::
55 Some kernel parameters take a list of CPUs as a value, e.g. isolcpus,
62 <cpu number>-<cpu number>
67 <cpu number>,...,<cpu number>-<cpu number>
73 <cpu number>-<cpu number>:<used size>/<group size>
77 isolcpus=1,2,10-20,100-2000:2/25
82 i.e "foo_cpus=16-N" would be equivalent to "16-31" on a 32 core system.
86 will also change. Use the same on a small 4 core system, and "16-N" becomes
87 "16-3" and now the same boot input will be flagged as invalid (start > end).
89 The special case-tolerant group name "all" has a meaning of selecting all CPUs,
90 so that "nohz_full=all" is the equivalent of "nohz_full=0-N".
99 parameter values. 'K', 'M', 'G', 'T', 'P', and 'E' suffixes are allowed.
101 'Tera', 'Peta', and 'Exa', equaling 2^10, 2^20, 2^30, 2^40, 2^50, and
105 --------------------
113 ACPI ACPI support is enabled.
115 ALSA ALSA sound support is enabled.
116 APIC APIC support is enabled.
117 APM Advanced Power Management support is enabled.
118 APPARMOR AppArmor support is enabled.
121 AX25 Appropriate AX.25 support is enabled.
123 CMA Contiguous Memory Area support is enabled.
124 DRM Direct Rendering Management support is enabled.
135 HYPER_V HYPERV support is enabled.
138 IPV6 IPv6 support is enabled.
140 ISDN Appropriate ISDN support is enabled.
142 JOY Appropriate joystick support is enabled.
143 KGDB Kernel debugger support is enabled.
144 KVM Kernel Virtual Machine support is enabled.
147 LOOP Loopback device support is enabled.
148 LP Printer support is enabled.
151 Documentation/arch/m68k/kernel-options.rst.
152 MDA MDA console support is enabled.
154 MOUSE Appropriate mouse support is enabled.
156 MTD MTD (Memory Technology Device) support is enabled.
157 NET Appropriate network support is enabled.
158 NFS Appropriate NFS support is enabled.
159 NUMA NUMA support is enabled.
161 PARISC The PA-RISC architecture is enabled.
162 PCI PCI bus support is enabled.
163 PCIE PCI Express support is enabled.
165 PNP Plug & Play support is enabled.
167 PPT Parallel port support is enabled.
168 PS2 Appropriate PS/2 support is enabled.
170 RAM RAM disk support is enabled.
174 SCSI Appropriate SCSI support is enabled.
176 the Documentation/scsi/ sub-directory.
177 SDW SoundWire support is enabled.
179 SELINUX SELinux support is enabled.
180 SERIAL Serial support is enabled.
187 UMS USB Mass Storage support is enabled.
188 USB USB support is enabled.
189 USBHID USB Human Interface Device support is enabled.
190 V4L Video For Linux support is enabled.
193 VT Virtual terminal support is enabled.
194 WDT Watchdog support is enabled.
195 X86-32 X86-32, aka i386 architecture is enabled.
196 X86-64 X86-64 architecture is enabled.
197 X86 Either 32-bit or 64-bit x86 (same as X86-32+X86-64)
198 X86_UV SGI UV support is enabled.
199 XEN Xen support is enabled
206 KNL Is a kernel start-up parameter.
213 There are also arch-specific kernel-parameters not documented here.
225 ./include/uapi/asm-generic/setup.h as COMMAND_LINE_SIZE.
227 .. include:: kernel-parameters.txt