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
Age
Commit message (
Expand
)
Author
2023-04-28
Kernel/aarch64: Fix build after `is_sharing_with_others` API removal
Daniel Bertalan
2023-04-13
Kernel/aarch64: Add implementation of Processor::for_each
Timon Kruiper
2023-04-13
Kernel/aarch64: Change RPi::Framebuffer::PixelOrder to BGR
Timon Kruiper
2023-04-13
Kernel/aarch64: Add volatile modifier to various asm statements
Timon Kruiper
2023-04-13
Kernel/aarch64: Make sure no reordering of DAIF::read is possible
Timon Kruiper
2023-04-08
Kernel: Fix compilation of aarch64/RPi/Framebuffer.cpp
Brian Gianforcaro
2023-04-07
Kernel: Fix typo in the FramebufferGetPitchMboxMessage name
Liav A
2023-04-06
Kernel/aarch64: Actually remove Arch/aarch64/init.cpp
Timon Kruiper
2023-04-06
Kernel/aarch64: Add getters/setters in RegisterState and ThreadRegisters
Timon Kruiper
2023-04-06
Kernel/aarch64: Implement copying of kernel regs into ptrace regs
Timon Kruiper
2023-04-06
Kernel+LibC: Modify aarch64's __mcontext to store registers in an array
Timon Kruiper
2023-04-06
Kernel/aarch64: Flush entire TLB cache when changing TTBR0_EL1
Timon Kruiper
2023-04-06
Kernel: Store a pointer to the owner process in PageDirectory
Idan Horowitz
2023-04-04
Kernel: Simplify Process factory functions
Andreas Kling
2023-04-04
Kernel/aarch64: Implement `Processor::time_spent_idle()`
Caoimhe
2023-04-03
Kernel: Merge x86_64 and aarch64 init.cpp files
Timon Kruiper
2023-04-03
Kernel: Move deferred call code into separate DeferredCallPool class
Timon Kruiper
2023-04-03
Kernel/aarch64: Correctly implement Processor::leave_critical
Timon Kruiper
2023-04-03
Kernel/aarch64: Move query_firmware_version into RPi::Mailbox
Timon Kruiper
2023-04-03
Kernel/aarch64: Move logo drawing and initializing into RPi::Framebuffer
Timon Kruiper
2023-04-03
Kernel/aarch64: Rename Processor::install to Processor::early_initialize
Timon Kruiper
2023-04-03
Kernel: Implement Processor::assume_context for AArch64
Idan Horowitz
2023-04-03
Kernel: Call exit_trap in AArch64 restore_context_and_eret
Idan Horowitz
2023-04-03
Kernel: Abstract Processor::assume_context flags using InterruptsState
Idan Horowitz
2023-04-03
Kernel: Stop overwriting AArch64 link register in forked processes
Idan Horowitz
2023-03-25
Revert "Kernel/aarch64: Embed disk image into kernel binary"
Marco Cutecchia
2023-03-25
Kernel: Add an SD card driver for the aarch64 port
Marco Cutecchia
2023-03-25
Kernel: Allow enabling high level detection on GPIOs
Marco Cutecchia
2023-03-25
Kernel: Use u64 instead of int for the bitfields of CPACR_EL1
Marco Cutecchia
2023-03-12
Kernel: Make the Jails' internal design a lot more sane
Liav A
2023-02-24
Kernel/FileSystem: Simplify the ProcFS significantly
Liav A
2023-02-18
Kernel/aarch64: Disable memory access alignment check
Timon Kruiper
2023-02-18
Kernel/aarch64: Call handle_crash on unknown exceptions
Timon Kruiper
2023-02-17
Revert "Kernel: Migrate ‘main id registerʼ access in Aarch64 MMIO"
Andrew Kaster
2023-02-17
Revert "Kernel: Remove old ‘main id register accessorʼ for Aarch64"
Andrew Kaster
2023-02-15
Everywhere: Change all XXX into FIXME or remove as appropriate
Ben Wiederhake
2023-02-15
Kernel/aarch64: Implement Thread Local Storage
Timon Kruiper
2023-02-15
Kernel/aarch64: Remove tpidr_el0 from RegisterState
Timon Kruiper
2023-02-15
Kernel/aarch64: Add implementations for safe_memset and safe_strnlen
Timon Kruiper
2023-02-15
Kernel/aarch64: Implement storing and restoring floating-point registers
Timon Kruiper
2023-02-15
Kernel/aarch64: Do not trap floating-point instructions
Timon Kruiper
2023-02-15
Kernel/aarch64: Handle SVC exception by calling syscall_handler
Timon Kruiper
2023-02-10
Kernel: Remove old ‘main id register accessorʼ for Aarch64
konrad
2023-02-10
Kernel: Migrate ‘main id registerʼ access in Aarch64 MMIO
konrad
2023-02-10
Kernel: Provide better types in MIDR register accessor for Aarch64
konrad
2023-02-08
Kernel/aarch64: Execute first userspace process
Timon Kruiper
2023-02-08
Kernel/aarch64: Embed disk image into kernel binary
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
[next]