aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-06-03 17:12:27 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-06-03 17:12:27 -0400
commit0e36d43c9c87554cdb18aa865eec9edccda17324 (patch)
treedc2c2cfacca0e9c53ca8148dc91676a30be3f010 /Documentation
parentb04c58b1ed26317bfb4b33d3a2d16377fc6acd0f (diff)
parent729ddb657f6a47a2cb6e495f1ff68fff622c758a (diff)
Merge branch 'acpica'
* acpica: (63 commits) ACPICA: Namespace: Remove _PRP method support. ACPI: Fix x86 regression related to early mapping size limitation ACPICA: Tables: Add mechanism to control early table checksum verification. ACPICA: acpidump: Fix repetitive table dump in -n mode. ACPI: Clean up acpi_os_map/unmap_memory() to eliminate __iomem. ACPICA: Clean up redudant definitions already defined elsewhere ACPICA: Linux headers: Add <asm/acenv.h> to remove mis-ordered inclusion of <asm/acpi.h> ACPICA: Linux headers: Add <acpi/platform/aclinuxex.h> ACPICA: Linux headers: Remove ACPI_PREEMPTION_POINT() due to no usages. ACPICA: Update version to 20140424. ACPICA: Comment/format update, no functional change. ACPICA: Events: Update GPE handling and initialization code. ACPICA: Remove extraneous error message for large number of GPEs. ACPICA: Tables: Remove old mechanism to validate if XSDT contains NULL entries. ACPICA: Tables: Add new mechanism to skip NULL entries in RSDT and XSDT. ACPICA: acpidump: Add support to force using RSDT. ACPICA: Back port of improvements on exception code. ACPICA: Back port of _PRP update. ACPICA: acpidump: Fix truncated RSDP signature validation. ACPICA: Linux header: Add support for stubbed externals. ...
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kernel-parameters.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 2b64fb221790..c6e72ee53903 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -214,6 +214,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
214 unusable. The "log_buf_len" parameter may be useful 214 unusable. The "log_buf_len" parameter may be useful
215 if you need to capture more output. 215 if you need to capture more output.
216 216
217 acpi_force_table_verification [HW,ACPI]
218 Enable table checksum verification during early stage.
219 By default, this is disabled due to x86 early mapping
220 size limitation.
221
217 acpi_irq_balance [HW,ACPI] 222 acpi_irq_balance [HW,ACPI]
218 ACPI will balance active IRQs 223 ACPI will balance active IRQs
219 default in APIC mode 224 default in APIC mode
@@ -237,7 +242,15 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
237 This feature is enabled by default. 242 This feature is enabled by default.
238 This option allows to turn off the feature. 243 This option allows to turn off the feature.
239 244
240 acpi_no_auto_ssdt [HW,ACPI] Disable automatic loading of SSDT 245 acpi_no_static_ssdt [HW,ACPI]
246 Disable installation of static SSDTs at early boot time
247 By default, SSDTs contained in the RSDT/XSDT will be
248 installed automatically and they will appear under
249 /sys/firmware/acpi/tables.
250 This option turns off this feature.
251 Note that specifying this option does not affect
252 dynamic table installation which will install SSDT
253 tables to /sys/firmware/acpi/tables/dynamic.
241 254
242 acpica_no_return_repair [HW, ACPI] 255 acpica_no_return_repair [HW, ACPI]
243 Disable AML predefined validation mechanism 256 Disable AML predefined validation mechanism