提交历史

作者 SHA1 备注 提交日期
  kleines Filmröllchen d0ceaa24a6 Kernel: Implement ioctl for the SB16 to change sample rate 3 年之前
  kleines Filmröllchen 2c9afaf5ac Kernel: Modernize SB16.cpp 3 年之前
  sin-ack 4bfd6e41b9 Kernel: Make Kernel::VMObject allocation functions return KResultOr 4 年之前
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton 4 年之前
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 4 年之前
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ 4 年之前
  Andreas Kling 5217875f6a Kernel: Consolidate API for creating AnonymousVMObject with given pages 4 年之前
  Andreas Kling 88d490566f Kernel: Rename various *VMObject::create*() => try_create() 4 年之前
  Hendiadyoin1 62f9377656 Kernel: Move special sections into Sections.h 4 年之前
  Hendiadyoin1 7ca3d413f7 Kernel: Pull apart CPU.h 4 年之前
  Gunnar Beutner 9b14a8605a Kernel: Add a VERIFY() to make sure our DMA address is valid 4 年之前
  Liav A b91df26d4a Kernel/Interrupts: Return boolean on whether we handled the interrupt 4 年之前
  Brian Gianforcaro a324d4d6a3 Kernel: Make AnonymousVMObject physical page APIs OOM safe 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Jean-Baptiste Boric b05b4d4b24 Kernel: Refactor storage stack with u64 as file operations offset 4 年之前
  Andreas Kling f432f104fc Kernel: Convert klog() => AK::Format in SB16 4 年之前
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 年之前
  Andreas Kling 2b2828ae52 Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions 4 年之前
  Brian Gianforcaro ddd79fe2cf Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits. 4 年之前
  Liav A f2faf11d61 Kernel: Try to detect Sound Blaster 16 before creating an instance 4 年之前
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. 4 年之前
  asynts eea72b9b5c Everywhere: Hook up remaining debug macros to Debug.h. 4 年之前
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. 4 年之前
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum 4 年之前
  Lenny Maiorani e6f907a155 AK: Simplify constructors and conversions from nullptr_t 4 年之前
  Tom da5cc34ebb Kernel: Fix some issues related to fixes and block conditions 4 年之前
  Ben Wiederhake 64cc3f51d0 Meta+Kernel: Make clang-format-10 clean 4 年之前
  Luke 68b361bd21 Kernel: Return ENOMEM in more places 4 年之前
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 年之前
  Tom d89582880e Kernel: Switch singletons to use new Singleton class 4 年之前