Commit History

Author SHA1 Message Date
  Timon Kruiper a4534678f9 Kernel: Implement InterruptDisabler using generic Processor functions 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Brian Gianforcaro d05fa14e52 Kernel: Use TRY() when validating clock_id in TimeManagement 3 years ago
  Idan Horowitz 57ba67ed2a Kernel: Create the time page region before initializing the timers 3 years ago
  Pankaj Raghav 1a27220bca Kernel: Encapsulate APIC initialization inside InterruptManagement 3 years ago
  Andreas Kling 0592f80186 Kernel: Add TimeManagement::is_initialized() 3 years ago
  Liav A 9132596b8e Kernel: Move ACPI and BIOS code into the new Firmware directory 3 years ago
  Andreas Kling 75564b4a5f Kernel: Make kernel region allocators return KResultOr<NOP<Region>> 3 years ago
  Andreas Kling d60635cb9d Kernel: Convert Processor::in_irq() to static current_in_irq() 3 years ago
  Andreas Kling b7dae4f90e Kernel: Add CLOCK_MONOTONIC_COARSE to the kernel time page 3 years ago
  Andreas Kling aaead6f332 Kernel: Only expose CLOCK_REALTIME_COARSE via the kernel time page 3 years ago
  Andreas Kling 11456ebc00 Kernel: Close race window in timestamp update mechanism 3 years ago
  Andreas Kling fdfc66db61 Kernel+LibC: Allow clock_gettime() to run without syscalls 3 years ago
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton 3 years ago
  Brian Gianforcaro b1740e410b Kernel: Remove unused header includes in Time subtree 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
  Gunnar Beutner 52a4a1ec75 Kernel: Fix return value for {enable,disable}_profile_timer() 4 years ago
  Liav A 8a4cc735b9 Kernel: Don't use the profile timer if we don't have a timer to assign 4 years ago
  Gunnar Beutner 8614d18956 Kernel: Use a separate timer for profiling the system 4 years ago
  Brian Gianforcaro 11306d7121 Kernel: Modify TimeManagement::current_time(..) API so it can't fail. (#6869) 4 years ago
  Brian Gianforcaro 64b4e3f34b Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871) 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling 77b8865538 Kernel: Convert klog() => AK::Format in TimeManagement 4 years ago
  Brian Gianforcaro 0f424afd5a Kernel: Mark more of the kernel initialization as UNMAP_AFTER_INIT 4 years ago
  Brian Gianforcaro 84a399de5d Kernel: Move Kernel CommandLine parsing to strongly typed API. 4 years ago
  Ben Wiederhake c040e64b7d Kernel: Make TimeManagement use AK::Time internally 4 years ago
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 years ago
  Andreas Kling fdf03852c9 Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions 4 years ago
  Tom e2f9e557d3 Kernel: Make Processor::id a static function 4 years ago