Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: seL4/seL4

Tags

14.0.0

Toggle 14.0.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
lsf37 Gerwin Klein
seL4 release 14.0.0

13.0.0

Toggle 13.0.0's commit message
Release 13.0.0

12.1.0

Toggle 12.1.0's commit message
Release 12.1.0

Update VERSION
Update CHANGES

Signed-off-by: Damon Lee <[email protected]>

12.0.0

Toggle 12.0.0's commit message
Release 12.0.0

Update VERSION
Update CHANGES

Signed-off-by: Oliver Scott <[email protected]>

11.0.0

Toggle 11.0.0's commit message
Release 11.0.0

Update VERSION
Update CHANGES

10.1.1-mcs

Toggle 10.1.1-mcs's commit message
Fix scheduling behaviour on seL4_SchedContext_YieldTo

When yieldingTo a same prio thread, the same prio thread should run
first, not the current thread. Due to changes to possibleSwitchTo in
master scheduler this code became outdated and the current thread would
be rescheduled immediately.

The desired behaviour is that the thread being yieldedTo should be at
the head of the scheduler queue for its priority, and the current thread
should be just after it.

10.1.1

Toggle 10.1.1's commit message
Release 10.1.1

Update VERSION
Update CHANGES

10.1.0

Toggle 10.1.0's commit message
Release 10.1.0

Update VERSION
Update CHANGES

mcs-tutorials

Toggle mcs-tutorials's commit message
Fix scheduling behaviour on seL4_SchedContext_YieldTo

When yieldingTo a same prio thread, the same prio thread should run
first, not the current thread. Due to changes to possibleSwitchTo in
master scheduler this code became outdated and the current thread would
be rescheduled immediately.

The desired behaviour is that the thread being yieldedTo should be at
the head of the scheduler queue for its priority, and the current thread
should be just after it.

10.0.0-mcs

Toggle 10.0.0-mcs's commit message
Update version file for MCS kernel