aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/cpu
AgeCommit message (Collapse)AuthorFilesLines
2026-03-27kapi: extract interrupt enablementFelix Morgner1-10/+0
2026-03-27kapi/cpu: introduce CPU APIFelix Morgner1-34/+91
2026-03-21x86_64/cpu: fixup 8259 interrupt handlingFelix Morgner2-7/+9
We now mask the timer interrupt and ensure we are informing the PIC about us having handled the interrupt.
2026-03-21x86_64/cpu: log interrupt data in hexFelix Morgner1-3/+3
2026-03-21x86_64/cpu: ignore 8259 interruptsFelix Morgner2-8/+20
2026-03-21x86_64/cpu: fixup 8259 interruptsFelix Morgner2-0/+47
2026-03-20x86_64/cpu: implement basic interrupt handlingFelix Morgner3-20/+237
2026-03-20x86_64/cpu: move gdt initialization codeFelix Morgner1-0/+122