linux-insides/Timers/README.md

7 lines
450 B
Markdown
Raw Normal View History

2015-09-27 14:12:06 +00:00
# Timers and time management
This chapter describes timers and time management related concepts in the linux kernel.
* [Introduction](http://0xax.gitbooks.io/linux-insides/content/Timers/timers-1.html) - this part is introduction to the timers in the Linux kernel.
2015-10-11 14:09:50 +00:00
* [Introduction to the clocksource framework](https://github.com/0xAX/linux-insides/blob/master/Timers/timers-2.md) - this part describes `clocksource` framework in the Linux kernel.