index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Scheduler.cpp
Age
Commit message (
Expand
)
Author
2021-07-12
Kernel: Initialize threading and process management earlier
Tom
2021-07-12
Kernel: Avoid unnecessary context switch when no other thread is ready
Tom
2021-07-11
Kernel: Remove unused header includes in root kernel tree
Brian Gianforcaro
2021-07-05
Kernel+LibC: Remove sys$donate()
Andreas Kling
2021-07-03
Kernel: Fix always-true comparison warnings
Daniel Bertalan
2021-06-28
Kernel: Get Alt-Shift-F12 to work on x86_64
Gunnar Beutner
2021-06-28
Kernel: Fix spelling mistake
Gunnar Beutner
2021-06-28
Kernel: Implement more x86_64 context switching functionality
Gunnar Beutner
2021-06-27
Kernel: Rename Thread::tss to Thread::regs and add x86_64 support
Gunnar Beutner
2021-06-27
Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters
Gunnar Beutner
2021-06-25
Kernel: Add Scheduler::is_initialized
Sahan Fernando
2021-06-24
Kernel: Add stubs for missing x86_64 functionality
Gunnar Beutner
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-19
Kernel: Make sure threads which don't do any syscalls are terminated
Gunnar Beutner
2021-06-06
Kernel: Don't finalize a thread while it still has code running
Gunnar Beutner
2021-05-30
Kernel: Don't log profile data before/after the process/thread lifetime
Gunnar Beutner
2021-05-29
Everywhere: Sort out superfluous QuickSort.h imports
Ben Wiederhake
2021-05-25
Kernel: Validate we don't hold s_mm_lock during context switch
Brian Gianforcaro
2021-05-19
Kernel: Add support for profiling kmalloc()/kfree()
Gunnar Beutner
2021-05-19
Kernel: Track performance events for context switches
Gunnar Beutner
2021-05-16
Kernel: Print scheduler state to the display console
Liav A
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-14
Kernel: Use a separate timer for profiling the system
Gunnar Beutner
2021-05-07
Kernel: Move cpu sample perf event to PerformanceManager
Brian Gianforcaro
2021-05-05
Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871)
Brian Gianforcaro
2021-05-04
Kernel: Store whether a thread is the idle thread in Thread directly
Tom
2021-04-26
Kernel+Profiler: Improve profiling subsystem
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
Kernel: Convert String::format() => String::formatted()
Andreas Kling
2021-04-18
Kernel: Add magic key combo (Alt+Shift+F12) to dump scheduler state
Andreas Kling
2021-04-16
AK+Kernel: Make IntrusiveList capable of holding non-raw pointers
AnotherTest
2021-03-02
Kernel+Profiler: Capture metadata about all profiled processes
Andreas Kling
2021-03-02
Kernel: Start work on full system profiling :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
Andreas Kling
2021-02-14
Kernel: Mark a handful of things in Scheduler.cpp READONLY_AFTER_INIT
Andreas Kling
2021-02-14
Kernel: Use PANIC() in a bunch of places :^)
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
Everywhere: Fix obvious dbgln() bugs
AnotherTest
2021-01-28
Kernel: Retire SchedulerData and add Thread lookup table
Tom
2021-01-28
Kernel+Userland: Remove unused "effective priority" from threads
Andreas Kling
2021-01-27
Revert "Kernel: Fix Thread::relock_process leaving critical section"
Andreas Kling
2021-01-27
Kernel: Add a compile-time switch to enable scheduling on all CPUs
Tom
2021-01-27
Kernel: Fix Thread::relock_process leaving critical section
Tom
2021-01-27
Kernel: Implement thread priority queues
Tom
2021-01-27
Kernel: Track processor idle state and wake processors when waking threads
Tom
2021-01-27
Kernel: Make Processor::id a static function
Tom
2021-01-27
Kernel: Make Thread::current smp-safe
Tom
[prev]
[next]