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.
0512188b869909df00bb32149e907b73daaabc59
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
14
Dec
10
9
7
3
2
1
30
Nov
27
25
23
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: Restore include that was lost in previous merge
Merge branch master into experimental
Merge commit 'c597c72fdf5b4f2a5a3aa9865d354196b682b704' into experimental
Merge commit 'bd7f06d2dc1f86e88544891f2e26772276248c88' into experimental
x86: Minimal changes to fix previous commit that renamed headers
Move files that contain 32-bit specific code into specific 'mode'
x86: Make parts of what is currently the 32-bit specific structures common
Minimal modifications to structures file to make repository build again
Move structures.bf files that contain 32-bit specific code into specific
x86: Add a 'mode' include directory to ia32 builds
x86: Move 32-bit specific files into 'mode' directories, and only build if IA32
x86: Rename vspace_32->vspace_32paging to distinguish that this is for the legacy 32bit paging of a 32bit kernel, versus PAE paging of a 32bit kernel
Rearrange makefile so that exports can be set for different architectures before the sub Makefiles are included and processed
Generalize 32-bit builds
Minor fixes to printing after merging type changes from master branch
Merge branch master into experimental
Merge pull request #9 in SEL4/sel4 from ~ADANIS/sel4:clz to master
arm: Use CLZL instead of CLZ
Merge branch master into experimental
Merge pull request #7 in SEL4/sel4 from ~ADANIS/sel4:fixes to master
Merge pull request #5 in SEL4/sel4 from ~AWONDO/sel4:master to master
trivial: style
Update some printf's of loop counters that had their types changed
libsel4: use seL4_Word for object types and update the sanity script to match word_t to seL4_Word
Merge branch master into experimental
Merge pull request #6 in SEL4/sel4 from ~JBEEREN/sel4:conversion to master
Merge branch master into experimental
Merge pull request #3 in SEL4/sel4 from ~RKUMAR2/sel4:libsel4 to master
conversion: fixed hardcoded spec rule for clzl
conversion: fix stray unsigned int size
conversion: standardised type of 'length' for arm
conversion: fixed unnecessary word_t change
conversion: uncommit auxupd change
conversion: fixed bitfield generator, clz spec
Change additional int->word_t due to interraction with the C parser to ease verification
unsigned int -> word_t
Rename uint32_t -> word_t in any relevant places
Rename CTZ and CLZ functions to long variants, change parameters from uint32_t to word_t to make compatible between 32 and 64-bit
x86: Reword types and variables names in handleKernelException to be 32/64-bit agnostic
x86: Make ACPI MADT parsing 64-bit compatible
Loading