serenity/Kernel
2020-12-25 14:48:30 +01:00
..
ACPI Kernel: Workaround QEMU bug and initialize i8042 controller 2020-12-18 10:02:14 +01:00
API Kernel: Move InodeWatcher::Event into Kernel/API/InodeWatcherEvent 2020-12-14 23:05:53 +01:00
Arch Kernel: Panic if we're about to switch to a user thread with IOPL!=0 2020-12-23 14:30:10 +01:00
Devices Kernel: Introduce the new Storage subsystem 2020-12-21 00:19:21 +01:00
FileSystem ProcFS: pid_vm: Replace duplicated purgeable key with kernel+cacheable 2020-12-24 10:26:39 +01:00
Heap Kernel: Defer kmalloc heap contraction 2020-11-04 21:21:37 +01:00
Interrupts Kernel: Allow to install a real IRQ handler on a spurious one 2020-12-21 00:19:21 +01:00
Modules
Net Kernel: Don't assert when reading from a listening-mode local socket 2020-12-23 20:25:29 +01:00
PCI Kernel/PCI: Add a bunch of debug output to accessors 2020-12-22 09:24:48 +01:00
Storage Kernel: Introduce the StorageManagement class 2020-12-21 00:19:21 +01:00
Syscalls LibELF: Move AuxiliaryValue into the ELF namespace 2020-12-25 14:48:30 +01:00
Tasks Kernel: Fix some issues related to fixes and block conditions 2020-12-12 21:28:12 +01:00
Time Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
TTY Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
VM Kernel: Don't skip if found free page to allocate from a super region 2020-12-21 00:15:58 +01:00
.gitignore
Assertions.h Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
CMakeLists.txt Kernel: Add formatter for VirtualAddress 2020-12-25 12:51:11 +01:00
CMOS.cpp
CMOS.h
CommandLine.cpp
CommandLine.h
Console.cpp
Console.h
CoreDump.cpp Kernel: Abort core dump generation if any substep fails 2020-12-22 10:09:41 +01:00
CoreDump.h Kernel: Abort core dump generation if any substep fails 2020-12-22 10:09:41 +01:00
DoubleBuffer.cpp Kernel: Move block condition evaluation out of the Scheduler 2020-11-30 13:17:02 +01:00
DoubleBuffer.h Kernel: Move block condition evaluation out of the Scheduler 2020-11-30 13:17:02 +01:00
Forward.h Kernel: Generate a coredump file when a process crashes 2020-12-14 23:05:53 +01:00
init.cpp Kernel: Introduce the StorageManagement class 2020-12-21 00:19:21 +01:00
IO.h
KBuffer.h Kernel: Make KBuffer::try_create_with_bytes() actually copy the bytes 2020-12-23 00:40:11 +01:00
KBufferBuilder.cpp Kernel: Move KBufferBuilder to the fallible KBuffer API 2020-12-18 19:22:26 +01:00
KBufferBuilder.h Kernel: Move KBufferBuilder to the fallible KBuffer API 2020-12-18 19:22:26 +01:00
kprintf.cpp
KResult.h
kstdio.h
KSyms.cpp Kernel+LibELF: Stop doing ELF symbolication in the kernel 2020-12-25 01:03:46 +01:00
KSyms.h
linker.ld
Lock.cpp Kernel: Fix Lock race causing infinite spinning between two threads 2020-12-16 23:38:17 +01:00
Lock.h Kernel: Fix Lock race causing infinite spinning between two threads 2020-12-16 23:38:17 +01:00
LockMode.h Kernel: Fix Lock race causing infinite spinning between two threads 2020-12-16 23:38:17 +01:00
mkmap.sh
Module.h
Multiboot.h
PerformanceEventBuffer.cpp Kernel: Use fallible KBuffer API in PerformanceEventBuffer 2020-12-19 10:23:12 +01:00
PerformanceEventBuffer.h Kernel: Use fallible KBuffer API in PerformanceEventBuffer 2020-12-19 10:23:12 +01:00
PhysicalAddress.h
Process.cpp Kernel+LibELF: Stop doing ELF symbolication in the kernel 2020-12-25 01:03:46 +01:00
Process.h LibELF: Move AuxiliaryValue into the ELF namespace 2020-12-25 14:48:30 +01:00
ProcessGroup.cpp Kernel: Move block condition evaluation out of the Scheduler 2020-11-30 13:17:02 +01:00
ProcessGroup.h Kernel: Move block condition evaluation out of the Scheduler 2020-11-30 13:17:02 +01:00
Profiling.cpp Kernel+LibELF: Stop doing ELF symbolication in the kernel 2020-12-25 01:03:46 +01:00
Profiling.h
Ptrace.cpp Kernel: Ptrace::handle_syscall() should return errors as KResult 2020-12-23 14:55:24 +01:00
Ptrace.h
Random.cpp Kernel: Fix some issues related to fixes and block conditions 2020-12-12 21:28:12 +01:00
Random.h LibCrypto: Require intent parameter in CTR constructor 2020-11-29 20:22:56 +01:00
RTC.cpp
RTC.h
Scheduler.cpp Kernel: Panic if we're about to switch to a user thread with IOPL!=0 2020-12-23 14:30:10 +01:00
Scheduler.h Kernel: Fix some issues related to fixes and block conditions 2020-12-12 21:28:12 +01:00
SharedBuffer.cpp Kernel: Fix SharedBuffer reference counting on fork 2020-11-24 21:26:39 +01:00
SharedBuffer.h Kernel: Fix SharedBuffer reference counting on fork 2020-11-24 21:26:39 +01:00
SpinLock.h Kernel: Minor SpinLock improvements 2020-11-11 12:27:25 +01:00
StdLib.cpp
StdLib.h Kernel: Add checks for is_trivially_copyable to copy_to/from_user 2020-10-02 15:38:07 +02:00
Syscall.cpp Kernel: Don't allow modifying IOPL via sys$ptrace() or sys$sigreturn() 2020-12-22 19:38:25 +01:00
Thread.cpp LibELF: Move AuxiliaryValue into the ELF namespace 2020-12-25 14:48:30 +01:00
Thread.h LibELF: Move AuxiliaryValue into the ELF namespace 2020-12-25 14:48:30 +01:00
ThreadBlockers.cpp Kernel: Change wait blocking to Process-only blocking 2020-12-12 21:28:12 +01:00
ThreadTracer.cpp
ThreadTracer.h
TimerQueue.cpp Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
TimerQueue.h Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
UnixTypes.h Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
UserOrKernelBuffer.cpp
UserOrKernelBuffer.h
VirtualAddress.cpp Kernel: Add formatter for VirtualAddress 2020-12-25 12:51:11 +01:00
VirtualAddress.h Kernel: Add formatter for VirtualAddress 2020-12-25 12:51:11 +01:00
WaitQueue.cpp Kernel: Fix Lock race causing infinite spinning between two threads 2020-12-16 23:38:17 +01:00
WaitQueue.h Kernel: Fix Lock race causing infinite spinning between two threads 2020-12-16 23:38:17 +01:00