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 Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
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 Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Library Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
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 Kernel: Use Process::credentials() and remove user ID/group ID helpers 2022-08-22 12:46:32 +02:00
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 Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Time Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
TTY Kernel: Use Process::credentials() and remove user ID/group ID helpers 2022-08-22 12:46:32 +02:00
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 Kernel: Make VirtualFileSystem functions take credentials as input 2022-08-21 16:02:24 +02:00
Credentials.h Kernel: Make VirtualFileSystem functions take credentials as input 2022-08-21 16:02:24 +02:00
Debug.h.in Kernel/FileSystem: Use a new debug flag for SysFS debug messages 2022-08-08 02:33:25 +00:00
DoubleBuffer.cpp
DoubleBuffer.h
embedmap.sh
Forward.h Kernel: Add Credentials to hold a set of user and group IDs 2022-08-20 18:32:50 +02:00
FutexQueue.cpp Kernel: Propagate OOM conditions out of sys$futex 2022-07-21 16:39:22 +02:00
FutexQueue.h AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel 2022-08-20 17:15:52 +02:00
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 Kernel: Update atime/ctime/mtime timestamps atomically 2022-08-22 17:56:03 +02:00
ProcessExposed.h Kernel: Update atime/ctime/mtime timestamps atomically 2022-08-22 17:56:03 +02:00
ProcessGroup.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
ProcessGroup.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
ProcessProcFSTraits.cpp Kernel: Use Process::credentials() and remove user ID/group ID helpers 2022-08-22 12:46:32 +02:00
ProcessSpecificExposed.cpp Kernel: Don't wrap AddressSpace's RegionTree in SpinlockProtected 2022-08-24 14:57:51 +02:00
Random.cpp
Random.h Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
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 Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
TimerQueue.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
UBSanitizer.cpp
UnixTypes.h
UserOrKernelBuffer.cpp
UserOrKernelBuffer.h
VirtualAddress.h
WaitQueue.cpp
WaitQueue.h
WorkQueue.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
WorkQueue.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00