serenity/Kernel
RatcheT2497 62a25aa46d Kernel/RTL8168: Change wrong u32 mmio reads to u8
Crash caused by erroneous reading of a few 8bit registers as 32bit,
causing an unaligned access panic.
2025-01-15 21:32:54 -05:00
..
API Kernel+Userland: Add immutable mounts 2024-12-23 20:38:38 +01:00
Arch Kernel/xHCI: Support xHCI controllers defined in the devicetree 2025-01-13 19:30:54 +01:00
Boot Kernel: Move boot info variables into a shared struct 2024-10-30 18:51:35 -04:00
Bus Kernel/xHCI: Support xHCI controllers defined in the devicetree 2025-01-13 19:30:54 +01:00
Devices Kernel/GPU: Add a simple-framebuffer devicetree driver 2025-01-14 00:16:43 +01:00
EFIPrekernel EFIPrekernel: Don't depend on install_libc_headers 2024-12-01 13:53:02 +01:00
FileSystem Kernel/MM: Set the correct memory type for mmap()s 2025-01-13 19:30:54 +01:00
Firmware Kernel/DeviceTree: Ignore nodes with status != "okay" 2025-01-13 19:30:54 +01:00
Heap Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
Interrupts Kernel: Remove passing of register state to IRQ handlers 2024-09-01 21:00:18 +02:00
Library Kernel: Share __assertion_failed() implementation between architectures 2024-10-30 18:42:21 -04:00
Locking Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
Memory Kernel/MM: Make allocate_region_with_vmobject MemoryType-aware 2025-01-13 19:30:54 +01:00
Net Kernel/RTL8168: Change wrong u32 mmio reads to u8 2025-01-15 21:32:54 -05:00
Prekernel Kernel+LibC: Clean up assembly code 2025-01-10 12:31:16 +01:00
Security Kernel: Make Processor::read_cycle_count return an Optional<u64> 2024-12-19 12:53:52 -05:00
Syscalls Kernel/MM: Set the correct memory type for mmap()s 2025-01-13 19:30:54 +01:00
Tasks Kernel+Userland: Add immutable mounts 2024-12-23 20:38:38 +01:00
Time Kernel/aarch64: Add ARMv8Timer support 2024-12-12 15:06:28 +01:00
CMakeLists.txt Kernel/GPU: Add a simple-framebuffer devicetree driver 2025-01-14 00:16:43 +01:00
Debug.h.in Net/Kernel: Add basic ICMPv6 support 2024-10-04 12:04:17 +02:00
embedmap.sh Kernel: Make new kernel build process work on macOS 2021-07-15 11:04:30 +02:00
Forward.h Kernel: Introduce the HostnameContext class 2024-07-21 11:44:23 +02:00
generate-version-file.sh Kernel: Bake version information into the Kernel 2022-10-14 13:45:33 +02:00
kprintf.cpp Kernel/Devices: Remove the DeviceManagement singleton 2024-10-05 12:26:48 +02:00
kstdio.h Kernel: Remove includes to LibC stdarg definitions 2023-03-01 19:36:53 -07:00
KSyms.cpp Kernel: Move boot info variables into a shared struct 2024-10-30 18:51:35 -04:00
KSyms.h Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
mkmap.sh
SanCov.cpp Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
Sections.h Kernel: Move boot info variables into a shared struct 2024-10-30 18:51:35 -04:00
UnixTypes.h Kernel/Net: Implement TCP_NODELAY 2023-11-08 09:31:54 +01:00