Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Tickless kernel
Computer operating system component

A tickless kernel is an operating system kernel in which timer interrupts do not occur at regular intervals, but are only delivered as required.

The Linux kernel on s390 from 2.6.6 and on i386 from release 2.6.21 can be configured to turn the timer tick off (tickless or dynamic tick) for idle CPUs using CONFIG_NO_HZ, and from 3.10 with CONFIG_NO_HZ_IDLE extended for non-idle processors with CONFIG_NO_HZ_FULL. The XNU kernel from Mac OS X 10.4 on, and the NT kernel from Windows 8 on, are also tickless. The Solaris 8 kernel introduced the cyclic subsystem which allows arbitrary resolution timers and tickless operation. FreeBSD 9 introduced a "dynamic tick mode" (aka tickless).

As of 2020, there is a plan to add this to MINIX 3 in the medium term.

We don't have any images related to Tickless kernel yet.
We don't have any YouTube videos related to Tickless kernel yet.
We don't have any PDF documents related to Tickless kernel yet.
We don't have any Books related to Tickless kernel yet.
We don't have any archived web articles related to Tickless kernel yet.

References

  1. Bright, Peter (October 28, 2012). "Better on the inside: under the hood of Windows 8". Ars Technica. section "Tick tock". https://arstechnica.com/information-technology/2012/10/better-on-the-inside-under-the-hood-of-windows-8/2/

  2. "Linux 2.6.6-rc3". Lwn.net. Retrieved 2015-04-09. https://lwn.net/Articles/82378/

  3. "Clockevents and dyntick". Lwn.net. 2007-02-21. Retrieved 2015-04-09. https://lwn.net/Articles/223185/

  4. "(Nearly) full tickless operation in 3.10". Lwn.net. Retrieved 2015-04-09. https://lwn.net/Articles/549580/

  5. Bright, Peter (October 28, 2012). "Better on the inside: under the hood of Windows 8". Ars Technica. section "Tick tock". https://arstechnica.com/information-technology/2012/10/better-on-the-inside-under-the-hood-of-windows-8/2/

  6. "Bryan Cantrill (former Solaris kernel engineer) comment". Retrieved 2017-01-07.. https://news.ycombinator.com/item?id=13091162

  7. "What's cooking for FreeBSD 9?". http://www.ivoras.net/freebsd/freebsd9.html

  8. "Tickless Kernel". Retrieved 25 February 2020. https://wiki.minix3.org/doku.php?id=tickless

  9. "The MINIX 3 Road Map". Retrieved 25 February 2020. https://wiki.minix3.org/doku.php?id=roadmap