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-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
2021-01-27
Kernel: Use new Thread::previous_mode to track ticks
Tom
2021-01-27
Kernel: Track previous mode when entering/exiting traps
Tom
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-17
Kernel: Prune uninteresting kernel frames from profiling samples
Andreas Kling
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Kernel+Profiler: Make profiling per-process and without core dumps
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-01
Kernel: Merge PurgeableVMObject into AnonymousVMObject
Tom
2020-12-25
AK: Remove custom %w format string specifier
Andreas Kling
2020-12-23
Kernel: Panic if we're about to switch to a user thread with IOPL!=0
Andreas Kling
2020-12-21
Kernel: Improve time keeping and dramatically reduce interrupt load
Tom
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-12
Kernel: Fix some issues related to fixes and block conditions
Tom
2020-12-02
Kernel: Use TimerQueue for SIGALRM
Tom
2020-12-01
Kernel: Fix some problems with Thread::wait_on and Lock
Tom
2020-11-30
Kernel: Lock should keep a reference to whoever holds the lock
Tom
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-11-30
Kernel: Allow passing a thread argument for new kernel threads
Tom
2020-11-30
Kernel: Move some time related code from Scheduler into TimeManagement
Tom
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
[next]