index
:
135e2/xv6-labs.git
cow
fs
lock
mmap
net
pgtbl
syscall
thread
traps
util
xv6-labs-2024-winter
135e2
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-05
spinlocks using gcc intrinsics
Robert Morris
1
-2
/
+6
2019-06-04
timer interrupts -> supervisor software interrupt
Robert Morris
1
-0
/
+4
2019-06-04
more sbrk fixes
Robert Morris
1
-2
/
+5
2019-06-04
fix a problem with end. make uartputc() wait until h/w is ready.
Robert Morris
1
-11
/
+4
2019-06-04
support read() and write() bigger than one page
Robert Morris
1
-1
/
+1
2019-06-03
takes one uart input interrupt, then panics
Robert Morris
1
-0
/
+5
2019-06-01
first shell prints $ prompt, though no console input yet
Robert Morris
1
-4
/
+72
2019-05-31
exec compiles but argstr() doesn't work yet
Robert Morris
1
-10
/
+80
2019-05-31
-initrd fs.img, ramdisk.c, file system
Robert Morris
1
-0
/
+5
2019-05-31
fork/wait/exit work
Robert Morris
1
-354
/
+144
2018-10-09
Change mycpu() to use %gs.
Frans Kaashoek
1
-2
/
+5
2018-10-04
Make names line up with text
Frans Kaashoek
1
-9
/
+9
2018-10-03
Names of text are better.
Frans Kaashoek
1
-5
/
+5
2018-10-02
Remove unused typedefs
Frans Kaashoek
1
-5
/
+5
2018-10-02
Simplify by freeing user part of addres pace in one page increments. This
Frans Kaashoek
1
-2
/
+2
2018-10-02
Simplify freeing page table
Frans Kaashoek
1
-27
/
+23
2018-10-02
Avoid repition in walkpgdir
Frans Kaashoek
1
-45
/
+13
2018-09-23
Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.
Frans Kaashoek
1
-63
/
+150
2018-08-30
thanks mataness
Frans Kaashoek
1
-1
/
+3
2017-08-29
fix runoff complaints about pagination and long lines
Robert Morris
1
-1
/
+2
2017-08-07
Merge branch 'nogs'
Frans Kaashoek
1
-15
/
+6
2017-02-05
Free pgdir in setupkvm in case of mappages failure
Saarett
1
-1
/
+3
2017-02-01
Eliminate code for gs trick to track per-cpu state. We rely on lapiccpunum()
Frans Kaashoek
1
-6
/
+1
2017-01-31
Read curproc from cpu structure, but be careful because after a schedule event
Frans Kaashoek
1
-3
/
+1
2017-01-31
Start of an experiment to remove the use of gs for cpu local variables.
Frans Kaashoek
1
-12
/
+10
2017-01-30
Fix long-standing switchuvm() inconsistency.
Peter Froehlich
1
-3
/
+8
2016-09-26
fix possible memory leak in deallocuvm
Cody Cutler
1
-1
/
+1
2016-09-01
curproc -> proc in a comment
Robert Morris
1
-1
/
+1
2016-08-26
better comment
Frans Kaashoek
1
-1
/
+3
2016-08-26
set iomb to forbid i/o instructions from user space
Frans Kaashoek
1
-0
/
+1
2016-08-25
Remove trailing white space with:
Frans Kaashoek
1
-7
/
+7
2016-08-24
p2v -> P2V
Robert Morris
1
-13
/
+13
2016-08-11
nothing much
Robert Morris
1
-1
/
+1
2016-08-10
tiny clarifications to some gdt code.
Robert Morris
1
-2
/
+1
2016-08-08
shell nits
Robert Morris
1
-1
/
+6
2014-08-29
Nice layout for a printout of the code
Frans Kaashoek
1
-0
/
+8
2013-03-04
Correct a security bug in copyuvm()
Stephen Tu
1
-2
/
+3
2012-08-28
nits
Robert Morris
1
-4
/
+4
2012-08-22
Runoff still complaints these lines are too long, but it is now ok on printout
Frans Kaashoek
1
-4
/
+4
2012-08-22
Remove unused argument to setupkvm (thanks to Peter Froehlich)
Frans Kaashoek
1
-1
/
+1
2011-09-13
eliminate enter_alloc -- use kalloc for everything
Robert Morris
1
-13
/
+12
2011-09-13
more regular kmap[] and description
Robert Morris
1
-19
/
+22
2011-09-02
Nuke data.S, since we do have a custom linker script.
Austin Clements
1
-1
/
+1
2011-09-02
Oops, dropped a paren
Austin Clements
1
-1
/
+1
2011-09-02
clear_pte_u -> clearpteu
Austin Clements
1
-2
/
+2
2011-09-02
Move copy_pte_u; fits vm.c in one less column and aligns proc.h
Austin Clements
1
-13
/
+13
2011-09-02
Cleanup comments and fit setupkvm on same page as kmap, which aligns lots of ...
Austin Clements
1
-10
/
+6
2011-09-02
Style
Austin Clements
1
-7
/
+7
2011-09-02
Make mappages fit on the page
Austin Clements
1
-2
/
+1
2011-09-01
Skip missing page directories in deallocuvm
Austin Clements
1
-1
/
+3
[next]