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-07-30
Prekernel: Disable KASAN, so it has no effect when enabled
Brian Gianforcaro
2021-07-30
Revert "Kernel: Share committed COW pages between whole VMObject lineage"
Andreas Kling
2021-07-30
Kernel: Share committed COW pages between whole VMObject lineage
Andreas Kling
2021-07-30
Kernel: Unmapping a non-mapped region with munmap() should be a no-op
Andreas Kling
2021-07-30
Kernel: Return an error when unmap finds no intersecting region
Brian Gianforcaro
2021-07-29
Kernel+LibC: Add linger to sys/sockets.h
Luke
2021-07-29
Kernel: Use our toolchain's c++filt tool for the kernel map
Gunnar Beutner
2021-07-29
Kernel: Embed the right symbol count into the kernel.map file on macOS
Gunnar Beutner
2021-07-28
Kernel: Print relative symbol addresses in dump_backtrace_impl
Gunnar Beutner
2021-07-28
Kernel: Fail madvise() volatile change with EINVAL for non-purgeable mem
Andreas Kling
2021-07-28
Kernel: Avoid file descriptor leak in Process::sys$socketpair on error
Brian Gianforcaro
2021-07-28
Kernel: Track allocated FileDescriptionAndFlag elements in each Process
Brian Gianforcaro
2021-07-28
Kernel: Make Process::FileDescriptions::allocate return KResultOr<int>
Brian Gianforcaro
2021-07-28
Kernel: Remove unused fd allocation from Process::sys$connect(..)
Brian Gianforcaro
2021-07-28
Kernel/ProcFS: Make various things superuser-only once again
Andreas Kling
2021-07-28
Kernel/ProcFS: Add S_IFREG bit to regular files in /proc
Andreas Kling
2021-07-27
Kernel: Fix CPU initialization for SMP
Gunnar Beutner
2021-07-27
Kernel: Improve some comments in Space
Andreas Kling
2021-07-27
Kernel: Rename Space::create => Space::try_create()
Andreas Kling
2021-07-27
Kernel: Mark the stack check guard as READONLY_AFTER_INIT
Andreas Kling
2021-07-27
Kernel: Remove a handful of unused member functions in Processor
Andreas Kling
2021-07-27
Kernel: Introduce ProcessorSpecific<T> for per-CPU data structures
Andreas Kling
2021-07-27
Kernel: Remove unused Region::translate_vmobject_page_range()
Andreas Kling
2021-07-27
Kernel: Support loading the kernel at almost arbitrary virtual addresses
Gunnar Beutner
2021-07-27
Prekernel: Export some multiboot parameters in our own BootInfo struct
Gunnar Beutner
2021-07-27
Kernel: Make the kernel independent from specific physical addresses
Gunnar Beutner
2021-07-27
Kernel: Make LoopbackAdapter always link up
Maciej Zygmanowski
2021-07-26
Kernel: Fix integer overflow in KCOV_SETBUFSIZE ioctl
Patrick Meyer
2021-07-27
Kernel: Make KCOVDevice::ioctl() return KResult
Ali Mohammad Pur
2021-07-27
Kernel: Shutdown on panic in self-test mode
Liav A
2021-07-27
Kernel: Modify the IOCTL API to return KResult
Brian Gianforcaro
2021-07-27
Kernel+LibC: Use argument for TIOCGPGRP ioctl value
Brian Gianforcaro
2021-07-27
Kernel: Utilize AK::Userspace<T> in the ioctl interface
Brian Gianforcaro
2021-07-26
Kernel: Add option to build with coverage instrumentation and KCOV
Patrick Meyer
2021-07-26
Kernel: Remove invalid '#' format modifier for printing a faulting addr
Ali Mohammad Pur
2021-07-26
Kernel: Un-unmap-after-init CommandLine::boot_mode()
Ali Mohammad Pur
2021-07-26
Kernel: Show the unmapped-after-init symbol being accessed
Ali Mohammad Pur
2021-07-26
Build: Only specify -fzero-call-used-regs with compiler >= GCC 11.1
Brian Gianforcaro
2021-07-26
Kernel: Don't try to return a committed page that we don't have
Andreas Kling
2021-07-26
Kernel: Clear the COW bits when making an AnonymousVMObject volatile
Andreas Kling
2021-07-26
Kernel: Make some debug logging in Scheduler CPU agnostic
Andreas Kling
2021-07-26
Kernel: Remove unused Scheduler::yield_from_critical()
Andreas Kling
2021-07-26
Kernel: Fix handful of clang-tidy warnings in Scheduler
Andreas Kling
2021-07-26
Kernel: PANIC() instead of manually halting the processor in abort()
Ali Mohammad Pur
2021-07-26
Kernel: Reset on panic in self-test mode
Ali Mohammad Pur
2021-07-25
Kernel: Remove ContiguousVMObject, let AnonymousVMObject do the job
Andreas Kling
2021-07-25
Kernel: Run clang-format on AnonymousVMObject.cpp
Andreas Kling
2021-07-25
Utilities: Support static assignment of the ARP table
brapru
2021-07-25
Kernel: Support ioctl SIOCSARP and SIOCDARP
brapru
2021-07-25
Kernel: Add update option to remove an entry from the ARP table
brapru
[next]