summaryrefslogtreecommitdiff
path: root/Kernel/Interrupts/APIC.h
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-22Kernel: Setup APIC AP cores boot environment before init_stage2Idan Horowitz
2021-09-04Kernel: Add x2APIC supportTom
2021-08-06Kernel: Move Kernel/Memory/ code into Kernel::Memory namespaceAndreas Kling
2021-08-06Kernel: Rename Kernel/VM/ to Kernel/Memory/Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2020-10-25Kernel: Set up and calibrate APIC timer, and enable timer on all CPUsTom
2020-09-25Meta+Kernel: Make clang-format-10 cleanBen Wiederhake
2020-07-09Kernel: Fix some flaws that caused crashes or hangs during bootTom
2020-07-06Kernel: Add SMP IPI supportTom
2020-07-01Kernel: Implement software context switching and Processor structureTom
2020-06-04Kernel: Detect APs and boot them into protected modeTom
2020-03-24Kernel: Abstract IRQ controller handling from Interrupt handlersLiav A
2020-03-22Kernel: Run clang-format on filesShannon Booth
2020-02-24Kernel: Add the new APIC namespaceLiav A