Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSEP551
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Krishna Vinnakota
CSEP551
Graph
7d7465a8581e672b073b3cbf83f1460cb86aed16
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
11
Sep
8
2
1
26
Aug
25
24
19
18
13
12
11
10
8
15
Nov
14
18
Sep
12
Aug
30
Jun
27
10
Apr
3
24
Mar
19
Feb
3
Oct
23
Sep
12
8
29
Aug
28
27
4
31
Jul
4
Mar
24
Oct
10
Sep
7
28
Aug
24
23
22
17
Feb
14
Oct
11
30
Sep
27
14
13
12
7
5
4
3
2
1
31
Aug
30
29
26
25
24
22
21
19
17
16
15
12
11
9
8
7
31
Jul
29
27
24
Jun
28
Apr
28
Feb
19
11
Jan
10
2
29
Sep
27
20
19
15
13
3
2
1
31
Aug
30
26
11
10
6
5
28
Jul
26
25
23
2
6
Feb
1
Dec
23
Nov
24
Oct
7
5
30
Sep
20
15
3
2
30
Aug
8
13
Jul
12
11
31
May
26
8
Mar
20
Oct
17
16
15
12
8
28
Sep
24
11
9
3
28
Aug
22
21
20
20
Dec
28
Nov
20
Oct
12
1
30
Sep
27
26
25
19
18
15
5
31
Aug
30
29
28
27
24
23
22
21
20
14
10
9
8
Straight replacement of B_BUSY with a sleeping lock.
Merge branch 'master' of g.csail.mit.edu:xv6-dev
x
use asm() for lock release, not a C assignment
this might fix the reported deadlock, though I can't reproduce it.
Be a bit more explicit what kind of suggestions are are interested.
Make runoff happy
Fix a few lines that runoff is complaining about that they are too long
ack xi
Merge branch 'master' of g.csail.mit.edu:xv6-dev
APIC IDs may not be consecutive and start from zero, so we cannot really use it
comment about sched() saving/restoring cpu->intena
curproc -> proc in a comment
better comment
ack
set iomb to forbid i/o instructions from user space
x
Remove trailing white space with:
ack mikecat
add check for wrapping of address + size in exec()
add alignment check of virtual address to exec()
p2v -> P2V
x
Coding style (thanks to phf).
Fixed QEMU command line avoids raw image warning.
It will be for 2016
Update based on a scan of my 6828 folder
Removed useless variable.
Again, QEMU command line to avoid image warning.
Remove unused variable, nits.
Removed useless function and prototypes.
Thanks to Warren Toomey for RDMUL and WRMUL.
Small change to support RWMUL and WRMUL. Now xv6 truly works with a block size
hold ptable.lock for the entire process creation
separate atomic test-and-set from memory barrier.
nothing much
main comments
nits
more comments in entryother.S
even more explicit that entry.S is linked into kernel, unlike bootasm.S.
Loading