aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt18
1 files changed, 14 insertions, 4 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index cee62515ffa1..d9239d5f3ad3 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -93,6 +93,7 @@ parameter is applicable:
93 Documentation/scsi/. 93 Documentation/scsi/.
94 SECURITY Different security models are enabled. 94 SECURITY Different security models are enabled.
95 SELINUX SELinux support is enabled. 95 SELINUX SELinux support is enabled.
96 APPARMOR AppArmor support is enabled.
96 SERIAL Serial support is enabled. 97 SERIAL Serial support is enabled.
97 SH SuperH architecture is enabled. 98 SH SuperH architecture is enabled.
98 SMP The kernel is an SMP kernel. 99 SMP The kernel is an SMP kernel.
@@ -254,8 +255,8 @@ and is between 256 and 4096 characters. It is defined in the file
254 control method, with respect to putting devices into 255 control method, with respect to putting devices into
255 low power states, to be enforced (the ACPI 2.0 ordering 256 low power states, to be enforced (the ACPI 2.0 ordering
256 of _PTS is used by default). 257 of _PTS is used by default).
257 s4_nonvs prevents the kernel from saving/restoring the 258 nonvs prevents the kernel from saving/restoring the
258 ACPI NVS memory during hibernation. 259 ACPI NVS memory during suspend/hibernation and resume.
259 sci_force_enable causes the kernel to set SCI_EN directly 260 sci_force_enable causes the kernel to set SCI_EN directly
260 on resume from S1/S3 (which is against the ACPI spec, 261 on resume from S1/S3 (which is against the ACPI spec,
261 but some broken systems don't work without it). 262 but some broken systems don't work without it).
@@ -1265,7 +1266,7 @@ and is between 256 and 4096 characters. It is defined in the file
1265 If there are multiple matching configurations changing 1266 If there are multiple matching configurations changing
1266 the same attribute, the last one is used. 1267 the same attribute, the last one is used.
1267 1268
1268 lmb=debug [KNL] Enable lmb debug messages. 1269 memblock=debug [KNL] Enable memblock debug messages.
1269 1270
1270 load_ramdisk= [RAM] List of ramdisks to load from floppy 1271 load_ramdisk= [RAM] List of ramdisks to load from floppy
1271 See Documentation/blockdev/ramdisk.txt. 1272 See Documentation/blockdev/ramdisk.txt.
@@ -2047,7 +2048,9 @@ and is between 256 and 4096 characters. It is defined in the file
2047 WARNING: Forcing ASPM on may cause system lockups. 2048 WARNING: Forcing ASPM on may cause system lockups.
2048 2049
2049 pcie_pme= [PCIE,PM] Native PCIe PME signaling options: 2050 pcie_pme= [PCIE,PM] Native PCIe PME signaling options:
2050 off Do not use native PCIe PME signaling. 2051 Format: {auto|force}[,nomsi]
2052 auto Use native PCIe PME signaling if the BIOS allows the
2053 kernel to control PCIe config registers of root ports.
2051 force Use native PCIe PME signaling even if the BIOS refuses 2054 force Use native PCIe PME signaling even if the BIOS refuses
2052 to allow the kernel to control the relevant PCIe config 2055 to allow the kernel to control the relevant PCIe config
2053 registers. 2056 registers.
@@ -2309,6 +2312,13 @@ and is between 256 and 4096 characters. It is defined in the file
2309 If enabled at boot time, /selinux/disable can be used 2312 If enabled at boot time, /selinux/disable can be used
2310 later to disable prior to initial policy load. 2313 later to disable prior to initial policy load.
2311 2314
2315 apparmor= [APPARMOR] Disable or enable AppArmor at boot time
2316 Format: { "0" | "1" }
2317 See security/apparmor/Kconfig help text
2318 0 -- disable.
2319 1 -- enable.
2320 Default value is set via kernel config option.
2321
2312 serialnumber [BUGS=X86-32] 2322 serialnumber [BUGS=X86-32]
2313 2323
2314 shapers= [NET] 2324 shapers= [NET]