Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
kernel
Graph
ae3a55f5d15d0f83f7e64fab646f5263aa01c1f9
Select Git revision
Branches
4
master
default
riscv64
scheme-fmt
unlink-path-format
Tags
4
0.6.0
0.1.54
0.5.0
0.3.5
8 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
19
Aug
18
17
16
13
12
3
1
29
Jul
28
27
26
26
Apr
25
12
11
9
30
Mar
27
24
19
12
8
7
2
1
14
Feb
10
7
5
4
3
28
Jan
30
Dec
1
30
Nov
29
27
Oct
20
22
Sep
13
Aug
11
10
9
6
1
31
Jul
11
12
8
5
21
Jun
18
17
12
May
10
7
6
5
4
3
2
29
Apr
28
13
21
Mar
20
2
27
Feb
23
20
17
15
14
13
3
28
Jan
27
26
22
21
18
17
15
12
11
9
27
Dec
23
27
Nov
27
Aug
25
17
15
14
9
8
3
2
1
30
Jul
28
25
23
22
21
20
19
18
16
15
14
13
11
10
9
8
7
30
Jun
27
25
23
22
19
17
16
15
13
11
22
May
6
3
2
21
Apr
20
19
18
11
4
28
Mar
6
18
Feb
12
10
9
7
26
Jan
25
22
Dec
6
13
Nov
1
8
Oct
6
21
Aug
15
12
31
Jul
30
27
26
24
23
24
23
21
20
18
14
7
2
1
27
Jun
23
21
2
28
Apr
27
15
14
13
8
7
6
1
31
Mar
24
17
13
12
11
22
Feb
14
2
1
28
Jan
20
1
31
Dec
28
22
14
11
2
Get aarch64 kernel to boot to the point of needing context switch
Remove devmap region from aarch64, use physmap instead
Make kstart the aarch64 entry point
Match aarch64 PHYS_OFFSET with x86_64
Update rmm
Fix building on aarch64
Add proc scheme stubs for aarch64
Remove phys_offset stack hack
Improved 32-bit x86 support
Use registers for switch_to_inner instead of stack
Save/restore GS segment on interrupt
Use same code for clone_handler on 32-bit and 64-bit x86
Support x86 in proc scheme
Name bootstrap process
Fixes for x86 32-bit
Merge branch 'userspace_cwd' into 'master'
Update syscall
Remove chmod from UserScheme
Remove SYS_CHMOD and cwd related syscalls/files.
Fix TSS and IDT structures on 32-bit x86
Use 32-bit TSS for x86 32-bit
Implement usermode for x86 32-bit
Fix debugger when dumping kernel threads
Warn but otherwise allow unaligned sizes in funmap
Sync some paging code for aarch64 with x86_64
setup_new_utable for aarch64
Fix copy paste error and update rmm
Sync x86 and x86_64
Update syscall
Update rmm
Fix warnings
Bump kernel to 0.3.0 to match syscall
Add initial i686 arch module
Update syscall
Fixes for compiling aarch64
Add graphical_debug module
Make graphical_debug arch independent and fix lots of warnings
Fix kernel TLS permissions in INIT_GDT
Support inner_physmap on 32-bit systems
Support ContextList::spawn on i686
Loading