This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
realtime:documentation:howto:tools:ticklesskernel [2023/10/03 08:16] costa.shul remove elixir |
realtime:documentation:howto:tools:ticklesskernel [2023/10/03 08:20] (current) costa.shul change title |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Tickless kernel ====== | + | ====== Dynticks or Tickless kernel or nohz ====== |
| Line 14: | Line 14: | ||
| - | ===== More information ===== | + | More information: |
| * [[https://www.suse.com/c/cpu-isolation-full-dynticks-part2/|CPU Isolation – Full dynticks internals]] | * [[https://www.suse.com/c/cpu-isolation-full-dynticks-part2/|CPU Isolation – Full dynticks internals]] | ||
| * [[https://en.wikipedia.org/wiki/Tickless_kernel|Tickless kernel]] | * [[https://en.wikipedia.org/wiki/Tickless_kernel|Tickless kernel]] | ||
| * [[https://docs.kernel.org/timers/no_hz.html|NO_HZ: Reducing Scheduling-Clock Ticks]] | * [[https://docs.kernel.org/timers/no_hz.html|NO_HZ: Reducing Scheduling-Clock Ticks]] | ||
| + | * [[https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/kernel/Kconfig.hz|kernel/Kconfig.hz]] | ||
| + | * [[https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/kernel/time/Kconfig|kernel/time/Kconfig]] | ||