Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pintos-2017
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
gback
pintos-2017
Graph
master
Select Git revision
Branches
3
fix-sched-unblock
master
default
master-backup
Tags
1
spring2017_initial_release
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
21
Feb
19
11
5
29
Jan
28
May
22
21
20
17
28
Mar
4
27
Jan
20
18
17
16
25
Mar
24
9
19
Jan
18
17
16
Apr
30
Mar
29
9
1
13
Feb
9
5
3
2
30
Jan
27
26
24
23
22
21
20
19
18
17
16
13
25
Aug
2
Mar
1
28
Feb
23
Jan
Merge branch 'master' of git.cs.vt.edu:gback/pintos-2017
master
master
add missing test_name in child-syn-wrt.c
added notes about qemu to intro
added support for GDB_PORT for Qemu
fixed compiler warning accidentally introduce with prior fix
Merge branch 'fix-sched-unblock'
clarified when process is preempted under CFS
remove unnecessary -N flag to fix linker warning
added additional exec-bound-* and sc-boundary tests
add current thread parameter to sched_unblock
fix-sched-unblock
fix-sched-unblock
fall back to CPU #0 for new threads when APs haven't been started
added better README.md
added more boundary tests
various fixes from main Pintos repo
replaced threads/mp.h includes with threads/cpu.h
added support for --net and --pcap switches to Pintos
Add pci_enable_bus_master()
added ACPI support
Support for more than 64MB of physical memory
added strncmp
Merge branch 'master' of git.cs.vt.edu:gback/pintos-2017
fix make -j
fixed self tests
fixed more ODR violations for gcc 11
implement llabs in case the compiler doesn't inline it
better support for Bochs
updated flags to current Bochs version (2.7?)
made squish* programs compile for bochs
mention Lance in AUTHORS
added -z noseparate-code to restore ELF loader
fixed more ODR violations for userspace tests
fixed ODR violations to compile with gcc 11.4.1
disabled SSE and builtin memset
implemented __udivmoddi4 and turned on -O2
fix compile warning
allowed for deeper subsequent runs in multi-oom
added fd-management.c test
documentation fixes
support raw format warning and use longform for -smp
fixed various warnings and errors
Loading