summaryrefslogtreecommitdiff
path: root/Kernel/Arch/aarch64/Interrupts.cpp
AgeCommit message (Expand)Author
2023-06-04Everywhere: Move global Kernel pattern code to Kernel/Library directoryLiav A
2023-05-15Kernel/aarch64: Dump registers when unknown exception occursTimon Kruiper
2023-05-07Kernel: Add reserve_interrupt_handlers APIPankaj Raghav
2023-04-28Kernel/aarch64: Fix build after `is_sharing_with_others` API removalDaniel Bertalan
2023-02-18Kernel/aarch64: Call handle_crash on unknown exceptionsTimon Kruiper
2023-02-15Kernel/aarch64: Remove tpidr_el0 from RegisterStateTimon Kruiper
2023-02-15Kernel/aarch64: Handle SVC exception by calling syscall_handlerTimon Kruiper
2023-02-08Kernel/aarch64: Do not dump register state on every page faultTimon Kruiper
2023-02-08Kernel/aarch64: Make register dump output a bit nicerTimon Kruiper
2023-02-08Kernel/aarch64: Dump ESR_EL1 in dump_registers and remove backtracingTimon Kruiper
2023-02-08Kernel/aarch64: Remove static from dump_registersTimon Kruiper
2023-02-08Kernel/aarch64: Set correct ExecutionMode of PageFaultTimon Kruiper
2023-02-08Kernel/aarch64: Handle instruction abortsTimon Kruiper
2023-01-27Kernel/aarch64: Implement initial page fault handlingTimon Kruiper
2023-01-27Kernel/aarch64: Move exception handler to Interrupts.cppTimon Kruiper
2023-01-20Kernel: Simplify (un)registering interrupt logicJelle Raaijmakers
2022-12-29Kernel/aarch64: Implement Processor::{enter,exit}_trapTimon Kruiper
2022-12-28Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removalLiav A
2022-11-19Kernel: Rename GenericInterruptHandler "invoking count" to "call count"Andreas Kling
2022-10-16Kernel: Replace VERIFY_NOT_REACHED with TODO_AARCH64Gunnar Beutner
2022-06-02Kernel: Add support for handling interrupts on aarch64Timon Kruiper
2022-06-02Kernel: Rename idt_init() to initialize_interrupts()Timon Kruiper
2022-06-02Kernel: Add GenericInterruptHandler.cpp to aarch64 buildTimon Kruiper