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
/
Processor.h
Age
Commit message (
Expand
)
Author
2023-02-15
Kernel/aarch64: Implement Thread Local Storage
Timon Kruiper
2023-02-15
Kernel/aarch64: Implement storing and restoring floating-point registers
Timon Kruiper
2023-01-27
Kernel/aarch64: Implement Processor::platform_string()
Timon Kruiper
2023-01-18
Kernel: Detect Aarch64 virtual address bit width with CPU ID registers
konrad
2023-01-18
Kernel: Detect Aarch64 physical address bit width with CPU ID registers
konrad
2023-01-18
Kernel: Print Aarch64 CPU features during CPU initialization
konrad
2023-01-18
Kernel: Split Aarch64 CPU setup into two stages
konrad
2023-01-18
Kernel: Add Aarch64 CPU feature detection
konrad
2023-01-02
Everywhere: Remove unused includes of AK/Array.h
Ben Wiederhake
2022-12-30
Kernel/aarch64: Implement Processor::pause and Processor::wait_check
kleines Filmröllchen
2022-12-30
Kernel/aarch64: Declare TrapFrame as struct
kleines Filmröllchen
2022-12-29
Kernel/aarch64: Stub Processor::clean_fpu_state() instead of crashing
Timon Kruiper
2022-12-29
Kernel/aarch64: Correctly implement Processor::is_initialized()
Timon Kruiper
2022-12-29
Kernel/aarch64: Remove copy constructor from Processor
Timon Kruiper
2022-12-29
Kernel/aarch64: Implement Processor::{clear,restore}_critical()
Timon Kruiper
2022-12-29
Kernel/aarch64: Implement Processor::check_invoke_scheduler()
Timon Kruiper
2022-12-29
Kernel: Add Processor::wait_for_interrupt and use it in Scheduler
Timon Kruiper
2022-12-29
Kernel/aarch64: Implement Processor::{enter,exit}_trap
Timon Kruiper
2022-11-19
Kernel: Add MAX_CPU_COUNT global constant
Andreas Kling
2022-10-26
Kernel: Stub more functions to progress aarch64 build
Timon Kruiper
2022-10-20
Kernel/aarch64: Store a pointer to the current Thread on Processor
Timon Kruiper
2022-10-18
Kernel: Prevent atomic read/write from failing on nullptr
Jesse Buhagiar
2022-10-18
Kernel: Add even more AARCH64 stubs
Gunnar Beutner
2022-10-18
Kernel: Add more AARCH64 stubs
Gunnar Beutner
2022-10-17
Kernel/aarch64: Add implementation for Processor::current_in_irq
Timon Kruiper
2022-10-17
Kernel/aarch64: Add implementation of Processor::is_bootstrap_processor
Timon Kruiper
2022-10-16
Kernel: Add more stubs needed for Thread.cpp
Gunnar Beutner
2022-10-16
Kernel: Replace VERIFY_NOT_REACHED with TODO_AARCH64
Gunnar Beutner
2022-10-16
Kernel: Add formal Processor::verify_no_spinlocks_held() API
Brian Gianforcaro
2022-10-01
Kernel/aarch64: Implement tlb flushing
Timon Kruiper
2022-09-12
Kernel: Add basic aarch64 support to `MemoryManager`
Filiph Sandström
2022-08-26
Kernel/aarch64: Implement critical section related functions
Timon Kruiper
2022-06-02
Kernel: Add interrupt related functions to Processor class
Timon Kruiper
2022-05-12
Kernel: Replace Prekernel::halt with Processor::halt in aarch64 build
Timon Kruiper
2022-05-09
Kernel: Add initial implementation of Processor in aarch64
Timon Kruiper
2022-05-03
Kernel: Remove VERIFY_NOT_REACHED in {current, idle}_thread for aarch64
Timon Kruiper
2022-05-03
Kernel: Let Processor::is_initialized() of aarch64 return false
Timon Kruiper
2022-04-04
Kernel: Add VERIFY_NOT_REACHED to stub aarch64 Processor functions
James Mintram
2022-04-02
Kernel: Make MemoryManager compile on aarch64
James Mintram
2022-04-02
Kernel: Make PageDirectory.cpp compile on aarch64
James Mintram
2022-04-02
Kernel: Make PhysicalRegion.cpp compile on aarch64
James Mintram
2022-04-02
Kernel: Make Region.cpp compile on aarch64
James Mintram
2022-04-02
Kernel: Add idle_thread() to aarch64 Processor.h
James Mintram
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-11
Kernel: Extract ProcessorSpecificDataID from from Arch/Processor.h
Hendiadyoin1
2021-12-04
Kernel: Do not return a null ref in `Processor::current` on aarch64
Daniel Bertalan
2021-10-14
Kernel: Fix all linker errors for Aarch64 build
James Mintram
2021-10-14
Kernel: Add per platform Processor.h headers
James Mintram