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.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index a326487a3ab5..975f029be25c 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -163,6 +163,8 @@ and is between 256 and 4096 characters. It is defined in the file
163 acpi_irq_isa= [HW,ACPI] If irq_balance, mark listed IRQs used by ISA 163 acpi_irq_isa= [HW,ACPI] If irq_balance, mark listed IRQs used by ISA
164 Format: <irq>,<irq>... 164 Format: <irq>,<irq>...
165 165
166 acpi_no_auto_ssdt [HW,ACPI] Disable automatic loading of SSDT
167
166 acpi_os_name= [HW,ACPI] Tell ACPI BIOS the name of the OS 168 acpi_os_name= [HW,ACPI] Tell ACPI BIOS the name of the OS
167 Format: To spoof as Windows 98: ="Microsoft Windows" 169 Format: To spoof as Windows 98: ="Microsoft Windows"
168 170
@@ -1820,6 +1822,26 @@ and is between 256 and 4096 characters. It is defined in the file
1820 thash_entries= [KNL,NET] 1822 thash_entries= [KNL,NET]
1821 Set number of hash buckets for TCP connection 1823 Set number of hash buckets for TCP connection
1822 1824
1825 thermal.act= [HW,ACPI]
1826 -1: disable all active trip points in all thermal zones
1827 <degrees C>: override all lowest active trip points
1828
1829 thermal.nocrt= [HW,ACPI]
1830 Set to disable actions on ACPI thermal zone
1831 critical and hot trip points.
1832
1833 thermal.off= [HW,ACPI]
1834 1: disable ACPI thermal control
1835
1836 thermal.psv= [HW,ACPI]
1837 -1: disable all passive trip points
1838 <degrees C>: override all passive trip points to this value
1839
1840 thermal.tzp= [HW,ACPI]
1841 Specify global default ACPI thermal zone polling rate
1842 <deci-seconds>: poll all this frequency
1843 0: no polling (default)
1844
1823 time Show timing data prefixed to each printk message line 1845 time Show timing data prefixed to each printk message line
1824 [deprecated, see 'printk.time'] 1846 [deprecated, see 'printk.time']
1825 1847