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
bbc4a4aefe12e4a66b4177324c07a40fbc202e48
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
25
Jul
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
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
Fix deadlock, booting to shell works now.
WIP: Rudimentary MAP_SHARED fmap implementation.
Add ContextStatus::HardBlocked.
Remove scheme funmap methods.
WIP: FmapBorrowed.
WIP: Start rewriting fmap impl.
WIP: Ensure that Grant::borrow does not borrow nonpresent grants.
Do not expect PageInfo for PhysMap grants.
Fix MemoryScheme fmap.
Reminder that borrow does handle "lack of grant".
Remove outdated #[must_use].
Implement Drop for AddrSpace.
Remove Context::vfork.
Fix mmap/munmap, invert borrowed/owned refcount.
Track Allocated and CoW External the same way.
Call init_mm from correct function.
WIP: Store PageInfo in separate data structure.
WIP: Global page info structs.
Support schemes.
Remove proc:pid/memory.
Reach proc:memory access in userspace.
Copy on writes to CoW pages.
Add cow_refcount.
Further userspace progress, fix RMM bug.
Get further in userspace.
WIP: Track grant ownership.
WIP: Lazy zeroed mapping and page fault handler.
Post-refactor fixes.
Refactor Grants.
Remove allocator_owned hack.
Merge branch 'less_unstable_use' into 'master'
Merge branch 'fix_mmap' into 'master'
Fix fmap typo and remove warning.
Merge branch 'replace_physmap' into 'master'
Support physmap via memory:physical@<mem type>.
Merge branch 'fix' into 'master'
Set space in copy_and_capture_tail.
Replace intrinsics::abort() call in switch_finish_hook with safer abort mechanism
Remove uses of the arbitrary_self_types feature
Remove all uses of concat_idents!()
Loading