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
87acffe8597722c4ce46971f252a9aec6202e3ad
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
16
Sep
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
15
12
11
9
27
Dec
23
27
Nov
27
Aug
25
17
15
Pass both original and padded length in altrelocs.
Allow disabling overwrite-based optimizations.
Fail if a feature is force-enabled but unsupported.
Replace with rdgsbase dynamically in paranoid ISRs.
Fix nop-filling code.
Support XSAVE, XSAVEOPT, and AVX2.
Dynamic fsgsbase support, enable by default.
Allow code-overwriting optimizations, use for smap.
Ensure altcode/data/features sections are kept.
Add alternative! macro.
Use config.toml instead of x86_* Cargo feature.
Add a config.toml to the kernel.
Use a compact push+jump table for IRQs.
Update Cargo.lock
arch/x86: sync LogicalCpuId changes
Update redox syscall
Remove live scheme.
Update syscall
Unify Interrupt{,Error}Stack.
Remove AtomicSchemeId.
Pass scheme ID to UserInner cleaner.
Use Once<SchemeId> for debug:, simplify other Once.
Replace atomic with Once<SchemeId> for `irq:`
Once<SchemeId> for serio, simplify queue globals.
Make WaitQueue::new() const fn.
Downgrade int_like const fn default to trait.
Replace from/into with get/new when necessary.
Replace int_like from/into with get/new, impl From.
Add LogicalCpuSet as a sched affinity mask.
Add logical CPU ID newtype, switch to u32.
Set IA32_TSC_AUX if present.
Improve sysretq checks.
Remove SYS_PIPE2.
Merge branch 'ivan/raspi3b' into 'master'
aarch64: init serial port by parsing dtb file
Merge branch 'mvk2' into 'master'
Set relocation-model=static
Merge branch 'no_more_tls' into 'master'
Fix aarch64 build.
Set relocation-model=static for i686.
Loading