mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-11-05 23:09:38 +00:00
1.2 KiB
1.2 KiB
Timers and time management
This chapter describes timers and time management related concepts in the linux kernel.
- Introduction - An introduction to the timers in the Linux kernel.
- Introduction to the clocksource framework - Describes
clocksource
framework in the Linux kernel. - The tick broadcast framework and dyntick - Describes tick broadcast framework and dyntick concept.
- Introduction to timers - Describes timers in the Linux kernel.
- Introduction to the clockevents framework - Describes yet another clock/time management related framework :
clockevents
. - x86 related clock sources - Describes
x86_64
related clock sources. - Time related system calls in the Linux kernel - Describes time related system calls.