Historique des commits

Auteur SHA1 Message Date
  Tom 8a258edfd6 Kernel: Add x2APIC support il y a 3 ans
  Daniel Bertalan 779cf49f38 Kernel: Fix Clang not initializing `s_bsp_processor` correctly il y a 3 ans
  Andreas Kling 492b7152d9 Kernel: Consolidate I386/X86_64 implementations of do_init_context() il y a 3 ans
  Andreas Kling 7a4f6da61b Kernel: Fix some trivial clang-tidy warnings in x86/common/Processor.cpp il y a 3 ans
  Andreas Kling dea93a8bb9 Kernel: Rename Processor::id() => current_id() il y a 3 ans
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker il y a 3 ans
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock il y a 3 ans
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* il y a 4 ans
  Andreas Kling 0a02496f04 Kernel/SMP: Change critical sections to not disable interrupts il y a 4 ans
  Andreas Kling 9babb92a4b Kernel/SMP: Make entering/leaving critical sections multi-processor safe il y a 4 ans
  Andreas Kling 74e6a70958 Kernel/SMP: Don't process SMP messages in non-SMP mode il y a 4 ans
  Andreas Kling a971de89d3 Kernel/SMP: Process the deferred call queue in exit_trap() il y a 4 ans
  Andreas Kling 57a7dfbd28 Kernel/SMP: Don't process SMP messages in exit_trap() in non-SMP mode il y a 4 ans
  Andreas Kling f27e7bbbf4 Kernel/SMP: Don't enable interrupts in Processor::exit_trap il y a 4 ans
  Andreas Kling cd0fc7f52c Kernel/SMP: Mark s_smp_enabled READONLY_AFTER_INIT il y a 4 ans
  Andreas Kling ab5c422a29 Kernel/SMP: Make SMP message queueing work correctly il y a 4 ans
  Andreas Kling d21b8f9013 Kernel/SMP: Fix ProcessorMessage deallocation bug il y a 4 ans
  Andreas Kling f3fed411d4 Kernel: Rename Processor::smp_queue_message() => smp_enqueue_message() il y a 4 ans
  Andreas Kling 46215a8183 Kernel: Add Processor::pause() and use it to give the CPU a rest il y a 4 ans
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace il y a 4 ans
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ il y a 4 ans
  Andreas Kling 84d3428ab3 Kernel: Remove a handful of unused member functions in Processor il y a 4 ans
  Andreas Kling 1e43292c3b Kernel: Introduce ProcessorSpecific<T> for per-CPU data structures il y a 4 ans
  Brian Gianforcaro 1cffecbe8d Kernel: Push ARCH specific ifdef's down into RegisterState functions il y a 4 ans
  Tom a635ff4e60 Everywhere: Make tracking cpu usage independent from system ticks il y a 4 ans
  Jean-Baptiste Boric 528574d958 Kernel: Detect and display CPUID Hyper-V data il y a 4 ans
  Jean-Baptiste Boric b22357b17b Kernel: Detect and display CPUID hypervisor signature il y a 4 ans
  Jean-Baptiste Boric 4cc346fb19 Kernel: Add support for hypervisor CPUID feature il y a 4 ans
  Brian Gianforcaro da665077ce Kernel: Remove unused header includes in Arch subtree il y a 4 ans
  Hendiadyoin1 9b7e48c6bd Kernel: Replace raw asm functions with naked ones il y a 4 ans