Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker há 4 anos atrás
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock há 4 anos atrás
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* há 4 anos atrás
  Andreas Kling 0a02496f04 Kernel/SMP: Change critical sections to not disable interrupts 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 74e6a70958 Kernel/SMP: Don't process SMP messages in non-SMP mode há 4 anos atrás
  Andreas Kling a971de89d3 Kernel/SMP: Process the deferred call queue in exit_trap() há 4 anos atrás
  Andreas Kling 57a7dfbd28 Kernel/SMP: Don't process SMP messages in exit_trap() in non-SMP mode há 4 anos atrás
  Andreas Kling f27e7bbbf4 Kernel/SMP: Don't enable interrupts in Processor::exit_trap há 4 anos atrás
  Andreas Kling cd0fc7f52c Kernel/SMP: Mark s_smp_enabled READONLY_AFTER_INIT há 4 anos atrás
  Andreas Kling ab5c422a29 Kernel/SMP: Make SMP message queueing work correctly há 4 anos atrás
  Andreas Kling d21b8f9013 Kernel/SMP: Fix ProcessorMessage deallocation bug há 4 anos atrás
  Andreas Kling f3fed411d4 Kernel: Rename Processor::smp_queue_message() => smp_enqueue_message() há 4 anos atrás
  Andreas Kling 46215a8183 Kernel: Add Processor::pause() and use it to give the CPU a rest há 4 anos atrás
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace há 4 anos atrás
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ há 4 anos atrás
  Andreas Kling 84d3428ab3 Kernel: Remove a handful of unused member functions in Processor há 4 anos atrás
  Andreas Kling 1e43292c3b Kernel: Introduce ProcessorSpecific<T> for per-CPU data structures há 4 anos atrás
  Brian Gianforcaro 1cffecbe8d Kernel: Push ARCH specific ifdef's down into RegisterState functions há 4 anos atrás
  Tom a635ff4e60 Everywhere: Make tracking cpu usage independent from system ticks há 4 anos atrás
  Jean-Baptiste Boric 528574d958 Kernel: Detect and display CPUID Hyper-V data há 4 anos atrás
  Jean-Baptiste Boric b22357b17b Kernel: Detect and display CPUID hypervisor signature há 4 anos atrás
  Jean-Baptiste Boric 4cc346fb19 Kernel: Add support for hypervisor CPUID feature há 4 anos atrás
  Brian Gianforcaro da665077ce Kernel: Remove unused header includes in Arch subtree há 4 anos atrás
  Hendiadyoin1 9b7e48c6bd Kernel: Replace raw asm functions with naked ones há 4 anos atrás
  Gunnar Beutner c51b49a8cb Kernel: Implement TLS support for x86_64 há 4 anos atrás
  Gunnar Beutner 04a912f68f Kernel: Hide the implementation detail that MSRs use two registers há 4 anos atrás
  Gunnar Beutner 52f9aaa823 Kernel: Use the GS segment for the per-CPU struct há 4 anos atrás
  Gunnar Beutner 0b82c583e0 Kernel: Implement capturing stack traces on x86_64 há 4 anos atrás
  Gunnar Beutner df9e73de25 Kernel: Add x86_64 support for fork() há 4 anos atrás