Histórico de commits

Autor SHA1 Mensagem Data
  Owen Smith d36c84c331 Kernel: Reorder the 64-bit GDT a bit 4 anos atrás
  Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions 3 anos atrás
  Andreas Kling e0521cfb9d Kernel: Stop ProcFS stack walk on bogus userspace->kernel traversal 3 anos atrás
  James Mintram f4fb637914 Kernel: Split ScopedCritical so header is platform independent 3 anos atrás
  James Mintram 545ce5b595 Kernel: Add per platform Processor.h headers 3 anos atrás
  James Mintram baa7925c0c Kernel: Remove unused includes 3 anos atrás
  James Mintram 26d7c25076 Kernel: Add header includes closer to their use 3 anos atrás
  Idan Horowitz 900fac27c6 Kernel: Add Processor::time_spent_idle() 3 anos atrás
  Idan Horowitz cd975668d6 Kernel: Detect and store the virtual address bit width during CPU init 3 anos atrás
  Idan Horowitz bc7b0a8986 Kernel: Replace inline assembly for turning on IA32_EFER.NXE with MSR 3 anos atrás
  Andreas Kling f16b9a691f Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher 3 anos atrás
  Andreas Kling 48a0b31c47 Kernel: Make copy_{from,to}_user() return KResult and use TRY() 3 anos atrás
  Tom 8a258edfd6 Kernel: Add x2APIC support 3 anos atrás
  Daniel Bertalan 779cf49f38 Kernel: Fix Clang not initializing `s_bsp_processor` correctly 3 anos atrás
  Andreas Kling 492b7152d9 Kernel: Consolidate I386/X86_64 implementations of do_init_context() 3 anos atrás
  Andreas Kling 7a4f6da61b Kernel: Fix some trivial clang-tidy warnings in x86/common/Processor.cpp 3 anos atrás
  Andreas Kling dea93a8bb9 Kernel: Rename Processor::id() => current_id() 3 anos atrás
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 anos atrás
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 anos atrás
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* 3 anos atrás
  Andreas Kling 0a02496f04 Kernel/SMP: Change critical sections to not disable interrupts 3 anos atrás
  Andreas Kling 9babb92a4b Kernel/SMP: Make entering/leaving critical sections multi-processor safe 3 anos atrás
  Andreas Kling 74e6a70958 Kernel/SMP: Don't process SMP messages in non-SMP mode 3 anos atrás
  Andreas Kling a971de89d3 Kernel/SMP: Process the deferred call queue in exit_trap() 3 anos atrás
  Andreas Kling 57a7dfbd28 Kernel/SMP: Don't process SMP messages in exit_trap() in non-SMP mode 3 anos atrás
  Andreas Kling f27e7bbbf4 Kernel/SMP: Don't enable interrupts in Processor::exit_trap 3 anos atrás
  Andreas Kling cd0fc7f52c Kernel/SMP: Mark s_smp_enabled READONLY_AFTER_INIT 3 anos atrás
  Andreas Kling ab5c422a29 Kernel/SMP: Make SMP message queueing work correctly 3 anos atrás
  Andreas Kling d21b8f9013 Kernel/SMP: Fix ProcessorMessage deallocation bug 3 anos atrás
  Andreas Kling f3fed411d4 Kernel: Rename Processor::smp_queue_message() => smp_enqueue_message() 3 anos atrás