index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Interrupts
/
APIC.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-22
Kernel: Setup APIC AP cores boot environment before init_stage2
Idan Horowitz
2021-09-04
Kernel: Add x2APIC support
Tom
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2020-10-25
Kernel: Set up and calibrate APIC timer, and enable timer on all CPUs
Tom
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-07-09
Kernel: Fix some flaws that caused crashes or hangs during boot
Tom
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-07-01
Kernel: Implement software context switching and Processor structure
Tom
2020-06-04
Kernel: Detect APs and boot them into protected mode
Tom
2020-03-24
Kernel: Abstract IRQ controller handling from Interrupt handlers
Liav A
2020-03-22
Kernel: Run clang-format on files
Shannon Booth
2020-02-24
Kernel: Add the new APIC namespace
Liav A