diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index b69cfdc12112..ea38cd1f0aba 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -2532,6 +2532,15 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
2532 | 2532 | ||
2533 | sched_debug [KNL] Enables verbose scheduler debug messages. | 2533 | sched_debug [KNL] Enables verbose scheduler debug messages. |
2534 | 2534 | ||
2535 | skew_tick= [KNL] Offset the periodic timer tick per cpu to mitigate | ||
2536 | xtime_lock contention on larger systems, and/or RCU lock | ||
2537 | contention on all systems with CONFIG_MAXSMP set. | ||
2538 | Format: { "0" | "1" } | ||
2539 | 0 -- disable. (may be 1 via CONFIG_CMDLINE="skew_tick=1" | ||
2540 | 1 -- enable. | ||
2541 | Note: increases power consumption, thus should only be | ||
2542 | enabled if running jitter sensitive (HPC/RT) workloads. | ||
2543 | |||
2535 | security= [SECURITY] Choose a security module to enable at boot. | 2544 | security= [SECURITY] Choose a security module to enable at boot. |
2536 | If this boot parameter is not specified, only the first | 2545 | If this boot parameter is not specified, only the first |
2537 | security module asking for security registration will be | 2546 | security module asking for security registration will be |