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
fe7def27970cc7c21373d3e73e776986e14e7bac
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
12
Dec
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
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
Switch from the memoffset crate to the offset_of feature
Remove the sole usage of the const_option feature
Avoid usage of the unstable Allocator trait
Move -z max-page-size from the target spec to the cookbook
Don't use target_family="redox" for the kernel
Remove unnecessary no_mangle and extern "C" from the panic handler
Use the default panicking alloc error handler
Use kernel_executable_offsets on AArch64 and x86
Remove a lot of dead code
Remove all pub from main.rs
Remove unnecessary extern crate item
Remove unused feature gates
x86: fix enter/exit gs and usercopy asm
support userspace program ioremapping device memory
aarch64: code clean up
support raspi3b+ serial && uart interrupt
fix qemu-arm64 run error
bringup raspi3b+, add device memory, disable uart init
draft: aarch64: add irq_bcm2835. Need refactoring
remove qemu-aarch64-virt hard code
aarch64: add irq-bcm2836 for raspi3b+ && refactor irq module
move gic into irqchip module
aarch64: add irqchip module to initialize all irq chip.
update dtb syscall scheme to kernelscheme
Improve the README and fix the docs badge link
don't panic when adding an existing name to a namespace
Replace syscall::Scheme with KernelScheme.
Forbid / in scheme names.
setrens: always ignore -1
Update syscall
Close sendfd file descriptor unless consumed.
Inform SYS_SENDFD scheme if the fd was exclusive.
Implement SYS_SENDFD and SKMSG_FOBTAINFD.
Disable sys:trigger_debugger by default.
Fix test instruction reg length in paranoid swapgs.
Make rustc directly invoke the linker
Move debuginfo option to Cargo.toml
Get aarch64 to compile
Track state for all UserScheme calls.
Fix panic when there is no xsave support
Loading