Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace vor 4 Jahren
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ vor 4 Jahren
  Tom 668de76fa7 Kernel: Don't truncate physical address in ACPI table to 32 bits vor 4 Jahren
  Andreas Kling 2da0581fd2 Kernel: Replace "folder" => "directory" everywhere vor 4 Jahren
  Andreas Kling 84ae2b6f00 Kernel: Use nested namespace declarations in ACPI code vor 4 Jahren
  Andreas Kling b1c68dd235 Kernel: Rename SysFS related classes in ACPI code vor 4 Jahren
  Andreas Kling 805319ed30 Kernel: Replace "Folder" => "Directory" everywhere vor 4 Jahren
  Andreas Kling 60a7a9d523 Kernel: Rename SystemExposedFolder => SysFSDirectory vor 4 Jahren
  Andreas Kling 517170a986 Kernel: Rename SystemExposedComponent => SysFSComponent vor 4 Jahren
  Andreas Kling 27244eb0ee Kernel: Rename SystemRegistrar => SysFSComponentRegistry vor 4 Jahren
  Liav A 6282df3066 Kernel/ACPI: Don't ask from TypedMapping to map 2 pages if unnecessary vor 4 Jahren
  Liav A 6568bb47cb Kernel/PCI: Move the PCI components as a subfolder to the Bus directory vor 4 Jahren
  Liav A 92c0dab5ab Kernel: Introduce the new SysFS vor 4 Jahren
  Hendiadyoin1 62f9377656 Kernel: Move special sections into Sections.h vor 4 Jahren
  Hendiadyoin1 7ca3d413f7 Kernel: Pull apart CPU.h vor 4 Jahren
  Luke 4ee58d36c0 Kernel/ACPI: Sprinkle links to the specification all over vor 4 Jahren
  Liav A 49b132a92d Kernel/ACPI: Map two pages when reading the FADT vor 4 Jahren
  Gunnar Beutner 6cf59b6ae9 Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr vor 4 Jahren
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
  Andreas Kling ef1e5db1d0 Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) vor 4 Jahren
  Andreas Kling bc925f57bb Kernel: Convert klog() => AK::Format in ACPI::Parser vor 4 Jahren
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY vor 4 Jahren
  Andreas Kling 2b2828ae52 Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions vor 4 Jahren
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) vor 4 Jahren
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. vor 4 Jahren
  asynts 8571209560 Kernel: Fix crash when booting with ACPI. vor 4 Jahren
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. vor 4 Jahren
  asynts 1a3a0836c0 Everywhere: Use CMake to generate AK/Debug.h. vor 4 Jahren
  asynts 5356aae3cc Everywhere: Replace a bundle of dbg with dbgln. vor 4 Jahren
  Sahan Fernando 9bf76a85c8 Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf vor 4 Jahren