Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
multicore-pintos
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gallagher, Liam
multicore-pintos
Graph
5c5f8ab4695c5e48f16f60f6576ca40882a04a70
Select Git revision
Branches
9
MP_cores
acpi_parse
cpuid_features
lg/ioapic
master
default
qemu_multicore_support
synch
task0
task1
Tags
2
Task-0
Multicore_pintos_base
11 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
22
Jun
19
17
15
14
13
12
11
10
9
8
6
3
30
May
29
27
26
25
22
16
12
7
6
5
3
29
Apr
27
26
25
23
3
2
31
Mar
21
Feb
20
5
Jan
2
30
Dec
6
3
26
Nov
14
Oct
9
Merge branch 'task1'
master
master
Added some demo stuff
task1
task1
profiling
modify array sum
Get closer to running on real hardware
Add lock_profile test
Fix faulty IPI
Move locks held stuff out of the spin lock
All tests for priority donation pass now
Fix priority donate chain
Get more tests working for task1
Make four more tests work on multiple cores
Fix tests to work for multicore pintos
Add timer timeout function and use it in priority donate one
Update priority donate-one test so it works on multicore
Update lock priority in apropriate place.
Fix race condition on thread unblock
Fix race condition on thread unblock
task0
task0
clean up sema and lock
clean up sema
change lockirq interface
Apic count changed
Read acpi tables so number of cores is known
Minor changes to improve boot.
Fix impropper bit setting in hpet driver.
Make the array sum function do more work.
Use IPIs to yield other cores when they have low pri
Add IPI to yield other thread.
Update array sum.
fix warnings when NDEBUG flag is removed
Allow more optimisation levels for pintos
Add support for hpet timer - now apic interrupt timing is far mor reliable and profiling will be more accurate
Parse acpi table for HPET
Write function to concurrently sum an array
Add the ability to profile sections of code
implement priority donation
beginning to implement priority donation.
Move lock acquire out of while loop
Remove lock dependency on semaphore.
Implement task0
Task-0
Task-0
Loading