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
34b4512dbdcc4a89b083c8c1259f78e2426e31b2
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
22
Mar
19
18
17
16
15
14
13
11
10
5
4
28
Feb
25
16
13
10
9
1
27
Jan
25
24
18
17
8
17
Dec
16
15
14
13
12
11
7
15
Nov
9
8
19
Oct
14
8
3
1
30
Sep
18
16
14
12
10
9
8
7
6
4
3
1
12
Aug
9
8
7
3
2
1
28
Jul
27
26
25
24
18
17
15
14
10
7
6
5
4
27
Jun
26
18
13
12
10
8
7
6
5
2
30
May
27
6
4
2
30
Apr
9
1
14
Mar
12
9
3
28
Feb
27
24
15
11
30
Jan
12
21
Dec
19
18
Nov
16
15
14
11
16
Sep
8
7
31
Aug
30
29
28
27
26
25
24
23
22
21
20
19
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
Far more progress
Ensure freelist does not contain used pages.
More progress
Remove RefCount::Zero.
Hopefully fix most UB
More progress
Fix allocate_frames_complex
Some of userspace now boots!
More allocation progress
Fix section creation.
Ensure both set_next and set_prev are called.
Doubly-linked list.
WIP: Implement more of deallocate_p2frame.
Store aligned addrs rather than PFNs in Frame.
Try to naturally align sections.
WIP: Improve allocation performance
Do not use HPET on i686
Use saved regs instead of costly context.syscall.
Optimize syscall fast path without tracing.
Fix IOBITMAP_SIZE type.
Improve readability
Update syscall
Replace iopl with either empty or full PIO bitmap.
Fix acpi::init call for i686
Misc arm device tree fixes
Update syscall
Fix the SIGKILL fd leak bug.
Fix kstop and kreset.
Boot to desktop on aarch64.
Fix i686 triple fault by always initializing int stack.
Fix aarch64 link step.
Remove paste dependency completely.
Compile on aarch64.
Fix rax being overwritten, and compile on i686.
Fix signal ordering wrt syscall return.
WIP: Implement scheme call cancelation.
Ensure signals can't start new contexts too early.
Fix altstack calculation typo.
Replace incorrect interrupt IA32-isms.
Remove some dead code.
Loading