diff options
| author | David S. Miller <davem@davemloft.net> | 2014-06-26 01:40:43 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-06-26 01:40:43 -0400 |
| commit | 9b8d90b963dcc6d3f3f6a616b3547ea1c8b03525 (patch) | |
| tree | bca8230897630ca6721bdd7b959142984afa256a /Documentation/sysctl/kernel.txt | |
| parent | 644a918d20336a7deaa81f675c3c2f25bf3dafbb (diff) | |
| parent | d7933ab727ed035bdf420d7381b831ba959cecc5 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Diffstat (limited to 'Documentation/sysctl/kernel.txt')
| -rw-r--r-- | Documentation/sysctl/kernel.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt index 708bb7f1b7e0..c14374e71775 100644 --- a/Documentation/sysctl/kernel.txt +++ b/Documentation/sysctl/kernel.txt | |||
| @@ -75,6 +75,7 @@ show up in /proc/sys/kernel: | |||
| 75 | - shmall | 75 | - shmall |
| 76 | - shmmax [ sysv ipc ] | 76 | - shmmax [ sysv ipc ] |
| 77 | - shmmni | 77 | - shmmni |
| 78 | - softlockup_all_cpu_backtrace | ||
| 78 | - stop-a [ SPARC only ] | 79 | - stop-a [ SPARC only ] |
| 79 | - sysrq ==> Documentation/sysrq.txt | 80 | - sysrq ==> Documentation/sysrq.txt |
| 80 | - sysctl_writes_strict | 81 | - sysctl_writes_strict |
| @@ -783,6 +784,22 @@ via the /proc/sys interface: | |||
| 783 | 784 | ||
| 784 | ============================================================== | 785 | ============================================================== |
| 785 | 786 | ||
| 787 | softlockup_all_cpu_backtrace: | ||
| 788 | |||
| 789 | This value controls the soft lockup detector thread's behavior | ||
| 790 | when a soft lockup condition is detected as to whether or not | ||
| 791 | to gather further debug information. If enabled, each cpu will | ||
| 792 | be issued an NMI and instructed to capture stack trace. | ||
| 793 | |||
| 794 | This feature is only applicable for architectures which support | ||
| 795 | NMI. | ||
| 796 | |||
| 797 | 0: do nothing. This is the default behavior. | ||
| 798 | |||
| 799 | 1: on detection capture more debug information. | ||
| 800 | |||
| 801 | ============================================================== | ||
| 802 | |||
| 786 | tainted: | 803 | tainted: |
| 787 | 804 | ||
| 788 | Non-zero if the kernel has been tainted. Numeric values, which | 805 | Non-zero if the kernel has been tainted. Numeric values, which |
