Skip to content

Tags: seL4/seL4

Tags

15.0.0

Toggle 15.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 15.0.0

microkit-pre-2.1.0

Toggle microkit-pre-2.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
lsf37 Gerwin Klein
Microkit pre-2.1.0 tag for seL4

Microkit from the first public release up to version 2.1.0 used a
patched version of seL4. This tag represents the most recent state of
that now-deprecated branch in order to allow old versions of Microkit
to still build from source.

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 <Damon.Lee@data61.csiro.au>

12.0.0

Toggle 12.0.0's commit message
Release 12.0.0

Update VERSION
Update CHANGES

Signed-off-by: Oliver Scott <Oliver.Scott@data61.csiro.au>

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