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.txt20
1 files changed, 17 insertions, 3 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index ad7e2e5088c1..df551dfa8e52 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1833,6 +1833,12 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1833 and restore using xsave. The kernel will fallback to 1833 and restore using xsave. The kernel will fallback to
1834 enabling legacy floating-point and sse state. 1834 enabling legacy floating-point and sse state.
1835 1835
1836 eagerfpu= [X86]
1837 on enable eager fpu restore
1838 off disable eager fpu restore
1839 auto selects the default scheme, which automatically
1840 enables eagerfpu restore for xsaveopt.
1841
1836 nohlt [BUGS=ARM,SH] Tells the kernel that the sleep(SH) or 1842 nohlt [BUGS=ARM,SH] Tells the kernel that the sleep(SH) or
1837 wfi(ARM) instruction doesn't work correctly and not to 1843 wfi(ARM) instruction doesn't work correctly and not to
1838 use it. This is also useful when using JTAG debugger. 1844 use it. This is also useful when using JTAG debugger.
@@ -2385,6 +2391,17 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
2385 rcutree.rcu_cpu_stall_timeout= [KNL,BOOT] 2391 rcutree.rcu_cpu_stall_timeout= [KNL,BOOT]
2386 Set timeout for RCU CPU stall warning messages. 2392 Set timeout for RCU CPU stall warning messages.
2387 2393
2394 rcutree.jiffies_till_first_fqs= [KNL,BOOT]
2395 Set delay from grace-period initialization to
2396 first attempt to force quiescent states.
2397 Units are jiffies, minimum value is zero,
2398 and maximum value is HZ.
2399
2400 rcutree.jiffies_till_next_fqs= [KNL,BOOT]
2401 Set delay between subsequent attempts to force
2402 quiescent states. Units are jiffies, minimum
2403 value is one, and maximum value is HZ.
2404
2388 rcutorture.fqs_duration= [KNL,BOOT] 2405 rcutorture.fqs_duration= [KNL,BOOT]
2389 Set duration of force_quiescent_state bursts. 2406 Set duration of force_quiescent_state bursts.
2390 2407
@@ -2638,9 +2655,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
2638 smart2= [HW] 2655 smart2= [HW]
2639 Format: <io1>[,<io2>[,...,<io8>]] 2656 Format: <io1>[,<io2>[,...,<io8>]]
2640 2657
2641 smp-alt-once [X86-32,SMP] On a hotplug CPU system, only
2642 attempt to substitute SMP alternatives once at boot.
2643
2644 smsc-ircc2.nopnp [HW] Don't use PNP to discover SMC devices 2658 smsc-ircc2.nopnp [HW] Don't use PNP to discover SMC devices
2645 smsc-ircc2.ircc_cfg= [HW] Device configuration I/O port 2659 smsc-ircc2.ircc_cfg= [HW] Device configuration I/O port
2646 smsc-ircc2.ircc_sir= [HW] SIR base I/O port 2660 smsc-ircc2.ircc_sir= [HW] SIR base I/O port