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
Age
Commit message (
Expand
)
Author
2022-05-03
Kernel: Panic when an assertion is failed in aarch64 Kernel
Timon Kruiper
2022-05-03
Kernel: Remove unused aarch64 Prekernel::panic() function
Timon Kruiper
2022-05-03
Kernel: Replace calls to Prekernel::panic() with PANIC macro on aarch64
Timon Kruiper
2022-05-03
Kernel: Implement __panic() for the aarch64 Kernel
Timon Kruiper
2022-05-03
Kernel: Load the kernel symbol table for the aarch64 Kernel
Timon Kruiper
2022-05-03
Kernel: Add kmalloc_init() to the init function of the aarch64 Kernel
Timon Kruiper
2022-05-03
Kernel: Remove VERIFY_NOT_REACHED in {current, idle}_thread for aarch64
Timon Kruiper
2022-05-03
Kernel: Add bare-minimum implementation for aarch64 Spinlock
Timon Kruiper
2022-05-03
Kernel: Move Arch/x86/Spinlock.h and add stubs for aarch64
Timon Kruiper
2022-05-03
Kernel: Add the .ksyms section to the aarch64 Kernel binary
Timon Kruiper
2022-05-03
Kernel: Implement safe_memcpy for the aarch64 build
Timon Kruiper
2022-05-03
Kernel: Move Kernel/Arch/x86/SafeMem.h to Kernel/Arch/SafeMem.h
Timon Kruiper
2022-05-03
Kernel: Add KSyms.cpp to the aarch64 build
Timon Kruiper
2022-05-03
Kernel: Remove UART::{print_num, print_hex} since they are unused
Timon Kruiper
2022-05-03
Kernel: Modify UART::print_str() to also take into account the length
Timon Kruiper
2022-05-03
Kernel: Remove aarch64/Utils.{cpp, h} since they are not used anymore
Timon Kruiper
2022-05-03
Kernel: Replace calls to UART::print_str() with dbgln()
Timon Kruiper
2022-05-03
Kernel: Let Processor::is_initialized() of aarch64 return false
Timon Kruiper
2022-05-03
Kernel: Add aarch64 version of kprintf.cpp
Timon Kruiper
2022-04-26
Kernel: Strip null terminators from all CPUID strings, not just brand
Linus Groh
2022-04-08
Kernel: Query OS-enabled CPUID features again at the end of cpu_setup()
Linus Groh
2022-04-08
Kernel: Rename OSPKU CPUID feature flag to OSPKE
Linus Groh
2022-04-08
Kernel: Adjust includes after file reorganization
Tiaan Louw
2022-04-06
Kernel: Improve the aarch64 kernel source files disk layout
James Mintram
2022-04-04
Kernel: Add VERIFY_NOT_REACHED to aarch64 PageDirectory.cpp
James Mintram
2022-04-04
Kernel: Add VERIFY_NOT_REACHED to aarch64 locking functions
James Mintram
2022-04-04
Kernel: Add VERIFY_NOT_REACHED to the aarch64 handle_crash function
James Mintram
2022-04-04
Kernel: Remove unused dummy function from dummy.cpp
James Mintram
2022-04-04
Kernel: Add VERIFY_NOT_REACHED to stub functions in aarch64 dummy.cpp
James Mintram
2022-04-04
Kernel: Add VERIFY_NOT_REACHED to stub aarch64 Processor functions
James Mintram
2022-04-04
Kernel: Print out assertion info in __assertion_failed on aarch64
James Mintram
2022-04-03
Kernel: Add kmalloc.cpp to aarch64
James Mintram
2022-04-03
Kernel: Convert ProcessorInfo::build_brand_string() to StringBuilder
Linus Groh
2022-04-03
Kernel: Remove EBX, ECX, and EDX values from hypervisor dmesgln()
Linus Groh
2022-04-03
Kernel: Move hypervisor vendor ID string to ProcessorInfo
Linus Groh
2022-04-03
Kernel: Make ProcessorInfo::build_foo_string() private
Linus Groh
2022-04-03
Kernel: Move feature string building to ProcessorInfo
Linus Groh
2022-04-03
Kernel: Rename some ProcessorInfo members to match Intel manual
Linus Groh
2022-04-03
Kernel: Move private ProcessorInfo members to the end
Linus Groh
2022-04-02
Kernel: Add all memory files to aarch64 and fix resulting linker errors
James Mintram
2022-04-02
Kernel: Make MemoryManager compile on aarch64
James Mintram
2022-04-02
Kernel: Make handle_crash available to 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 missing new/delete and kcalloc to dummy.cpp
James Mintram
2022-04-02
Kernel: Re-add dummy.cpp and remove duplicate definitions
James Mintram
2022-04-02
Kernel: Add idle_thread() to aarch64 Processor.h
James Mintram
2022-04-02
Kernel: Add PAGE_MASK to an aarch64 CPU header
James Mintram
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
[next]