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
1baeb5a8918ad77e24920ab6ab829e6f489444a5
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
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
1
26
Nov
21
16
12
8
26
Oct
20
14
25
Sep
23
22
17
Aug
13
12
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
Use Mutex<u64> instead of AtomicU64 for user scheme packet ID
Fix building proc scheme on non-x86_64
Use acpi on i686
Use x86 crate on i686 as well
Only build debugger on x86_64 for now
Add linker and target for i686
Merge branch 'fix-bootstrap' into 'master'
Add a workaround to treat bootstrap mem as owned.
Return right number of bytes written for addrspace.
Update cargo.lock
Merge branch 'userspace_fexec' into 'master'
Update rmm and syscall
Add a better interface for modifying addrspaces.
Add fn for validating user memory range bounds.
Add mmap-min-addr and support unmapping parent PTs.
Remove SYS_EXEC debug code.
Support modifying processes' sigactions.
Fix deadlock while starting APs.
Fix KernelMapper unlocking code.
Partial: migrate remaining parts to RMM.
Partial: migrate context handling code to RMM.
Partial: migrate syscall handling code to RMM.
Partial: Migrate schemes to RMM.
Remove old x86_64 paging code, migrate to RMM.
Migrate misc x86_64 parts to RMM.
Loading