..
ACPI
Kernel: Move Kernel CommandLine parsing to strongly typed API.
2021-03-03 11:05:16 +01:00
API
Kernel: Don't trust user-supplied bool in sys$stat
2021-03-03 11:03:03 +01:00
Arch
Kernel: Make the kernel compile & link for x86_64
2021-03-04 18:25:01 +01:00
Devices
Kernel: Make the kernel compile & link for x86_64
2021-03-04 18:25:01 +01:00
FileSystem
Kernel: Stop trying to keep InodeVMObject in sync with disk changes
2021-03-04 15:42:51 +01:00
Heap
Kernel: Remove unused KMALLOC_DEBUG_LARGE_ALLOCATIONS mode
2021-03-04 11:25:45 +01:00
Interrupts
Everywhere: Remove unnecessary clang-format off
s
2021-03-04 11:01:48 +01:00
Modules
Net
Everywhere: Remove unnecessary clang-format off
s
2021-03-04 11:01:48 +01:00
PCI
Everywhere: Remove unnecessary clang-format off
s
2021-03-04 11:01:48 +01:00
Storage
Kernel: Implement ScatterList for handling scattered DMA pages
2021-03-05 11:29:34 +01:00
Syscalls
Kernel: Skip TLB flushes while cloning regions in sys$fork()
2021-03-03 22:57:45 +01:00
Tasks
Kernel: Make Thread use AK::Time internally
2021-03-02 08:36:08 +01:00
Time
Kernel: Address all 32 HPET comparators correctly
2021-03-06 15:58:24 +01:00
TTY
Kernel: Make kgettimeofday use AK::Time
2021-03-02 08:36:08 +01:00
VM
Kernel: Add AnonymousVMObject constructor for a Vector of physical pages
2021-03-05 11:29:34 +01:00
.gitignore
AddressSanitizer.cpp
AddressSanitizer.h
Assertions.h
Everywhere: Remove unused RELEASE_ASSERT macro
2021-02-23 21:11:53 +01:00
CMakeLists.txt
Kernel: Add basic AHCI functionality
2021-03-05 11:29:34 +01:00
CMOS.cpp
CMOS.h
CommandLine.cpp
Kernel: Add 'boot_prof' option to enable full system profiling on boot
2021-03-03 11:05:16 +01:00
CommandLine.h
Kernel: Add 'boot_prof' option to enable full system profiling on boot
2021-03-03 11:05:16 +01:00
Console.cpp
Console.h
CoreDump.cpp
Kernel: Use default con/de-structors
2021-02-28 18:09:12 +01:00
CoreDump.h
Kernel: Use default con/de-structors
2021-02-28 18:09:12 +01:00
Debug.h.in
Kernel: Add basic AHCI functionality
2021-03-05 11:29:34 +01:00
DMI.cpp
Everywhere: Rename ASSERT => VERIFY
2021-02-23 20:56:54 +01:00
DMI.h
DoubleBuffer.cpp
Everywhere: Rename ASSERT => VERIFY
2021-02-23 20:56:54 +01:00
DoubleBuffer.h
Everywhere: Rename ASSERT => VERIFY
2021-02-23 20:56:54 +01:00
Forward.h
FutexQueue.cpp
Everywhere: Rename ASSERT => VERIFY
2021-02-23 20:56:54 +01:00
FutexQueue.h
init.cpp
Kernel: Make the kernel compile & link for x86_64
2021-03-04 18:25:01 +01:00
IO.h
Kernel: Remove repeated_{in,out}16()
2021-03-04 18:25:01 +01:00
KBuffer.h
Everywhere: Rename ASSERT => VERIFY
2021-02-23 20:56:54 +01:00
KBufferBuilder.cpp
KBufferBuilder.h
Kernel: Use default con/de-structors
2021-02-28 18:09:12 +01:00
kprintf.cpp
KResult.h
Everywhere: Remove unnecessary clang-format off
s
2021-03-04 11:01:48 +01:00
kstdio.h
KSyms.cpp
Kernel: Move SMAP disabler RAII helper to its own file
2021-02-25 17:25:34 +01:00
KSyms.h
Kernel: Take some baby steps towards x86_64
2021-02-25 16:27:12 +01:00
linker.ld
Kernel: Define a KERNEL_VIRTUAL_BASE in the linker script
2021-03-04 18:25:01 +01:00
Lock.cpp
Everywhere: Rename ASSERT => VERIFY
2021-02-23 20:56:54 +01:00
Lock.h
Kernel: Use default con/de-structors
2021-02-28 18:09:12 +01:00
LockMode.h
mkmap.sh
Module.h
Multiboot.h
Panic.cpp
Panic.h
PerformanceEventBuffer.cpp
Kernel+Profiler: Capture metadata about all profiled processes
2021-03-02 22:38:06 +01:00
PerformanceEventBuffer.h
Kernel+Profiler: Capture metadata about all profiled processes
2021-03-02 22:38:06 +01:00
PhysicalAddress.h
Kernel: Use default con/de-structors
2021-02-28 18:09:12 +01:00
Process.cpp
Kernel: Make the kernel compile & link for x86_64
2021-03-04 18:25:01 +01:00
Process.h
Kernel: Better handling of allocation failure in profiling
2021-03-02 22:38:06 +01:00
ProcessGroup.cpp
ProcessGroup.h
Random.cpp
Kernel: Fix APIC timer calibration to be more accurate
2021-03-01 11:11:09 +01:00
Random.h
Kernel: Make clang(?) happy about templates(?)
2021-03-02 08:36:08 +01:00
RTC.cpp
RTC.h
Scheduler.cpp
Kernel+Profiler: Capture metadata about all profiled processes
2021-03-02 22:38:06 +01:00
Scheduler.h
SpinLock.h
AK+Kernel: Remove NO_DISCARD macro hack
2021-03-03 23:08:42 +01:00
StdLib.cpp
Kernel: Implement 'copy_time_from_user' functions to sanitize arguments
2021-03-02 08:36:08 +01:00
StdLib.h
Kernel: Prevent using copy_from_user() for timespec/timeval
2021-03-02 08:36:08 +01:00
Syscall.cpp
Kernel: Make the kernel compile & link for x86_64
2021-03-04 18:25:01 +01:00
Thread.cpp
Kernel: Make the kernel compile & link for x86_64
2021-03-04 18:25:01 +01:00
Thread.h
Kernel: Avoid transient kmalloc heap allocations in sys$select()
2021-03-03 20:37:23 +01:00
ThreadBlockers.cpp
Kernel: Make sockets use AK::Time
2021-03-02 08:36:08 +01:00
ThreadTracer.cpp
ThreadTracer.h
Everywhere: Rename ASSERT => VERIFY
2021-02-23 20:56:54 +01:00
TimerQueue.cpp
Kernel: Make TimeManagement use AK::Time internally
2021-03-02 08:36:08 +01:00
TimerQueue.h
Kernel: Make TimerQueue use AK::Time in interface
2021-03-02 08:36:08 +01:00
UBSanitizer.cpp
Kernel: Improve KUBSAN logging for "type mismatch" errors
2021-02-24 14:27:06 +01:00
UBSanitizer.h
UnixTypes.h
Everywhere: Remove unnecessary clang-format off
s
2021-03-04 11:01:48 +01:00
UnveilNode.h
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
2021-02-26 16:59:56 +01:00
UserOrKernelBuffer.cpp
UserOrKernelBuffer.h
Everywhere: Rename ASSERT => VERIFY
2021-02-23 20:56:54 +01:00
VirtualAddress.h
Kernel: Use default con/de-structors
2021-02-28 18:09:12 +01:00
WaitQueue.cpp
Everywhere: Rename ASSERT => VERIFY
2021-02-23 20:56:54 +01:00
WaitQueue.h