Cronologia Commit

Autore SHA1 Messaggio Data
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 4 anni fa
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ 4 anni fa
  Brian Gianforcaro 187a8f6896 Kernel: Remove unused header includes in ACPI subtree 4 anni fa
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` 4 anni fa
  Hendiadyoin1 62f9377656 Kernel: Move special sections into Sections.h 4 anni fa
  Brian Gianforcaro 32f96eb937 Kernel: Remove usage of adopt_own in MultiProcessorParser 4 anni fa
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
  Andreas Kling 8fc3f710b3 Kernel: Convert klog() => AK::Format in MultiProcessorParser 4 anni fa
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 anni fa
  Andreas Kling 2b2828ae52 Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions 4 anni fa
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 4 anni fa
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. 4 anni fa
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. 4 anni fa
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. 4 anni fa
  asynts 5356aae3cc Everywhere: Replace a bundle of dbg with dbgln. 4 anni fa
  Lenny Maiorani e6f907a155 AK: Simplify constructors and conversions from nullptr_t 4 anni fa
  asynts 4e8fd0216b Everywhere: Replace a bundle of dbg with dbgln. 4 anni fa
  Andreas Kling b8af5cd8da Kernel: Simplify MP table parser a little bit more 5 anni fa
  Andreas Kling 4b847810bf Kernel: Simplify scanning BIOS/EBDA and MP parser initialization 5 anni fa
  Andreas Kling 84b7bc5e14 Kernel: Add convenient ways to map whole BIOS and EBDA into memory 5 anni fa
  Andreas Kling 6b5d2afd00 Kernel: Clean up and simplify MP table parsing 5 anni fa
  Andreas Kling 21d5f4ada1 Kernel: Absorb LibBareMetal back into the kernel 5 anni fa
  Andreas Kling d92f62db43 Kernel: Remove ref-counting from interrupt override metadata 5 anni fa
  Liav A 4d44a3bdfe Kernel: Reorder bitwise operations when creating PCI interrupt overrides 5 anni fa
  Liav A e4ad1b92fb MultiProcessor: Silence debug message spam 5 anni fa
  Liav A fec8763c21 Interrupts: Make the MultiProcessorParser functional again 5 anni fa
  Andreas Kling 7d862dd5fc AK: Reduce header dependency graph of String.h 5 anni fa
  Andreas Kling b1058b33fb AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) 5 anni fa
  Andreas Kling c6693f9b3a Kernel: Simplify a bunch of dbg() and klog() calls 5 anni fa
  Liav A d9d792d37f Kernel: Print MultiProcessor features 5 anni fa