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
Age
Commit message (
Expand
)
Author
2021-12-04
Kernel: Wrap x86 assembly behind `ARCH(...)` in Syscall.h
Daniel Bertalan
2021-12-04
Kernel: Do not do integer to pointer conversion in constexpr functions
Daniel Bertalan
2021-12-04
Kernel: Do not return a null ref in `Processor::current` on aarch64
Daniel Bertalan
2021-12-01
Kernel: Handle invalid stack pointer during signal dispatch
Idan Horowitz
2021-12-01
Kernel: Dispatch handle-able signals instead of crashing if possible
Idan Horowitz
2021-12-01
Kernel+LibC: Implement sigaltstack()
Idan Horowitz
2021-12-01
Kernel: Clear up some comments in the sys$mprotect implementation
Idan Horowitz
2021-12-01
Kernel: Move incorrect early return in sys$mprotect
Idan Horowitz
2021-12-01
Kernel: Replace usages of SIGSTKFLT with SIGSEGV
Idan Horowitz
2021-12-01
Kernel: Move the expand_range_to_page_boundaries helper to MemoryManager
Idan Horowitz
2021-12-01
Kernel: Add Region::clear_to_zero
Idan Horowitz
2021-12-01
LibC: Define the MADV_DONTNEED madvise advice macro
Idan Horowitz
2021-12-01
LibC: Make the madvise advice field a value instead of a bitfield
Idan Horowitz
2021-12-01
LibC: Add the SIGFPE si_code macros
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-12-01
Kernel: Don't rewrite the whole file on sys$msync
Hendiadyoin1
2021-12-01
Kernel: Allow flushing of partial regions in sys$msync
Hendiadyoin1
2021-12-01
Kernel: Handle more error cases in sys$msync
Hendiadyoin1
2021-11-30
Kernel: Surface errors when generating a process core dump :^)
Brian Gianforcaro
2021-11-30
Kernel: Handle string format errors in FileSystem APIs :^)
Brian Gianforcaro
2021-11-30
Kernel: Handle string format errors in Device::pseudo_path(..) :^)
Brian Gianforcaro
2021-11-30
Kernel: Handle string format errors in PCIDeviceAttributeSysFSComponent
Brian Gianforcaro
2021-11-30
Kernel: Handle string format errors in SlabAllocator stats :^)
Brian Gianforcaro
2021-11-30
Kernel: Handle string format errors in KCOVInstance :^)
Brian Gianforcaro
2021-11-30
Kernel: Handle string format error in page_fault_handler(..) :^)
Brian Gianforcaro
2021-11-30
Kernel: Add an error propagating KString::format(..) API :^)
Brian Gianforcaro
2021-11-30
Kernel: Register Virtio console ports with device management
Jelle Raaijmakers
2021-11-28
Kernel: Use peripheral addresses returned from MMIO to map prekernel mem
James Mintram
2021-11-28
Kernel: Refactor prekernel MMU to use a bump allocator
James Mintram
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]