SagXD@lemm.ee to linuxmemes@lemmy.world · 9 months agoHtop toolemm.eeimagemessage-square34fedilinkarrow-up1992arrow-down18
arrow-up1984arrow-down1imageHtop toolemm.eeSagXD@lemm.ee to linuxmemes@lemmy.world · 9 months agomessage-square34fedilink
minus-squarekbotc@lemmy.worldlinkfedilinkEnglisharrow-up18·9 months agoTickless means it’s not based on the computer frequency and idle CPUs can stay idle rather than being annoyingly brought into high power mode ever 100 Hz, but it’s still firing interrupts based on scaling timed variables. They’re now called “Dynticks” SUSE wrote the vaguely more understandable write up that Linux foundation links to: https://www.suse.com/c/cpu-isolation-full-dynticks-part2/ BTW, the Linux RCU code is evil but interesting: https://www.p99conf.io/session/how-to-avoid-learning-the-linux-kernel-memory-model/
minus-squareagent_flounder@lemmy.worldlinkfedilinkEnglisharrow-up5·9 months agoFascinating stuff. Obviously a lot has changed since I took an undergrad OS class lol. Hell, Linux didn’t even exist back then.
Tickless means it’s not based on the computer frequency and idle CPUs can stay idle rather than being annoyingly brought into high power mode ever 100 Hz, but it’s still firing interrupts based on scaling timed variables.
They’re now called “Dynticks”
SUSE wrote the vaguely more understandable write up that Linux foundation links to: https://www.suse.com/c/cpu-isolation-full-dynticks-part2/
BTW, the Linux RCU code is evil but interesting: https://www.p99conf.io/session/how-to-avoid-learning-the-linux-kernel-memory-model/
Fascinating stuff. Obviously a lot has changed since I took an undergrad OS class lol. Hell, Linux didn’t even exist back then.