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 年之前 |
Tom
|
7e77a2ec40
Everywhere: Improve CPU usage calculation
|
4 年之前 |
Gunnar Beutner
|
7c3bfde8fd
Kernel: Make SCHEDULER_DEBUG work on x86_64
|
4 年之前 |
Tom
|
82e9fe8d67
Kernel: Optionally dump scheduler state with stack traces
|
4 年之前 |
Tom
|
b919789db2
Kernel: Kill user mode threads that are marked to die
|
4 年之前 |
Tom
|
fa8fe40266
Revert "Kernel: Make sure threads which don't do any syscalls are t..."
|
4 年之前 |
Tom
|
6938be00f1
Kernel: Initialize threading and process management earlier
|
4 年之前 |
Tom
|
60a559af7e
Kernel: Avoid unnecessary context switch when no other thread is ready
|
4 年之前 |
Brian Gianforcaro
|
6f408e7f0d
Kernel: Remove unused header includes in root kernel tree
|
4 年之前 |
Andreas Kling
|
565796ae4e
Kernel+LibC: Remove sys$donate()
|
4 年之前 |
Daniel Bertalan
|
fda9f394d1
Kernel: Fix always-true comparison warnings
|
4 年之前 |
Gunnar Beutner
|
247af7aa6a
Kernel: Get Alt-Shift-F12 to work on x86_64
|
4 年之前 |
Gunnar Beutner
|
422166fb80
Kernel: Fix spelling mistake
|
4 年之前 |
Gunnar Beutner
|
32840dfa17
Kernel: Implement more x86_64 context switching functionality
|
4 年之前 |
Gunnar Beutner
|
f285241cb8
Kernel: Rename Thread::tss to Thread::regs and add x86_64 support
|
4 年之前 |
Gunnar Beutner
|
233ef26e4d
Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters
|
4 年之前 |
Sahan Fernando
|
cf1c8eb778
Kernel: Add Scheduler::is_initialized
|
4 年之前 |
Gunnar Beutner
|
38fca26f54
Kernel: Add stubs for missing x86_64 functionality
|
4 年之前 |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 年之前 |
Hendiadyoin1
|
7ca3d413f7
Kernel: Pull apart CPU.h
|
4 年之前 |
Gunnar Beutner
|
3c3a1726df
Kernel: Make sure threads which don't do any syscalls are terminated
|
4 年之前 |
Gunnar Beutner
|
3c2a6a25da
Kernel: Don't finalize a thread while it still has code running
|
4 年之前 |
Gunnar Beutner
|
01c75e3a34
Kernel: Don't log profile data before/after the process/thread lifetime
|
4 年之前 |
Ben Wiederhake
|
a7c265f341
Everywhere: Sort out superfluous QuickSort.h imports
|
4 年之前 |
Brian Gianforcaro
|
6830963321
Kernel: Validate we don't hold s_mm_lock during context switch
|
4 年之前 |
Gunnar Beutner
|
277f333b2b
Kernel: Add support for profiling kmalloc()/kfree()
|
4 年之前 |
Gunnar Beutner
|
8b2ace0326
Kernel: Track performance events for context switches
|
4 年之前 |
Liav A
|
99eab4667a
Kernel: Print scheduler state to the display console
|
4 年之前 |
Nicholas Baron
|
aa4d41fe2c
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
|
4 年之前 |