ladybird/Kernel
2022-01-10 19:10:02 +01:00
..
API Everywhere: Add serenity_dev_{makedev,major,minor} 2022-01-09 00:58:44 +01:00
Arch Kernel: Dump memory regions when crashing in ring 0 2022-01-08 16:31:14 +01:00
Bus Kernel: Use DMA helper everywhere 2022-01-09 00:45:38 +01:00
Devices Kernel: Page-align AC'97 audio buffer descriptor list 2022-01-09 19:11:29 +02:00
FileSystem Kernel: Fix broken disk cache behavior with O_DIRECT 2022-01-08 20:15:25 +01:00
Firmware Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00
Graphics Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
Heap
Interrupts Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00
Library Kernel: Unbreak ref counting hooks in ListedRefCounted & RefCounted 2022-01-08 17:25:37 +01:00
Locking
Memory Kernel: Remove redundant hash map of page tables in PageDirectory 2022-01-10 16:22:37 +01:00
Net Kernel: Harden Socket::pseudo_path(..) implementations against OOM 2022-01-09 12:22:52 +01:00
Prekernel Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
Storage Kernel: Make enumerate_disk_partitions function not const 2022-01-09 20:18:37 -08:00
Syscalls Kernel: Delay Process data unprotection in sys$pledge() 2022-01-02 18:08:02 +01:00
Tasks
Time
TTY Kernel: Lock weak pointer revocation during listed-ref-counted unref 2022-01-08 16:31:14 +01:00
AddressSanitizer.cpp
AddressSanitizer.h
Assertions.h
AtomicEdgeAction.h
BootInfo.h
CMakeLists.txt Kernel: Fix indentation in CMakeLists.txt 2022-01-10 19:10:02 +01:00
CMOS.cpp
CMOS.h
CommandLine.cpp Kernel: Add option to force using only the bootloader framebuffer 2022-01-06 22:34:11 +01:00
CommandLine.h Kernel: Add option to force using only the bootloader framebuffer 2022-01-06 22:34:11 +01:00
Coredump.cpp
Coredump.h
Debug.h.in Kernel/NVMe: Add initial NVMe driver support 2022-01-01 14:55:58 +01:00
DoubleBuffer.cpp
DoubleBuffer.h
embedmap.sh
Forward.h
FutexQueue.cpp
FutexQueue.h
GlobalProcessExposed.cpp
init.cpp
KBuffer.h
KBufferBuilder.cpp
KBufferBuilder.h
KLexicalPath.cpp
KLexicalPath.h
kprintf.cpp
kstdio.h
KString.cpp
KString.h
KSyms.cpp
KSyms.h
linker.ld
MiniStdLib.cpp
mkmap.sh Kernel: Use the toolchain's nm in mkmap.sh 2021-12-30 18:10:51 +01:00
Multiboot.h Kernel: Only use multiboot framebuffer details if present 2022-01-06 22:34:11 +01:00
Panic.cpp
Panic.h
PerformanceEventBuffer.cpp Kernel: Use unchecked_append in PerformanceEventBuffer raw_backtrace() 2022-01-05 14:04:18 +01:00
PerformanceEventBuffer.h
PerformanceManager.h
PhysicalAddress.h
Process.cpp Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00
Process.h Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
ProcessExposed.cpp
ProcessExposed.h
ProcessGroup.cpp
ProcessGroup.h
ProcessProcFSTraits.cpp
ProcessSpecificExposed.cpp
Random.cpp
Random.h
RTC.cpp Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00
RTC.h
SanCov.cpp
Scheduler.cpp
Scheduler.h
Sections.h
StdLib.cpp
StdLib.h
Syscall.cpp
Thread.cpp
Thread.h Kernel: Make Thread::m_kernel_stack_region a NonnullOwnPtr 2022-01-04 19:08:07 +02:00
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