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-01-16
Kernel: Make Processor::capture_stack_trace fallible using ErrorOr
Idan Horowitz
2022-01-16
Kernel: Specify inline capacity of return type in capture_stack_trace
Idan Horowitz
2022-01-12
Kernel: Convert ProcessorInfo to KString
Idan Horowitz
2022-01-12
Kernel: Remove unused ProcessorInfo::m_processor field
Idan Horowitz
2022-01-12
Kernel: Rename ProcessorInfo::{m_brandstr => m_brand}
Idan Horowitz
2022-01-12
Kernel: Convert Processor::features_string() API to KString
Brian Gianforcaro
2022-01-08
Kernel: Dump memory regions when crashing in ring 0
Andreas Kling
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-04
Kernel: Align GDT to the size of a Descriptor
Idan Horowitz
2022-01-04
Kernel: Replace incorrect loop condition in write_raw_gdt_entry
Idan Horowitz
2022-01-04
Kernel: Use enum instead of magic numbers for GDT descriptor types
Idan Horowitz
2021-12-30
Kernel: Tighten String-related includes
Daniel Bertalan
2021-12-30
Kernel: Fix incorrect SFMASK MSR value clobbering reserved bits
Owen Smith
2021-12-29
Kernel: Return the actual number of CPU cores that we have
Daniel Bertalan
2021-12-28
Kernel: Implement and use the syscall/sysret instruction pair on x86_64
Owen Smith
2021-12-28
Kernel: Reorder the 64-bit GDT a bit
Owen Smith
2021-12-26
Kernel: Remove old SlabAllocator :^)
Andreas Kling
2021-12-21
AK+Everywhere: Replace __builtin bit functions
Nick Johnson
2021-12-19
Kernel: Stop ProcFS stack walk on bogus userspace->kernel traversal
Andreas Kling
2021-12-11
Kernel: Move architecture dependent includes to the top in Processor.h
Hendiadyoin1
2021-12-11
Kernel: Extract ProcessorSpecificDataID from from Arch/Processor.h
Hendiadyoin1
2021-12-11
Kernel: Extract DeferredCallEntry from Arch/Processor.h
Hendiadyoin1
2021-12-11
Kernel: Remove unused String.h includes
Hendiadyoin1
2021-12-06
Kernel: Don't try to dispatch urgent signals for kernel crashes
Idan Horowitz
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
[next]