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
jD91mZM2
kernel
Graph
global-asm
Select Git revision
Branches
8
0.4.1
global-asm
master
default
page-aligned
pti
relibc
remove-brk
superpoweredmemscheme
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
15
Aug
14
11
10
9
8
7
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
24
Mar
20
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
26
20
19
17
16
13
31
Aug
30
29
27
21
19
16
13
10
9
8
7
6
2
30
Jul
29
28
26
25
24
23
22
21
19
18
17
15
14
13
12
11
10
9
8
7
Remove brk
remove-brk
remove-brk
Merge branch 'mynameissherlockholmes' into 'master'
Investigate why user heap isn't mapped
Merge branch 'deprecate-stuff' into 'master'
Deprecate the original fmap/funmap
Add comment about why this doesn't work
superpoweredmem…
superpoweredmemscheme
WIP: funmap3
Alias physalloc and physmap via memory:
Merge branch 'log_experiment' into 'master'
Make x86_64 log writer not use println!.
Convert some println -> log::info!.
Add a way to customize how logging is done.
Re-export log::set_max_level.
Add logger init and initialize on x86_64.
Add log crate and add a generic logger.
Merge branch 'add_debug_to_structs' into 'master'
PageAligned-ify Region
page-aligned
page-aligned
Always round region
Minimize usage of internal Region structure
Statically ensure page-aligned addresses
Merge branch 'idiomatic-rust' into 'master'
Update redox_syscall again
Implement Debug for a couple structs.
Add a message when user heap is not mapped, do not panic
Add memory: to null namespace, temporarily
Work around unmapping user heap
Show CPU and PID in kernel panic
Update redox_syscall
Replace all llvm_asm! uses with asm!
Merge branch 'latest-rust' into 'master'
Use cargo for lto over manually entering rustflags
Fix compilation since last rust
s/\basm!/llvm_asm!/g
Merge branch 'memory' into 'master'
Update syscall submodule
Use VirtualAddress wrapper in user.rs
Remove debug prints
Implement partial funmap-ing for user schemes
Track region instead of address in user.rs
Implement unmapping multiple whole maps
Loading