source: mainline/kernel/generic/src/proc/scheduler.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @d23712e   12 months zarevucky.jiri Use thread state variable instead of a cpu local variable to pass state
(edit) @dfa4be62   12 months zarevucky.jiri Thread lock is no longer necessary
(edit) @3fa4e22a   12 months zarevucky.jiri Only do fpu_cleanup() once we are sure we are switching
(edit) @11909ce3   12 months zarevucky.jiri Make thread cycle statistics atomic
(edit) @33e15a0   12 months zarevucky.jiri Make thread→btrace weakly atomic, to avoid need for thread lock
(edit) @7364e2d1   12 months zarevucky.jiri Don't try to determine internal thread state when requesting stack …
(edit) @41bfc64   12 months zarevucky.jiri Make thread→state weakly atomic so we don't need to hold thread lock
(edit) @3d84734   12 months zarevucky.jiri Make thread→priority weakly atomic to avoid need for locking
(edit) @efed95a3   12 months zarevucky.jiri Make thread→cpu weakly atomic, to avoid need for thread lock
(edit) @286da52   12 months zarevucky.jiri Streamline requeuing threads Split thread_ready() into different …
(edit) @6a0e568   12 months zarevucky.jiri Allow fast-switch to another runnable thread When a thread is …
(edit) @c1eaec4   12 months zarevucky.jiri Shuffle some locks around
(edit) @25939997   12 months zarevucky.jiri Make separate-stack-scheduler a loop with persistent context We can …
(edit) @29029ac0   12 months zarevucky.jiri Call after_thread_ran_arch() before context switch This is only used …
(edit) @ed7e057   12 months zarevucky.jiri Add functions context_create(), context_replace() and context_swap() …
Note: See TracRevisionLog for help on using the revision log.