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-08-07
Kernel: Fix bad search-and-replace renames
Andreas Kling
2021-08-06
Kernel: Disable big process lock for sys$sysconf
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$get_stack_bounds
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$gettimeofday
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$clock_nanosleep
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$clock_gettime()
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$getkeymap
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$getrandom
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$dbgputch
Idan Horowitz
2021-08-06
Kernel: Hold the global logging lock in dbgputch
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$dbgputstr
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$dump_backtrace()
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$beep()
Idan Horowitz
2021-08-06
Kernel: Make Process's m_promises & m_execpromises fields atomic
Idan Horowitz
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Rename a very long enum to ShouldDeallocateVirtualRange
Andreas Kling
2021-08-06
Kernel: Make identity mapping mechanism used during AP boot non-generic
Andreas Kling
2021-08-06
Kernel: Move UnveilNode.h into Kernel/FileSystem/
Andreas Kling
2021-08-06
Kernel: Rename Process::space() => Process::address_space()
Andreas Kling
2021-08-06
Kernel: Rename Memory::Space => Memory::AddressSpace
Andreas Kling
2021-08-06
Kernel: Rename Range => VirtualRange
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-08-06
Kernel: Fix handful of remaining "return -EFOO" mistakes
Andreas Kling
2021-08-06
Kernel: Use try_copy_kstring_from_user() in sys$mount()
Andreas Kling
2021-08-06
Kernel: Store coredump metadata properties as KStrings
Andreas Kling
2021-08-06
Kernel: Use try_copy_kstring_from_user() in sys$link()
Andreas Kling
2021-08-06
Kernel: Use try_copy_kstring_from_user() in Socket::setsockopt()
Andreas Kling
2021-08-06
Kernel: Use try_copy_kstring_from_user() in IPv4Socket::ioctl()
Andreas Kling
2021-08-06
Kernel: Don't make a separate allocation for thread FPU state
Andreas Kling
2021-08-06
Kernel: Store Thread name as a KString
Andreas Kling
2021-08-06
Kernel: Make a helper in the Intel graphics driver return StringView
Andreas Kling
2021-08-06
Kernel: Make AsyncDeviceRequest::name() return StringView
Andreas Kling
2021-08-06
Kernel: Remove unused PCI::Access::access_type()
Andreas Kling
2021-08-06
Kernel: Make IRQController::model() return StringView
Andreas Kling
2021-08-06
Kernel: Make HardwareTimer::model() return StringView
Andreas Kling
2021-08-06
Kernel: Make Thread::state_string() return StringView
Andreas Kling
2021-08-06
Kernel: Make a bunch of "char const* to_string()" return StringView
Andreas Kling
2021-08-06
Kernel: Simplify PageDirectory allocation failure
Andreas Kling
2021-08-06
Kernel: Fix logic typo in AnonymousVMObject::handle_cow_fault()
Andreas Kling
2021-08-05
Kernel: Remove double-counting of allocated pages in AnonymousVMObject
Idan Horowitz
2021-08-05
Kernel: Uncommit a shared COW page when discovering it was unshared
Andreas Kling
2021-08-05
Kernel: Detach AnonymousVMObject from shared COW pages set once emptied
Andreas Kling
2021-08-05
Kernel: Handle AnonymousVMObject allocation failure when forking
Andreas Kling
2021-08-05
Kernel: Simplify AnonymousVMObject copy constructor
Andreas Kling
2021-08-05
Kernel: Use RAII to manage committed physical pages
Andreas Kling
2021-08-05
Kernel: Add MemoryManager to Forward.h
Andreas Kling
2021-08-04
Kernel: Remove the always 1-sized super physical regions Vector
Idan Horowitz
2021-08-04
Kernel: Print panic backtrace to both the screen and serial
Luke
2021-08-04
Kernel: Ensure we read valid values from the RTC CMOS registers
Liav A
[next]