Historique des commits

Auteur SHA1 Message Date
  Liav A 7520acd4eb Kernel: Move Scheduler current time method to the TimeManagement code il y a 2 ans
  Liav A 3651d9701e Kernel: Abstract platform-specific current time methods from Scheduler il y a 2 ans
  Markus Pfeifenberger 0cfcac7900 Kernel: Only use the TSC when it is invariant il y a 2 ans
  Liav A d5ee03ef5b Kernel/x86: Move RTC and CMOS code to x86 arch-specific subdirectory il y a 2 ans
  Tim Schumacher 8ba6e96d05 Kernel: Reorganize and colorize the scheduler thread list dump il y a 2 ans
  Tim Schumacher 2bf5052608 Kernel: Show more (b)locking info when dumping the process list il y a 2 ans
  Timon Kruiper e8aff0c1c8 Kernel: Use InterruptsState in Spinlock code il y a 2 ans
  Andreas Kling a3b2b20782 Kernel: Remove global MM lock in favor of SpinlockProtected il y a 2 ans
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes il y a 3 ans
  kleines Filmröllchen 4314c25cf2 Kernel: Require lock rank for Spinlock construction il y a 3 ans
  Andreas Kling c3ad4ffcec Kernel: Schedule threads on all processors when SMP is enabled il y a 3 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Brian Gianforcaro 6b85b358f8 Kernel: Unify Kernel task names for consistency il y a 3 ans
  Timon Kruiper a4534678f9 Kernel: Implement InterruptDisabler using generic Processor functions il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Linus Groh bd110be367 Kernel: Fix typo in a comment il y a 3 ans
  Idan Horowitz 5fa75dbcda Kernel: Try to dispatch pending signals on context switch il y a 3 ans
  Andreas Kling cc9ed31c37 Kernel: Don't mark current thread as inactive after successful exec() il y a 3 ans
  Andreas Kling cffcfca80a Kernel: Remove unused bool return values from scheduler functions il y a 3 ans
  Andreas Kling a6b5065d94 Kernel: Simplify x86 IOPL sanity check il y a 3 ans
  Andreas Kling 684d5eed19 Kernel: VERIFY that Scheduler::context_switch() always has a from-thread il y a 3 ans
  Andreas Kling dca5fe69eb Kernel: Make Thread::State an `enum class` and use it consistently il y a 3 ans
  Andreas Kling 677da0288c Kernel: Don't dispatch signals in Processor::enter_current() il y a 3 ans
  Idan Horowitz 309d71a66b Kernel: Use kernelputstr instead of dbgln when printing backtraces il y a 3 ans
  Hendiadyoin1 23037d619a Kernel: Simplify some if statements il y a 3 ans
  Hendiadyoin1 04d75f4ff9 Kernel: Add some implied auto qualifiers il y a 3 ans
  Daniel Bertalan 52beeebe70 Kernel: Remove the KString::try_create(String::formatted(...)) pattern il y a 3 ans
  Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions il y a 3 ans
  James Mintram b08eb37b11 Kernel: Add an x86 include check+error in x86/TrapFrame.h il y a 3 ans
  Ali Mohammad Pur 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList il y a 3 ans