Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
seL4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panda
seL4
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
644dff497b54cfc76d511249135bae62378f2b42
Select Git revision
Branches
20
aarch64-ver-config
alyons-aarch64-addr
aos
axel-h/ci-base
clang-11
clearMemory
clz
cmillar/asid-map
cmillar/save-when-disabled
comment
cparser
df-public
exynos5-ver
fix-llvm-12
fix_preprocessor
gcc-12-fix
gdb-macro
gh-action-manual
gh-concurrency
hw-builds
Tags
20
13.0.0
12.1.0
12.0.0
11.0.0
10.1.1-mcs
10.1.1
10.1.0
mcs-tutorials
10.0.0-mcs
10.0.0
9.0.1
9.0.0-mcs
9.0.0
8.0.0
7.0.0
6.0.0
5.2.0-mcs
5.2.0
5.1.0
5.0.0
40 results
Begin with the selected commit
Created with Raphaël 2.2.0
23
Nov
20
19
17
16
13
12
11
10
9
6
3
29
Oct
28
23
22
21
19
16
14
13
12
9
1
30
Sep
16
15
10
9
8
4
3
26
Aug
25
24
21
17
11
6
3
30
Jul
28
27
23
21
15
14
9
3
26
Jun
22
15
3
2
1
29
May
28
27
22
20
19
15
14
13
9
4
17
Apr
15
7
1
23
Mar
19
18
17
12
10
9
4
2
25
Feb
24
23
20
18
17
16
13
11
9
28
Jan
27
21
16
13
9
8
7
6
23
Dec
18
17
16
11
4
2
28
Nov
27
26
23
19
18
17
14
12
11
7
6
5
31
Oct
28
27
22
21
20
17
16
13
10
9
7
3
29
Sep
25
23
19
18
3
2
1
25
Aug
20
12
11
10
9
8
7
5
3
31
Jul
30
29
27
25
24
23
22
21
19
18
x86: Cast, where appropriate, to word_t type to support 32 and 64 bit
Use word_t for zombie pointers to be 64-bit compatible
Change types from uint32_t->word_t to be 32/64bit agnostic
Change casting from int->long to be compatible with both 32 and 64 bit compilations
Rationalize standard types
bitfield: Correct assertions when using sign extended bases
Use wordBits instead of constant 32
x86: Comment the first printf in try_boot_sys as it occurs before printing is actually possible
x86: Use generic X86 switches where possible
Merge branch 'master' of https://github.inside.nicta.com.au/seL4/seL4 into experimental
SELFOUR-279: rename Wait -> Recv, add wrappers for seL4_Poll and seL4_Wait for notification objects.
ARM: Replace various direct use of __attribute__ with util.h abstractions.
x86: Replace various direct use of __attribute__ with util.h abstractions.
Add 'fastcall' abstraction to util.h.
Replaced "async endpoint" with "notification" in comments and error messages
Restore code that was lost in the merge commit 24a67755d9912a2efc522426db8101a0c1b3de65
x86: Remove some debugging left in from previous commit
Merge branch master into experimental
Move object size definitions to arch specific headers
Fix definition of TCB_NAME_LENGTH to make it more correct
Makefile: Echo all file removal.
update VERSION file to 1.0.4
1.0.4
1.0.4
Merge pull request #181 from mfernandez/f4c5d9df-d6ab-46a1-b597-0bd93d156e9d
ARM: Swap direct use of externally_visible for VISIBLE macro.
Always have compile_assert enabled
haskell: Fix typos.
trivial: move seL4_Notify to deprecated.h
ARM: Fix uninitialised variables.
no logo without more disclaimers
SELFOUR-317: rename async endpoint to notification object, and other
refactor tcb_t to remove duplication between x86 and arm header files
Merge branch master into experimental
Correct Makefile from commit f6ae69f0f0ccd0c42eefd2b8b012e1420843d2ae
ARM A15: Remove statement with no effect.
Use autoconf generated header for standalone kernel builds
merge branch master into experimental
x86: Fix printing when the ioapic is enabled
libsel4: Restrict syscall stub compilation at -O0
Restore code that was lost in the merge commit 34fc2a297e890041ef26d38d1be12c27c6de8903
ARM: Remove the use of implicit pseudo instructions in assembly.
Loading