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
2021-12-04
Kernel: Do not return a null ref in `Processor::current` on aarch64
Daniel Bertalan
2021-12-01
Kernel: Dispatch handle-able signals instead of crashing if possible
Idan Horowitz
2021-12-01
Kernel: Replace usages of SIGSTKFLT with SIGSEGV
Idan Horowitz
2021-12-01
Kernel: Add an x86 include check+error in x86/TSS.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/TrapFrame.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/Spinlock.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/RegisterState.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/ProcessorInfo.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/Processor.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/PageFault.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/PageDirectory.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/MSR.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/ISRStubs.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/IO.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/Inerrupts.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/InerruptDisabler.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/DescriptorTable.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/CPUID.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/CPU.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/ASM_Wrapper.h
James Mintram
2021-12-01
Kernel: Remove ASM_Wrapper include from platform independent processor.h
James Mintram
2021-11-30
Kernel: Handle string format error in page_fault_handler(..) :^)
Brian Gianforcaro
2021-11-28
Kernel: Rename Aarch64Asm -> ASM_wrapper and add Aarch64::Asm namespace
James Mintram
2021-11-28
Kernel: Rename Aarch64Registers -> Registers and add Aarch64 namespace
James Mintram
2021-11-28
Kernel: Set up and activate the MMU in the aarch64 perkernel
James Mintram
2021-11-28
Kernel: Move common aarch64 asm functions into kernel folder and NS
James Mintram
2021-11-28
Kernel: Replace inline asm with typesafe static member functions
James Mintram
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-14
Kernel: Remove redundant return statement from Spinlock::lock()
Andrew Kaster
2021-11-14
Kernel: Stop truncating PageTableEntry::raw(), and make set_bit private
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-make-member-function-const
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings
Andrew Kaster
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-11-06
Kernel: Initialize regs.fs in Processor::init_context
AMACB
2021-10-21
Kernel: Call try_set_coredump_property with StringView arguments
Daniel Bertalan
2021-10-16
Kernel: Move ScopedCritical + SmapDisabler CPP files into x86 common
James Mintram
2021-10-16
Kernel: Add MiniStdLib to the Aarch64 kernel
James Mintram
2021-10-15
Kernel: Add StdLib.cpp to aarch64 build and update stubs in dummy.cpp
James Mintram
2021-10-15
Kernel: Move spinlock into Arch
James Mintram
2021-10-15
Kernel: Add cross platform RegisterState header and Aarch64 version
James Mintram
2021-10-15
Kernel: Split SmapDisabler so header is platform independent
James Mintram
2021-10-15
Kernel: Split ScopedCritical so header is platform independent
James Mintram
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
2021-10-14
Kernel: Move asserts inside platform #if clauses
James Mintram
2021-10-14
Kernel: Replace includes with a forward declaration
James Mintram
2021-10-14
Kernel: Remove unused includes
James Mintram
2021-10-14
Kernel: Add header includes closer to their use
James Mintram
2021-10-07
Kernel: Note if the page fault address is a destroyed smart pointer
Luke Wilde
2021-10-07
Kernel: Add Processor::time_spent_idle()
Idan Horowitz
[next]