serenity/Kernel
Sönke Holz 524f699ae2 Kernel+LibC: Clean up assembly code
Some assembly files were previously inconsistently formatted.

- Use 4 spaces for indentation
- Use `.L` as the local label prefix
- Remove trailing whitespace
2025-01-10 12:31:16 +01:00
..
API Kernel+Userland: Add immutable mounts 2024-12-23 20:38:38 +01:00
Arch Kernel+LibC: Clean up assembly code 2025-01-10 12:31:16 +01:00
Boot Kernel: Move boot info variables into a shared struct 2024-10-30 18:51:35 -04:00
Bus Kernel/PCI: Mark MSI-(X) as explicitly not supported on aarch64/riscv64 2024-12-30 12:56:52 +01:00
Devices Kernel/aarch64: Make RPi::SDHostController a DeviceTree::Driver 2024-12-19 12:53:52 -05:00
EFIPrekernel EFIPrekernel: Don't depend on install_libc_headers 2024-12-01 13:53:02 +01:00
FileSystem Kernel+Userland: Add immutable mounts 2024-12-23 20:38:38 +01:00
Firmware Kernel: Handle devicetree drivers with multiple compatible strings 2024-12-12 15:06:28 +01:00
Heap
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
Memory Kernel: Recognize a stack pointer pointing to the top of stack as valid 2024-12-18 16:09:52 -05:00
Net Kernel: Use MemoryType::IO for DMA regions everywhere 2024-12-12 16:07:25 +01: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+Userland: Add immutable mounts 2024-12-23 20:38:38 +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: Don't allow text relocations 2025-01-10 12:31:16 +01:00
Debug.h.in Net/Kernel: Add basic ICMPv6 support 2024-10-04 12:04:17 +02:00
embedmap.sh
Forward.h Kernel: Introduce the HostnameContext class 2024-07-21 11:44:23 +02:00
generate-version-file.sh
kprintf.cpp Kernel/Devices: Remove the DeviceManagement singleton 2024-10-05 12:26:48 +02:00
kstdio.h
KSyms.cpp Kernel: Move boot info variables into a shared struct 2024-10-30 18:51:35 -04:00
KSyms.h
mkmap.sh
SanCov.cpp
Sections.h Kernel: Move boot info variables into a shared struct 2024-10-30 18:51:35 -04:00
UnixTypes.h