Commit History

Author SHA1 Message Date
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton 4 years ago
  Hendiadyoin1 62f9377656 Kernel: Move special sections into Sections.h 4 years ago
  Hendiadyoin1 7ca3d413f7 Kernel: Pull apart CPU.h 4 years ago
  Brian Gianforcaro 4bf9b399f7 Kernel: Remove unused header includes from various files. 4 years ago
  Linus Groh dbe72fd962 Everywhere: Remove empty line after function body opening curly brace 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Hendiadyoin1 0d934fc991 Kernel::CPU: Move headers into common directory 4 years ago
  Andreas Kling a906670d1c Kernel: Convert klog() => dmesgln() in VMWareBackdoor 4 years ago
  Brian Gianforcaro 84a399de5d Kernel: Move Kernel CommandLine parsing to strongly typed API. 4 years ago
  Tom b4c1b96d96 Kernel: Fix scrolling up in VMware 4 years ago
  Andreas Kling 2b2828ae52 Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions 4 years ago
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 4 years ago
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. 4 years ago
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. 4 years ago
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. 4 years ago
  asynts 1a3a0836c0 Everywhere: Use CMake to generate AK/Debug.h. 4 years ago
  asynts 78b2be5a2a Everywhere: Replace a bundle of dbg with dbgln. 4 years ago
  Ben Wiederhake 64cc3f51d0 Meta+Kernel: Make clang-format-10 clean 4 years ago
  Tom d89582880e Kernel: Switch singletons to use new Singleton class 4 years ago
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" 5 years ago
  Andreas Kling 8925ad3fa0 Revert "Kernel: Move Singleton class to AK" 5 years ago
  Andreas Kling 68580d5a8d Revert "AK: Get rid of make_singleton function" 5 years ago
  Tom 5a98e329d1 AK: Get rid of make_singleton function 5 years ago
  Tom f0906250a1 Kernel: Move Singleton class to AK 5 years ago
  Tom f48feae0b2 Kernel: Switch singletons to use new Singleton class 5 years ago
  Andreas Kling 11c4a28660 Kernel: Move headers intended for userspace use into Kernel/API/ 5 years ago
  Andreas Kling 21d5f4ada1 Kernel: Absorb LibBareMetal back into the kernel 5 years ago
  Liav A e9df6189f4 Kernel: Assert if we try to initialize VMWareBackdoor more than once 5 years ago
  Andreas Kling 5cc09b0245 Kernel: Simplify VMWareBackdoor somewhat 5 years ago
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() 5 years ago