| Age | Commit message (Expand) | Author |
| 2011-09-02 | Nuke data.S, since we do have a custom linker script. | Austin Clements |
| 2011-09-02 | Oops, dropped a paren | Austin Clements |
| 2011-09-02 | clear_pte_u -> clearpteu | Austin Clements |
| 2011-09-02 | Move copy_pte_u; fits vm.c in one less column and aligns proc.h | Austin Clements |
| 2011-09-02 | Cleanup comments and fit setupkvm on same page as kmap, which aligns lots of ... | Austin Clements |
| 2011-09-02 | Style | Austin Clements |
| 2011-09-02 | Make mappages fit on the page | Austin Clements |
| 2011-09-01 | Skip missing page directories in deallocuvm | Austin Clements |
| 2011-09-01 | inaccessible page under the user stack page, to help exec deal w/ too-large args | Robert Morris |
| 2011-09-01 | Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6 | Robert Morris |
| 2011-09-01 | fix usertests to correctly test what happens when you call | Robert Morris |
| 2011-09-01 | Fix layout issues for printed version | Frans Kaashoek |
| 2011-08-29 | Style nits; indentation and tabs | Austin Clements |
| 2011-08-24 | Eliminate USERTOP; no use for it. | Frans Kaashoek |
| 2011-08-16 | Switch back to #define for PHYSTOP. Using the E820 to retrieve the memory ma... | Frans Kaashoek |
| 2011-08-16 | Clean up memlayout.h | Frans Kaashoek |
| 2011-08-15 | Make Austin happier | Frans Kaashoek |
| 2011-08-15 | Avoid "boot" in xv6 | Frans Kaashoek |
| 2011-08-11 | Make AP processors boot using bootpgdir | Frans Kaashoek |
| 2011-08-09 | Tiny bit of cleanup | Frans Kaashoek |
| 2011-08-09 | x | Frans Kaashoek |
| 2011-08-09 | Use static page table for boot, mapping first 4Mbyte; no more segment trick | Frans Kaashoek |
| 2011-08-07 | Adjust sbrk test for large user address spaces | Frans Kaashoek |
| 2011-07-31 | Don't map IO space in the user part of the address space | Frans Kaashoek |
| 2011-07-29 | Map kernel high | Frans Kaashoek |
| 2011-02-19 | xv6: formatting, cleanup, rev5 (take 2) | Russ Cox |
| 2011-01-11 | more trivial cleanup | Russ Cox |
| 2011-01-11 | make new code like old code | Russ Cox |
| 2010-09-27 | copyout() copies data to a va in a pagetable, for exec() &c | Robert Morris |
| 2010-09-20 | map kernel instructions r/o | Robert Morris |
| 2010-09-13 | change some comments, maybe more informative | Robert Morris |
| 2010-09-02 | Simplify allocuvm/deallocuvm to operate in a contiguous memory model. This m... | Austin Clements |
| 2010-09-02 | Comment inituvm and loaduvm | Austin Clements |
| 2010-09-02 | Fix comment capitalization | Austin Clements |
| 2010-09-02 | Rearrange vm.c so it's in logical order and prints nicely. Shorten a few fun... | Austin Clements |
| 2010-09-02 | Simplify inituvm and userinit by assuming initcode fits on a page | Austin Clements |
| 2010-09-02 | Simplify freevm using deallocuvm | Austin Clements |
| 2010-09-01 | Slight simplification of copyuvm. We could simplify other things now that pr... | Austin Clements |
| 2010-09-01 | Space police | Austin Clements |
| 2010-09-01 | Tab police | Austin Clements |
| 2010-09-01 | Fix similar leak in copyuvm | Austin Clements |
| 2010-08-31 | Cleanup if allocuvm fails to alloc. Add a test. | Austin Clements |
| 2010-08-31 | no more pminit, or ELF header at 0x10000 | Robert Morris |
| 2010-08-31 | kalloc/kfree now only a page at a time | Robert Morris |
| 2010-08-30 | xx | Robert Morris |
| 2010-08-30 | we don't need CR0_WP | Robert Morris |
| 2010-08-30 | set only PG and WP in vminit; the rest don't seem to be needed and are confusing | Robert Morris |
| 2010-08-11 | uptime() sys call for benchmarking | Robert Morris |
| 2010-08-10 | allow sbrk(-x) to de-allocate user memory | Robert Morris |
| 2010-08-06 | fix corner cases in exec of ELF | Robert Morris |