Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xen-frontend-4.10.0
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
pacer
xen-frontend-4.10.0
Graph
master
Select Git revision
Branches
10
master
default
protected
original
timerpool
xenpacer
xenpacer-attack-analysis
xenpacer-crypto
xenpacer-cwnd
xenpacer-exp
xenpacer-lockfree
xenpacer-spinlock
Tags
3
before-lockfree-cwnd-merge
spinlock-unmerged
notimerpool
13 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
2
Mar
3
Oct
23
May
7
Aug
4
3
1
1
Jul
28
May
8
4
3
24
Apr
23
22
21
20
19
17
16
14
10
9
8
7
5
3
2
1
31
Mar
30
29
28
27
26
25
22
21
20
16
15
12
10
8
4
3
1
27
Feb
23
19
15
10
6
5
3
1
31
Jan
30
29
28
27
26
25
23
22
21
20
19
18
17
16
15
14
13
12
11
9
8
7
6
5
1
26
Dec
24
21
20
5
30
Nov
28
27
25
24
21
20
19
18
14
13
12
11
9
8
4
Oct
2
1
26
Sep
25
24
21
19
18
17
16
15
14
13
12
11
10
7
6
5
4
31
Aug
14
6
4
2
22
Jul
8
5
1
25
Jun
24
23
22
21
18
17
16
15
14
11
9
6
5
3
30
May
24
18
17
14
9
8
7
6
5
4
3
1
30
Apr
29
28
27
26
25
24
23
22
21
18
17
16
15
14
12
9
8
7
6
5
4
3
2
30
Mar
29
26
25
24
23
22
21
18
17
16
15
9
Merge branch 'xenpacer-cwnd'
master
master
debug print
xenpacer-cwnd
xenpacer-cwnd
debug prints and fix stat boundaries
replace assert in hypervisor with error message
fix default configs
debug prints
reorder spurious stats before other stats for long hypace profiling experiments
debug prints
more uncommitted changes from 2019
more changes from 2019 for debugging some corruption
more changes from 2019 for debugging some corruption
old changes from 2019 to be committed (changes for debugging some corruption)
shallow resetting of aes structures instead of freeing
avoid crashes in case of corruption leading to divide by zero errors
missing stats extern declaration
reset aes instead of freeing after every crypto
bugfix: start_bd based on tx_bd_prod and not doorbell index
memcpy with args typecast to void *
prints
support to handle page aligned nic data arr shared by guest
fix calls to cleanup timerq and active timerq on per pobj basis
bugfix: do not free pac_obj before freeing stats
disable global datastructures, disable unused code in pacer.c and pacer_utils.c
stats for last real and first dummy to understand efficiency of profiles
move global stats into pacer_obj
create per pobj pac_timerq and active_timerq
compiler error fix
dynamically allocate pacer_obj, just to be sure we don't have fragmentation issues
add openssl encryption library into hypace pkt prep path
openssl aes ctr mode encryption (with aesni only)
populate generic queue index
stat to track memcpy overhead in encryption
changes to enable using aesni in xen on a core with no guest vcpu
control crypto fields in pacer_obj under CONFIG_PACER_CRYPTO
disable generic_q's in pacer_obj for exp config
bugfix: double counting of reals per batch
bugfix: temporary workaround for strange null pointer panic on real_per_batch and dummy_per_batch stack variables
crypto support in hypace
bugfix: pmap buf message header format (type u64 for profile buf offsets)
remove debugging in aes.c
xenpacer-crypto
xenpacer-crypto
Loading