Historique des commits

Auteur SHA1 Message Date
  Owen Smith d36c84c331 Kernel: Reorder the 64-bit GDT a bit il y a 4 ans
  Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions il y a 3 ans
  Andreas Kling e0521cfb9d Kernel: Stop ProcFS stack walk on bogus userspace->kernel traversal il y a 3 ans
  James Mintram f4fb637914 Kernel: Split ScopedCritical so header is platform independent il y a 3 ans
  James Mintram 545ce5b595 Kernel: Add per platform Processor.h headers il y a 3 ans
  James Mintram baa7925c0c Kernel: Remove unused includes il y a 3 ans
  James Mintram 26d7c25076 Kernel: Add header includes closer to their use il y a 3 ans
  Idan Horowitz 900fac27c6 Kernel: Add Processor::time_spent_idle() il y a 3 ans
  Idan Horowitz cd975668d6 Kernel: Detect and store the virtual address bit width during CPU init il y a 3 ans
  Idan Horowitz bc7b0a8986 Kernel: Replace inline assembly for turning on IA32_EFER.NXE with MSR il y a 3 ans
  Andreas Kling f16b9a691f Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher il y a 3 ans
  Andreas Kling 48a0b31c47 Kernel: Make copy_{from,to}_user() return KResult and use TRY() il y a 3 ans
  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 4 ans
  Andreas Kling 492b7152d9 Kernel: Consolidate I386/X86_64 implementations of do_init_context() il y a 4 ans
  Andreas Kling 7a4f6da61b Kernel: Fix some trivial clang-tidy warnings in x86/common/Processor.cpp il y a 4 ans
  Andreas Kling dea93a8bb9 Kernel: Rename Processor::id() => current_id() il y a 4 ans
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker il y a 4 ans
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock il y a 4 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