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
3bc4b9a69158b1e377891c1b33544fae539286b1
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
6
Aug
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
11
8
30
Jul
21
18
5
3
19
Jun
15
12
30
May
24
22
21
20
14
28
Apr
16
15
16
14
11
20
Mar
19
18
11
24
Feb
18
29
Jan
28
25
24
21
19
17
10
9
8
7
5
4
3
2
29
Dec
27
24
18
17
5
4
5
3
2
28
Nov
14
13
10
6
5
29
Oct
27
28
22
21
11
9
5
4
1
30
Sep
Merge branch 'fsgsbase' into 'master'
Update syscall again.
Update syscall.
Pass AT_PHDR via a grant rather than the stack.
WIP: Let userspace manage fsbase/gsbase and TLS.
Support fsgsbase at compile time.
Merge branch 'futex_wait64' into 'master'
Update rmm and syscall.
Futex: check for lower-half addrs manually.
Update rmm.
Add support for FUTEX_WAIT64.
Move more of `pipe:`s init to compile time.
Pre-initialize the context list at compile time.
Merge branch 'dont-hardcode-reg-offsets' into 'master'
Use offset_of! in context::arch::switch_to.
Merge branch 'update_toolchain' into 'master'
Remove explicit .intel_syntax directive.
Update dependencies to work with latest nightly.
Update paste and align interrupt handlers.
Remove compare_and_swap from int_like!.
Use weak CAS and use abort() in context::switch.
Use options(noreturn) in all naked functions.
Update toolchain.
Initial riscv64 support
riscv64
riscv64
Prerequisites for risv64 support
Show meaning of CODE on page fault
Map TSS using RMM
Debug use of memory map and env data
Improvements for aarch64 serial driver on real hardware
Merge branch 'higher_half_percpu' into 'master'
Add KERNEL_PERCPU_PML4 on AArch64.
Put the KPCRs in high memory, in their own PML4.
Do not hardcode aarch64 uart
Merge branch 'outsource-most-acpi' into 'master'
Remove unnecessary exit() diff.
Move `pid` back to inner scope in exit() handler.
Move all DMAR parsing to userspace.
Remove the empty fadt module.
WIP: Fix userspace ACPI shutdown.
Fix ACPI scheme fevent warning.
Loading