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
2022-10-24
Kernel/FileSystem: Remove hardcoded unveil path of /usr/lib/Loader.so
Liav A
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-24
Kernel: Add definitions for SO_SNDLOWAT and SO_RCVLOWAT
Gunnar Beutner
2022-10-24
Kernel: Add definition for MSB_EOR
Gunnar Beutner
2022-10-24
Kernel: Add support for MSG_NOSIGNAL and properly send SIGPIPE
Gunnar Beutner
2022-10-23
Kernel/Graphics: Handle correctly unknown ioctls on a DisplayConnector
Liav A
2022-10-22
Kernel/FileSystem: Discard safely filesystems when unmounted last time
Liav A
2022-10-22
Kernel: Append root filesystem to the VFS FileBackedFileSystem list
Liav A
2022-10-22
Kernel: Introduce support for using FileSystem object in multiple mounts
Liav A
2022-10-22
Kernel/FileSystem: Add a few missing includes
Liav A
2022-10-22
Kernel+USB: Move descriptor bookkeeping into seperate structure(s)
Jesse Buhagiar
2022-10-22
Kernel+Base: Introduce MS_NOREGULAR mount flag
Liav A
2022-10-22
Kernel: Remove the DevTmpFS class
Liav A
2022-10-22
Kernel: Add support for device nodes in TmpFS
Liav A
2022-10-20
Kernel/aarch64: Stub enough functions to build Random.cpp
Timon Kruiper
2022-10-20
Kernel/aarch64: Store a pointer to the current Thread on Processor
Timon Kruiper
2022-10-20
Kernel/aarch64: Force kmalloc to return 16 byte aligned pointers
Timon Kruiper
2022-10-20
Kernel/aarch64: Stub enough functions to build Process.cpp
Timon Kruiper
2022-10-20
Kernel/aarch64: Stub WaitQueueBlocker::unblock to build WaitQueue.cpp
Timon Kruiper
2022-10-20
Kernel/aarch64: Stub more functions to build Thread.cpp
Timon Kruiper
2022-10-19
Kernel: Don't assume paths to children PID directories in ProcFS code
Liav A
2022-10-18
Kernel/aarch64: Stub more functions to be able to build Scheduler.cpp
Timon Kruiper
2022-10-18
Kernel: Call Processor::are_interrupts_enabled in Scheduler::idle_loop
Timon Kruiper
2022-10-18
Kernel: Reintroduce `ScopedAddressSpaceSwitcher` to aarch64 build
Jesse Buhagiar
2022-10-18
Kernel: Reintroduce `Mutex.cpp` to aarch64 build
Jesse Buhagiar
2022-10-18
Kernel: Reintroduce `Credentials.cpp` to aarch64 build
Jesse Buhagiar
2022-10-18
Kernel: Add more stubs for the Thread class
Jesse Buhagiar
2022-10-18
Kernel: Prevent atomic read/write from failing on nullptr
Jesse Buhagiar
2022-10-18
Kernel: Include `KBufferBuilder.cpp` in aarch64 build
Jesse Buhagiar
2022-10-18
Kernel: Add even more AARCH64 stubs
Gunnar Beutner
2022-10-18
Kernel: Add more AARCH64 stubs
Gunnar Beutner
2022-10-18
Kernel/USB: Refactor USB Pipe
b14ckcat
2022-10-18
Kernel/USB: Adjust USB Pipe buffer
b14ckcat
2022-10-17
Kernel/aarch64: Initialize TimeManagement in init.cpp
Timon Kruiper
2022-10-17
Kernel: Implement TimeManagement for aarch64
Timon Kruiper
2022-10-17
Kernel/aarch64: Implement HardwareTimer for RPi::Timer
Timon Kruiper
2022-10-17
Kernel: Correctly calculate delta_ticks when 64-bit counter wraps around
Timon Kruiper
2022-10-17
Kernel/aarch64: Add implementation for Processor::current_in_irq
Timon Kruiper
2022-10-17
Kernel/aarch64: Add implementation of Processor::is_bootstrap_processor
Timon Kruiper
2022-10-17
Kernel: Move InterruptDisabler out of Arch directory
Timon Kruiper
2022-10-17
Kernel: Mark Version.h as a dependency of Kernel rather than ALL
Andrew Kaster
2022-10-16
Kernel: Use more fine-grained content data block granularity in TmpFS
Liav A
2022-10-16
Kernel: Add more stubs needed for Thread.cpp
Gunnar Beutner
2022-10-16
Kernel: Don't directly include <Kernel/Arch/x86/TrapFrame.h>
Gunnar Beutner
2022-10-16
Kernel: Add VALIDATE_IS_AARCH64 guard macro
Gunnar Beutner
2022-10-16
Kernel: Replace VERIFY_NOT_REACHED with TODO_AARCH64
Gunnar Beutner
2022-10-16
Kernel/SysFS: Expose file size of ACPI tables in /sys/firmware/acpi
Liav A
2022-10-16
Kernel: Initialize primitive class member of ACPISysFSComponent to zero
Liav A
2022-10-16
Kernel: Add formal Processor::verify_no_spinlocks_held() API
Brian Gianforcaro
2022-10-16
Kernel: Remove unused /proc/devices node
Liav A
[next]