Commit History

Author SHA1 Message Date
  asynts eea72b9b5c Everywhere: Hook up remaining debug macros to Debug.h. 4 years ago
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. 4 years ago
  asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln. 4 years ago
  Tom 476f17b3f1 Kernel: Merge PurgeableVMObject into AnonymousVMObject 4 years ago
  Lenny Maiorani b2316701a8 Everywhere: void arguments to C functions 4 years ago
  Lenny Maiorani 765936ebae Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 4 years ago
  Tom 8c764319ad Kernel: Various APIC timer fixes 4 years ago
  Tom fe615e601a Kernel: Set up and calibrate APIC timer, and enable timer on all CPUs 4 years ago
  Andreas Kling af20b9424f Kernel: Unbreak /proc/interrupts when running with APIC 4 years ago
  Andreas Kling c7a13b7a74 Kernel: Tweak strange PAGE_ROUND_UP(1) in APIC code 4 years ago
  Luke 68b361bd21 Kernel: Return ENOMEM in more places 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
  Tom b02d33bd63 Kernel: Fix some flaws that caused crashes or hangs during boot 5 years ago
  Tom bc107d0b33 Kernel: Add SMP IPI support 5 years ago
  Tom fb41d89384 Kernel: Implement software context switching and Processor structure 5 years ago
  Tom 0bc92c259d Kernel: Detect APs and boot them into protected mode 5 years ago
  Andreas Kling 59a56a78c0 Kernel: Oops, we need to use map_typed_writable() for write access :^) 5 years ago
  Andreas Kling 2fe6b3725a Kernel: Use TypedMappings in the very unfinished APIC code 5 years ago
  Andreas Kling 21d5f4ada1 Kernel: Absorb LibBareMetal back into the kernel 5 years ago
  Andreas Kling 03eb0e5638 Kernel: Let's say that IO::delay(N) delays for N microseconds 5 years ago
  Liav A f86be46c98 Kernel: Abstract IRQ controller handling from Interrupt handlers 5 years ago
  Liav A 7c859efa85 Kernel: Change the Spurious Interrupt Handler offset in the APIC 5 years ago
  Andreas Kling 7d862dd5fc AK: Reduce header dependency graph of String.h 5 years ago
  Shannon Booth 81adefef27 Kernel: Run clang-format on files 5 years ago