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-27
Kernel: Set priority of all threads within a process if requested
kleines Filmröllchen
2022-10-27
Kernel: Prevent regular users from accessing other processes' threads
kleines Filmröllchen
2022-10-27
Kernel+LibC: Report correct scheduling priority limits
kleines Filmröllchen
2022-10-27
Kernel: Make scheduler control syscalls more generic
kleines Filmröllchen
2022-10-26
Kernel: Remove bunch of unused includes in SysFS/Processes.cpp
Timon Kruiper
2022-10-26
Kernel/aarch64: Unify building kernel source files in CMakeLists.txt
Timon Kruiper
2022-10-26
Kernel: Move bar0_space_size declaration out of arch-specific ifdefs
Timon Kruiper
2022-10-26
Kernel: Include missing headers for various files
Timon Kruiper
2022-10-26
Kernel: Don't expose processor information for aarch64 in sysfs
Timon Kruiper
2022-10-26
Kernel: Stub more functions to progress aarch64 build
Timon Kruiper
2022-10-26
Kernel: Use generic functions to change interrupt state of Processor
Timon Kruiper
2022-10-26
Kernel/aarch64: Branch to local halt function instead of C++ one
Timon Kruiper
2022-10-26
Kernel: Move PAGE_MASK define to the shared CPU.h header
Timon Kruiper
2022-10-25
Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directory
Liav A
2022-10-25
Kernel/ProcFS: Remove all unnecessary components
Liav A
2022-10-25
Kernel: Introduce global variables and stats in /sys/kernel directory
Liav A
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
[next]