serenity/Kernel
Gunnar Beutner dfee6f73d2 Kernel: Replace VERIFY_NOT_REACHED with TODO_AARCH64
This makes it easier to differentiate between cases where certain
functionality is not implemented vs. cases where a code location
should really be unreachable.
2022-10-16 17:35:37 +02:00
..
API Kernel: Implement userspace support for syscalls on AARCH64 2022-10-14 13:01:13 +02:00
Arch Kernel: Replace VERIFY_NOT_REACHED with TODO_AARCH64 2022-10-16 17:35:37 +02:00
Bus Kernel: Fix a comment typo 2022-09-30 20:09:26 -07:00
Devices Kernel: Introduce the IOWindow class 2022-09-23 17:22:15 +01:00
FileSystem Kernel: Add support for the FAT32 filesystem 2022-10-14 18:36:40 -06:00
Firmware Kernel/SysFS: Expose file size of ACPI tables in /sys/firmware/acpi 2022-10-16 17:26:35 +02:00
Graphics Kernel/aarch64: Get framebuffer data from BootFramebufferConsole 2022-10-01 14:09:01 +02:00
Heap Kernel: Add formal Processor::verify_no_spinlocks_held() API 2022-10-16 02:29:14 -06:00
Interrupts Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrs 2022-09-25 16:52:56 +03:00
Library
Locking
Memory Kernel/aarch64: Set up pointer to kernel page directory 2022-10-01 14:09:01 +02:00
Net Kernel: Introduce the IOWindow class 2022-09-23 17:22:15 +01:00
Prekernel
Storage Kernel/Storage: Remove the ramdisk implementation 2022-10-03 11:12:35 +02:00
Syscalls Kernel: Add support for the FAT32 filesystem 2022-10-14 18:36:40 -06:00
Tasks
Time Kernel: Move Scheduler current time method to the TimeManagement code 2022-10-14 14:13:51 +02:00
TTY
AddressSanitizer.cpp
AddressSanitizer.h
Assertions.h Kernel: Replace VERIFY_NOT_REACHED with TODO_AARCH64 2022-10-16 17:35:37 +02:00
AtomicEdgeAction.h
BootInfo.h
CMakeLists.txt Kernel: Add support for the FAT32 filesystem 2022-10-14 18:36:40 -06:00
CommandLine.cpp
CommandLine.h
Coredump.cpp
Coredump.h
Credentials.cpp
Credentials.h
Debug.h.in Kernel: Add support for the FAT32 filesystem 2022-10-14 18:36:40 -06:00
DoubleBuffer.cpp
DoubleBuffer.h
embedmap.sh
Forward.h
FutexQueue.cpp
FutexQueue.h
generate-version-file.sh Kernel: Bake version information into the Kernel 2022-10-14 13:45:33 +02:00
GlobalProcessExposed.cpp Kernel: Remove unused /proc/devices node 2022-10-16 02:24:43 -06:00
IOWindow.cpp Kernel: Introduce the IOWindow class 2022-09-23 17:22:15 +01:00
IOWindow.h Kernel: Introduce the IOWindow class 2022-09-23 17:22:15 +01:00
KBuffer.h
KBufferBuilder.cpp
KBufferBuilder.h
KLexicalPath.cpp
KLexicalPath.h
kprintf.cpp
kstdio.h
KString.cpp
KString.h
KSyms.cpp Kernel: Add ability to dump backtrace from provided frame pointer 2022-10-01 14:09:01 +02:00
KSyms.h Kernel: Add ability to dump backtrace from provided frame pointer 2022-10-01 14:09:01 +02:00
MiniStdLib.cpp
mkmap.sh
Multiboot.h
Panic.cpp
Panic.h
PerformanceEventBuffer.cpp
PerformanceEventBuffer.h
PerformanceManager.h
PhysicalAddress.h
Process.cpp Kernel: By default, don't dump regions when a userspace crash happens 2022-09-24 14:22:09 +02:00
Process.h
ProcessExposed.cpp
ProcessExposed.h
ProcessGroup.cpp
ProcessGroup.h
ProcessProcFSTraits.cpp
ProcessSpecificExposed.cpp
Random.cpp Kernel: Move x86-specific timer code handling to Arch/x86/Time directory 2022-09-23 17:22:15 +01:00
Random.h
SanCov.cpp
Scheduler.cpp Kernel: Move Scheduler current time method to the TimeManagement code 2022-10-14 14:13:51 +02:00
Scheduler.h Kernel: Move Scheduler current time method to the TimeManagement code 2022-10-14 14:13:51 +02:00
Sections.h
StdLib.cpp AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places 2022-10-04 23:35:07 +01:00
StdLib.h
Syscall.cpp
Thread.cpp
Thread.h
ThreadBlockers.cpp
ThreadTracer.cpp
ThreadTracer.h
TimerQueue.cpp
TimerQueue.h
UBSanitizer.cpp
UnixTypes.h
UserOrKernelBuffer.cpp
UserOrKernelBuffer.h
VirtualAddress.h
WaitQueue.cpp
WaitQueue.h
WorkQueue.cpp
WorkQueue.h