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.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index ebdeb7c4330e..8932c58850be 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -618,6 +618,9 @@ and is between 256 and 4096 characters. It is defined in the file
618 618
619 debug_objects [KNL] Enable object debugging 619 debug_objects [KNL] Enable object debugging
620 620
621 no_debug_objects
622 [KNL] Disable object debugging
623
621 debugpat [X86] Enable PAT debugging 624 debugpat [X86] Enable PAT debugging
622 625
623 decnet.addr= [HW,NET] 626 decnet.addr= [HW,NET]
@@ -1533,7 +1536,9 @@ and is between 256 and 4096 characters. It is defined in the file
1533 1536
1534 noclflush [BUGS=X86] Don't use the CLFLUSH instruction 1537 noclflush [BUGS=X86] Don't use the CLFLUSH instruction
1535 1538
1536 nohlt [BUGS=ARM,SH] 1539 nohlt [BUGS=ARM,SH] Tells the kernel that the sleep(SH) or
1540 wfi(ARM) instruction doesn't work correctly and not to
1541 use it. This is also useful when using JTAG debugger.
1537 1542
1538 no-hlt [BUGS=X86-32] Tells the kernel that the hlt 1543 no-hlt [BUGS=X86-32] Tells the kernel that the hlt
1539 instruction doesn't work correctly and not to 1544 instruction doesn't work correctly and not to
@@ -1613,7 +1618,7 @@ and is between 256 and 4096 characters. It is defined in the file
1613 nosoftlockup [KNL] Disable the soft-lockup detector. 1618 nosoftlockup [KNL] Disable the soft-lockup detector.
1614 1619
1615 noswapaccount [KNL] Disable accounting of swap in memory resource 1620 noswapaccount [KNL] Disable accounting of swap in memory resource
1616 controller. (See Documentation/controllers/memory.txt) 1621 controller. (See Documentation/cgroups/memory.txt)
1617 1622
1618 nosync [HW,M68K] Disables sync negotiation for all devices. 1623 nosync [HW,M68K] Disables sync negotiation for all devices.
1619 1624
@@ -1963,7 +1968,7 @@ and is between 256 and 4096 characters. It is defined in the file
1963 1968
1964 relax_domain_level= 1969 relax_domain_level=
1965 [KNL, SMP] Set scheduler's default relax_domain_level. 1970 [KNL, SMP] Set scheduler's default relax_domain_level.
1966 See Documentation/cpusets.txt. 1971 See Documentation/cgroups/cpusets.txt.
1967 1972
1968 reserve= [KNL,BUGS] Force the kernel to ignore some iomem area 1973 reserve= [KNL,BUGS] Force the kernel to ignore some iomem area
1969 1974