Idan Horowitz
|
900fac27c6
Kernel: Add Processor::time_spent_idle()
|
3 سال پیش |
Idan Horowitz
|
cd975668d6
Kernel: Detect and store the virtual address bit width during CPU init
|
3 سال پیش |
Idan Horowitz
|
bc7b0a8986
Kernel: Replace inline assembly for turning on IA32_EFER.NXE with MSR
|
3 سال پیش |
Andreas Kling
|
f16b9a691f
Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher
|
3 سال پیش |
Andreas Kling
|
48a0b31c47
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
|
3 سال پیش |
Tom
|
8a258edfd6
Kernel: Add x2APIC support
|
3 سال پیش |
Daniel Bertalan
|
779cf49f38
Kernel: Fix Clang not initializing `s_bsp_processor` correctly
|
3 سال پیش |
Andreas Kling
|
492b7152d9
Kernel: Consolidate I386/X86_64 implementations of do_init_context()
|
3 سال پیش |
Andreas Kling
|
7a4f6da61b
Kernel: Fix some trivial clang-tidy warnings in x86/common/Processor.cpp
|
3 سال پیش |
Andreas Kling
|
dea93a8bb9
Kernel: Rename Processor::id() => current_id()
|
3 سال پیش |
Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 سال پیش |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 سال پیش |
Idan Horowitz
|
cf271183b4
Kernel: Make Process::current() return a Process& instead of Process*
|
4 سال پیش |
Andreas Kling
|
0a02496f04
Kernel/SMP: Change critical sections to not disable interrupts
|
4 سال پیش |
Andreas Kling
|
9babb92a4b
Kernel/SMP: Make entering/leaving critical sections multi-processor safe
|
4 سال پیش |
Andreas Kling
|
74e6a70958
Kernel/SMP: Don't process SMP messages in non-SMP mode
|
4 سال پیش |
Andreas Kling
|
a971de89d3
Kernel/SMP: Process the deferred call queue in exit_trap()
|
4 سال پیش |
Andreas Kling
|
57a7dfbd28
Kernel/SMP: Don't process SMP messages in exit_trap() in non-SMP mode
|
4 سال پیش |
Andreas Kling
|
f27e7bbbf4
Kernel/SMP: Don't enable interrupts in Processor::exit_trap
|
4 سال پیش |
Andreas Kling
|
cd0fc7f52c
Kernel/SMP: Mark s_smp_enabled READONLY_AFTER_INIT
|
4 سال پیش |
Andreas Kling
|
ab5c422a29
Kernel/SMP: Make SMP message queueing work correctly
|
4 سال پیش |
Andreas Kling
|
d21b8f9013
Kernel/SMP: Fix ProcessorMessage deallocation bug
|
4 سال پیش |
Andreas Kling
|
f3fed411d4
Kernel: Rename Processor::smp_queue_message() => smp_enqueue_message()
|
4 سال پیش |
Andreas Kling
|
46215a8183
Kernel: Add Processor::pause() and use it to give the CPU a rest
|
4 سال پیش |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
4 سال پیش |
Andreas Kling
|
a1d7ebf85a
Kernel: Rename Kernel/VM/ to Kernel/Memory/
|
4 سال پیش |
Andreas Kling
|
84d3428ab3
Kernel: Remove a handful of unused member functions in Processor
|
4 سال پیش |
Andreas Kling
|
1e43292c3b
Kernel: Introduce ProcessorSpecific<T> for per-CPU data structures
|
4 سال پیش |
Brian Gianforcaro
|
1cffecbe8d
Kernel: Push ARCH specific ifdef's down into RegisterState functions
|
4 سال پیش |
Tom
|
a635ff4e60
Everywhere: Make tracking cpu usage independent from system ticks
|
4 سال پیش |