Histórico de Commits

Autor SHA1 Mensagem Data
  Timon Kruiper a4534678f9 Kernel: Implement InterruptDisabler using generic Processor functions há 3 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Linus Groh bd110be367 Kernel: Fix typo in a comment há 3 anos atrás
  Idan Horowitz 5fa75dbcda Kernel: Try to dispatch pending signals on context switch há 3 anos atrás
  Andreas Kling cc9ed31c37 Kernel: Don't mark current thread as inactive after successful exec() há 3 anos atrás
  Andreas Kling cffcfca80a Kernel: Remove unused bool return values from scheduler functions há 3 anos atrás
  Andreas Kling a6b5065d94 Kernel: Simplify x86 IOPL sanity check há 3 anos atrás
  Andreas Kling 684d5eed19 Kernel: VERIFY that Scheduler::context_switch() always has a from-thread há 3 anos atrás
  Andreas Kling dca5fe69eb Kernel: Make Thread::State an `enum class` and use it consistently há 3 anos atrás
  Andreas Kling 677da0288c Kernel: Don't dispatch signals in Processor::enter_current() há 3 anos atrás
  Idan Horowitz 309d71a66b Kernel: Use kernelputstr instead of dbgln when printing backtraces há 3 anos atrás
  Hendiadyoin1 23037d619a Kernel: Simplify some if statements há 3 anos atrás
  Hendiadyoin1 04d75f4ff9 Kernel: Add some implied auto qualifiers há 3 anos atrás
  Daniel Bertalan 52beeebe70 Kernel: Remove the KString::try_create(String::formatted(...)) pattern há 3 anos atrás
  Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions há 3 anos atrás
  James Mintram b08eb37b11 Kernel: Add an x86 include check+error in x86/TrapFrame.h há 3 anos atrás
  Ali Mohammad Pur 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList há 3 anos atrás
  Andreas Kling 55b0b06897 Kernel: Store process names as KString há 3 anos atrás
  Andreas Kling 7981422500 Kernel: Make Threads always have a name há 3 anos atrás
  Andreas Kling 68bf6db673 Kernel: Rename Spinlock::is_owned_by_current_thread() há 4 anos atrás
  Andreas Kling 0b4671add7 Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread() há 4 anos atrás
  Andreas Kling d9da513959 Kernel: Move "in-scheduler" flag from SchedulerData to Processor há 4 anos atrás
  Andreas Kling dea93a8bb9 Kernel: Rename Processor::id() => current_id() há 4 anos atrás
  Andreas Kling d60635cb9d Kernel: Convert Processor::in_irq() to static current_in_irq() há 4 anos atrás
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker há 4 anos atrás
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock há 4 anos atrás
  Andreas Kling ed6f84c2c9 Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T> há 4 anos atrás
  Andreas Kling 37304203dd Kernel: Lock thread list while in Thread::unref() há 4 anos atrás
  Andreas Kling 9babb92a4b Kernel/SMP: Make entering/leaving critical sections multi-processor safe há 4 anos atrás
  Andreas Kling b7129c57df Kernel: Only get register dump when we have a trap há 4 anos atrás