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
38f1a4fb76ac9a20aabdece35f9992438bce7f8a
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
5
Jul
3
2
29
Jun
28
26
23
22
21
20
19
18
17
14
13
11
4
2
21
May
12
11
10
29
Apr
28
25
24
19
18
16
15
14
13
11
8
7
5
3
1
27
Mar
26
24
21
20
19
18
16
27
Feb
15
13
11
7
24
Jan
16
13
11
10
9
7
4
3
1
28
Dec
27
13
6
29
Nov
28
25
19
18
17
16
15
14
7
4
3
2
1
31
Oct
26
24
23
20
14
13
6
5
28
Sep
26
25
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
1
31
Aug
30
29
28
25
24
20
19
18
17
16
15
14
Revert syscall path
WIP: Signal handling
Fixed number of bugs
Added object modification
Added a context manager
Refactored parser to execute in the parse step for efficiency and simplicity
Merge pull request #26 from ids1024/getppid
Implement getppid system call
Merge pull request #19 from bjorn3/fix_warnings
Merge branch 'master' into fix_warnings
Rolled parsing and execution steps into one for namespace modifiers
Namespaces can now be concatenated, handling of SSDTs is now performed
Finalized ACPIType
Moved AccessType into namespace
Moved ConnectFieldBufferData to the namespace
Moved ConnectFieldNameString into namespace
Moved DataRegion into namespace - more infrastructure required
Moved indexfield to namespace
Moved arbitrary length buffer field into namespace
Moved BufferFields into namespace
Moved BankField to the namespace
Removed temporary files
Moved Event to namespace
Moved Mutex to namespace
Moved PowerResource into namespace
Moved Processor to namespace, and refactored namespace layout to use BTreeMap
Merge pull request #25 from ids1024/env
Make env: return ENOENT on non-existent; support unlink()
Moved ComputationalData::String into namespace
Moved DefDevice and DefThermalZone to namespace
Moved Alias to the namespace
Switch collections::boxed for alloc::boxed
Aml parser (#24)
Increase size of kernel heap when live disk is loaded
Fix overallocation
Demangle symbols
Reenable preemption
Improve method of getting symbol name
Add symbol lookup (still very WIP)
Refactor kernel mapping so that symbol table is mapped
Loading