mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-02-07 05:02:47 +00:00
![]() I went through the first third of timers-7.md and made some small changes to correct grammar usage and try to make it flow better. Please let me know if any of my changes affect the meaning or style of the writing, as this was not my intent. If these sorts of changes are desirable, I can go through the rest of the file for grammar (as well as other files). |
||
---|---|---|
.. | ||
README.md | ||
timers-1.md | ||
timers-2.md | ||
timers-3.md | ||
timers-4.md | ||
timers-5.md | ||
timers-6.md | ||
timers-7.md |
Timers and time management
This chapter describes timers and time management related concepts in the linux kernel.
- Introduction - this part is introduction to the timers in the Linux kernel.
- Introduction to the clocksource framework - this part describes
clocksource
framework in the Linux kernel. - The tick broadcast framework and dyntick - this part describes tick broadcast framework and dyntick concept.
- Introduction to timers - this chapter describes timers in the Linux kernel.
- Introduction to the clockevents framework - this part describes yet another clock/time management related framework -
clockevents
. - x86 related clock sources - this part describes
x86_64
related clock sources. - Time related system calls in the Linux kernel - this part describes time related system calls.