Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informatik 4 (Systemsoftware)
manycore
emper
Graph
7f845e8a1485168991bef67f8d7ad9cffb8e08da
Select Git revision
Branches
10
burak
cactus_stack_devel
emper-fs-eval
io-sleep-main
io_uring_network
kickoff-without-ret
master
default
protected
tsan_ci_target
worker_exclusive_uring_no_partial_completion
worker_exclusive_uring_weak
10 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Feb
17
16
15
14
12
11
10
9
8
7
2
1
31
Jan
30
28
27
26
25
23
22
21
18
16
15
14
13
12
11
10
27
Dec
25
24
22
17
16
14
13
10
9
8
6
5
3
2
29
Nov
24
23
15
11
10
29
Oct
28
13
12
11
8
4
27
Sep
25
24
23
22
21
20
16
15
14
13
7
27
Aug
26
24
23
20
19
18
11
10
9
8
2
29
Jul
28
27
26
23
21
15
14
8
7
6
5
4
Jun
28
May
20
19
18
17
14
11
10
8
5
4
3
1
30
Apr
27
21
20
19
18
17
16
15
14
13
12
11
8
6
3
2
1
29
Mar
24
23
22
19
18
17
16
15
13
12
11
10
9
8
3
2
1
26
Feb
25
24
23
22
20
19
18
17
16
10
9
8
7
6
5
3
2
1
29
Jan
28
27
26
Merge branch 'configurable-iow-count' into 'master'
io: make max unbounded io worker configurable
Make the implementations of the work-stealing queue(s) selectable
Merge branch 'linux-version' into 'master'
Merge branch 'memory-manager' into 'master'
[LinuxVersion] Do not log a warning if there are non-digits chars found
Merge branch 'emper-thread' into 'master'
[Runtime] Prefix EMPER workers names with EMPER
[LinuxVersion] Cache linux version to avoid uname() syscall
[LinuxVersion] Move constructor out of the header
[MemoryManager] Free the memory in the queues and the queues on destruction
[MemoryManager] Add threshold to abort memory-stealing, set to 10%
Merge branch 'stack-stats' into 'master'
Add stack-usage stats
[ContextManager] Check if there is a current context before "freeing" it
[ContextManager] Do not pre-allocate contexts
[SimplestFibTest] Run Runtime destructor and allow worker count reduction
[Runtime] Make getDefaultWorkerCount() public
Merge branch 'guard-page' into 'master'
Move SIGSEGV handler in Runtime and make ContextOutOfBoundsTest more robust
Merge branch 'non-static-emper-hpp' into 'master'
add possibility to check if memory is in a Context's guard page
[Emper.hpp] Remove unnecessary 'static' keyword
Merge branch 'print-info' into 'master'
Add emper::printInfo()
add Context out of bounds write test
Merge branch 'guard-page' into 'master'
[Context] Add option for guard page at the bottom of stack
Merge branch 'fix-context-alignment' into 'master'
[meson] set default context_alignment to cache_line_size
[meson] fix context_alignas option
Merge branch 'context-size-option' into 'master'
Merge branch 'readme' into 'master'
[Context] Add option for context alignment
[Context] Make context size and assumed page size configurable
Merge branch 'downgrade-eval-meson-warning' into 'master'
do not warn about missing atomic::{wait,notify}
[Context] Do not align 'context' member to cache line
Extend README and switch to one line per sentence
Merge branch 'memory-manager-constexpr' into 'master'
Loading