調べたこと、作ったことをメモしています。
こちらに移行中: https://blog.shimazu.me/

Linuxカーネルのスケジューラの読解(メモ)

O’Reilly Japan - 詳解 Linuxカーネル 第3版

Linux カーネルのコンテキストスイッチ処理を読み解く - naoyaのはてなダイアリー

mm:メモリマネジメント

ticklessカーネル nohz

cat /sys/devices/system/clocksource/clocksource0

hpet

High Precision Event Timer - Wikipedia

xtime

__schedule()

sched/stop_task.cでのconst struct sched_class stop_sched_class

sched/rt.cでのconst struct sched_class rt_sched_class

sched/fair.cでのconst struct sched_class fair_sched_class

sched/idle_task.cでのconst struct sched_class idle_sched_class

idle_sched_classのnextはNULL

Linux メーリングリストのやりとり

Linux: The Completely Fair Scheduler | KernelTrap

オペレーティングシステム講義ノート

Operating Systems Lecture Notes Lecture 6 CPU Scheduling

http://www.evidence.eu.com/sched_deadline.html