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
2d61a40b2059b9a198e7c4ff04c6ced88cb3ce65
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
1
Sep
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
29
Jun
19
Oct
18
13
17
Sep
8
7
6
5
4
3
30
Aug
29
28
26
25
24
23
20
19
16
15
14
13
12
11
10
9
8
7
6
4
29
Jul
28
27
26
21
20
18
17
16
15
12
11
10
6
5
1
28
Jun
27
26
24
22
21
16
Tab police
Merge branch 'master' of git+ssh://am.lcs/home/am0/6.828/xv6
Fix similar leak in copyuvm
Cleanup if allocuvm fails to alloc. Add a test.
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
oops. last minute simplicifaction to kalloc().
Page break kalloc.c
Our proc.c alignment is perfect. Since ksegment/usegment went away, we get a column back, so we get our two action-packed spreads.
Make it possible to express half-page preferences
Got the meat of spinlocks on one spread
Swap bootmain.c and bootother.S. This puts the whole boot process on one spread, though it separates the two asm files.
Sheet 1 is a right page now because of the (much) longer cross-ref
print depends on runoff.spec
We don't use lesp/lebp and using them at all from C would be fraught with peril. Keep resp/rebp, but fix their code style.
Page breaking of mmu.h
Start PDE defs on new page
Follow xv6 code style. Also fixes indexing for these functions
Rearrange for better page breaking
Fix too-long lines
Rebalance TOC
Acknowledge patches
Hopefully get the printf size spec right, regardless of compiler.
no more pminit, or ELF header at 0x10000
mkfs must be compiled 32-bit. Fix mkfs warnings
Infer qemu path, just like in JOS
Infer TOOLPREFIX, just like in JOS
Merge branch 'page' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6 into page
kalloc/kfree now only a page at a time
Merge branch 'page' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6 into page
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6 into page
Merge remote branch 'origin/master' into page
Fix for gdbstub argument change in qemu 0.11. Rename qemu-gdb-nox target to qemu-nox-gdb because you frequently want to add the gdb part, but rarely the nox part.
oops ended up with 2x vm.c
Merge remote branch 'origin/page' into page
xx
no more xv6.pdf .ps
we don't need CR0_WP
set only PG and WP in vminit; the rest don't seem to be needed and are confusing
Merge commit 'origin/page' into page
add vm.c
Loading