serenity/Kernel
demostanis c56cbf8027 CMake: Quote all CMAKE_COMMAND occurences
Building might fail if the cmake command path contains
whitespace. See https://stackoverflow.com/a/35853080.
2022-09-02 23:34:47 +01:00
..
API Kernel: Remove big lock from sys$socket 2022-08-23 20:29:50 +02:00
Arch Kernel/aarch64: Implement VERIFY_INTERRUPTS_{ENABLED, DISABLED} 2022-08-26 12:51:57 +02:00
Bus Kernel/USB: Rework UHCI interrupt transfer schedule 2022-08-28 13:40:07 +02:00
Devices Kernel: Simplify the File memory-mapping API 2022-08-24 14:57:51 +02:00
FileSystem Kernel: Simplify the File memory-mapping API 2022-08-24 14:57:51 +02:00
Firmware
Graphics Kernel: Simplify the File memory-mapping API 2022-08-24 14:57:51 +02:00
Heap Kernel: Stop taking MM lock while using PD/PT quickmaps 2022-08-22 17:56:03 +02:00
Interrupts
Library
Locking Kernel: Move Spinlock functions back to arch independent Locking folder 2022-08-26 12:51:57 +02:00
Memory Kernel: Dump OOM debug info after releasing the MM global data lock 2022-08-27 21:54:13 +03:00
Net
Prekernel
Storage Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
Syscalls Kernel: Don't wrap AddressSpace's RegionTree in SpinlockProtected 2022-08-24 14:57:51 +02:00
Tasks
Time
TTY
AddressSanitizer.cpp
AddressSanitizer.h
Assertions.h Kernel/aarch64: Implement VERIFY_INTERRUPTS_{ENABLED, DISABLED} 2022-08-26 12:51:57 +02:00
AtomicEdgeAction.h
BootInfo.h
CMakeLists.txt CMake: Quote all CMAKE_COMMAND occurences 2022-09-02 23:34:47 +01:00
CMOS.cpp
CMOS.h
CommandLine.cpp Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
CommandLine.h
Coredump.cpp Kernel: Buffer an entire region when generating coredumps 2022-08-31 16:28:47 +02:00
Coredump.h Kernel: Work using copies of specific region data during a coredump 2022-08-31 16:28:47 +02:00
Credentials.cpp
Credentials.h
Debug.h.in
DoubleBuffer.cpp
DoubleBuffer.h
embedmap.sh
Forward.h
FutexQueue.cpp
FutexQueue.h
GlobalProcessExposed.cpp Kernel: Wrap process address spaces in SpinlockProtected 2022-08-24 14:57:51 +02:00
init.cpp Kernel: Changed serial debug functions and variables for readability 2022-08-27 19:42:52 +01:00
KBuffer.h
KBufferBuilder.cpp
KBufferBuilder.h
KLexicalPath.cpp
KLexicalPath.h
kprintf.cpp Kernel: Changed serial debug functions and variables for readability 2022-08-27 19:42:52 +01:00
kstdio.h Kernel: Changed serial debug functions and variables for readability 2022-08-27 19:42:52 +01:00
KString.cpp
KString.h
KSyms.cpp
KSyms.h
MiniStdLib.cpp
mkmap.sh
Multiboot.h
Panic.cpp
Panic.h
PerformanceEventBuffer.cpp Kernel: Don't wrap AddressSpace's RegionTree in SpinlockProtected 2022-08-24 14:57:51 +02:00
PerformanceEventBuffer.h
PerformanceManager.h
PhysicalAddress.h
Process.cpp Kernel: Wrap process address spaces in SpinlockProtected 2022-08-24 14:57:51 +02:00
Process.h Kernel: Stop verifying interrupts are disabled in Process::for_each 2022-08-27 21:54:13 +03:00
ProcessExposed.cpp
ProcessExposed.h
ProcessGroup.cpp
ProcessGroup.h
ProcessProcFSTraits.cpp
ProcessSpecificExposed.cpp Kernel: Don't wrap AddressSpace's RegionTree in SpinlockProtected 2022-08-24 14:57:51 +02:00
Random.cpp
Random.h
RTC.cpp
RTC.h
SanCov.cpp
Scheduler.cpp Kernel: Reorganize and colorize the scheduler thread list dump 2022-08-26 13:07:07 +02:00
Scheduler.h Kernel: Use InterruptsState in Spinlock code 2022-08-26 12:51:57 +02:00
Sections.h Kernel: Make the page table quickmaps per-CPU 2022-08-22 17:56:03 +02:00
StdLib.cpp
StdLib.h
Syscall.cpp Kernel: Wrap process address spaces in SpinlockProtected 2022-08-24 14:57:51 +02:00
Thread.cpp Kernel: Remove global MM lock in favor of SpinlockProtected 2022-08-26 01:04:51 +02:00
Thread.h Kernel: Show more (b)locking info when dumping the process list 2022-08-26 13:07:07 +02:00
ThreadBlockers.cpp Kernel: Use InterruptsState in Spinlock code 2022-08-26 12:51:57 +02:00
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