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
/
Arch
/
aarch64
/
Interrupts.cpp
Age
Commit message (
Expand
)
Author
2023-06-04
Everywhere: Move global Kernel pattern code to Kernel/Library directory
Liav A
2023-05-15
Kernel/aarch64: Dump registers when unknown exception occurs
Timon Kruiper
2023-05-07
Kernel: Add reserve_interrupt_handlers API
Pankaj Raghav
2023-04-28
Kernel/aarch64: Fix build after `is_sharing_with_others` API removal
Daniel Bertalan
2023-02-18
Kernel/aarch64: Call handle_crash on unknown exceptions
Timon Kruiper
2023-02-15
Kernel/aarch64: Remove tpidr_el0 from RegisterState
Timon Kruiper
2023-02-15
Kernel/aarch64: Handle SVC exception by calling syscall_handler
Timon Kruiper
2023-02-08
Kernel/aarch64: Do not dump register state on every page fault
Timon Kruiper
2023-02-08
Kernel/aarch64: Make register dump output a bit nicer
Timon Kruiper
2023-02-08
Kernel/aarch64: Dump ESR_EL1 in dump_registers and remove backtracing
Timon Kruiper
2023-02-08
Kernel/aarch64: Remove static from dump_registers
Timon Kruiper
2023-02-08
Kernel/aarch64: Set correct ExecutionMode of PageFault
Timon Kruiper
2023-02-08
Kernel/aarch64: Handle instruction aborts
Timon Kruiper
2023-01-27
Kernel/aarch64: Implement initial page fault handling
Timon Kruiper
2023-01-27
Kernel/aarch64: Move exception handler to Interrupts.cpp
Timon Kruiper
2023-01-20
Kernel: Simplify (un)registering interrupt logic
Jelle Raaijmakers
2022-12-29
Kernel/aarch64: Implement Processor::{enter,exit}_trap
Timon Kruiper
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
2022-11-19
Kernel: Rename GenericInterruptHandler "invoking count" to "call count"
Andreas Kling
2022-10-16
Kernel: Replace VERIFY_NOT_REACHED with TODO_AARCH64
Gunnar Beutner
2022-06-02
Kernel: Add support for handling interrupts on aarch64
Timon Kruiper
2022-06-02
Kernel: Rename idt_init() to initialize_interrupts()
Timon Kruiper
2022-06-02
Kernel: Add GenericInterruptHandler.cpp to aarch64 build
Timon Kruiper