]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Documentation/sysctl: Add timer_migration to kernel.rst
authorPhil Auld <pauld@redhat.com>
Tue, 14 Jan 2025 19:05:25 +0000 (14:05 -0500)
committerJonathan Corbet <corbet@lwn.net>
Thu, 16 Jan 2025 18:18:04 +0000 (11:18 -0700)
There is no mention of timer_migration in the docs. Add
a short description.

Signed-off-by: Phil Auld <pauld@redhat.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250114190525.169022-1-pauld@redhat.com
Documentation/admin-guide/sysctl/kernel.rst

index b2b36d0c3094d7b3b78b426a3dc60233d072fb45..a43b78b4b64649fe937e0ebb6cb44a6201945204 100644 (file)
@@ -1544,6 +1544,13 @@ constant ``FUTEX_TID_MASK`` (0x3fffffff).
 If a value outside of this range is written to ``threads-max`` an
 ``EINVAL`` error occurs.
 
+timer_migration
+===============
+
+When set to a non-zero value, attempt to migrate timers away from idle cpus to
+allow them to remain in low power states longer.
+
+Default is set (1).
 
 traceoff_on_warning
 ===================