Age | Commit message (Expand) | Author | Files | Lines |
2018-10-02 | Simplify by freeing user part of addres pace in one page increments. This | Frans Kaashoek | 1 | -4/+0 |
2018-10-02 | Simplify freeing page table | Frans Kaashoek | 1 | -2/+0 |
2018-10-02 | Avoid repition in walkpgdir | Frans Kaashoek | 1 | -15/+11 |
2018-09-23 | Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times. | Frans Kaashoek | 1 | -122/+114 |
2018-08-30 | Delete a patch | Frans Kaashoek | 1 | -2/+0 |
2018-08-30 | thanks mtasm | Frans Kaashoek | 1 | -2/+0 |
2018-08-30 | Remove unused flags (thanks Wolfgang Keller) | Frans Kaashoek | 1 | -47/+4 |
2017-08-29 | fix runoff complaints about pagination and long lines | Robert Morris | 1 | -1/+0 |
2017-02-01 | Eliminate code for gs trick to track per-cpu state. We rely on lapiccpunum() | Frans Kaashoek | 1 | -5/+4 |
2016-08-25 | Remove trailing white space with: | Frans Kaashoek | 1 | -2/+2 |
2016-08-10 | tiny clarifications to some gdt code. | Robert Morris | 1 | -0/+4 |
2013-03-04 | Correct a security bug in copyuvm() | Stephen Tu | 1 | -0/+1 |
2011-09-01 | Fix layout issues for printed version | Frans Kaashoek | 1 | -6/+6 |
2011-08-29 | Style nits; indentation and tabs | Austin Clements | 1 | -30/+30 |
2011-08-16 | Clean up memlayout.h | Frans Kaashoek | 1 | -6/+8 |
2011-08-15 | Use 4Mbyte pages during boot | Frans Kaashoek | 1 | -0/+2 |
2011-08-08 | One definition of several macros and constants | Frans Kaashoek | 1 | -0/+11 |
2011-07-29 | Map kernel high | Frans Kaashoek | 1 | -8/+0 |
2011-01-11 | make new code like old code | Russ Cox | 1 | -7/+7 |
2010-08-31 | Page breaking of mmu.h | Austin Clements | 1 | -17/+14 |
2010-08-31 | Start PDE defs on new page | Austin Clements | 1 | -3/+1 |
2010-08-31 | kalloc/kfree now only a page at a time | Robert Morris | 1 | -1/+1 |
2010-08-06 | fix corner cases in exec of ELF | Robert Morris | 1 | -1/+0 |
2010-08-05 | remove some unused vm #defines | Robert Morris | 1 | -26/+4 |
2010-08-05 | fix allocuvm() to handle sbrk() with non-page-granularity argument | Robert Morris | 1 | -0/+4 |
2010-07-25 | some cleanup | Frans Kaashoek | 1 | -1/+0 |
2010-07-02 | Initial version of single-cpu xv6 with page tables | Frans Kaashoek | 1 | -0/+88 |
2009-08-30 | assorted fixes: | Russ Cox | 1 | -8/+8 |
2009-07-11 | mmu.h: unused SEG_NULL | Russ Cox | 1 | -3/+0 |
2007-09-27 | don't call it ss - that's the stack segment | rsc | 1 | -2/+2 |
2007-08-14 | formatting | rsc | 1 | -0/+2 |
2007-08-08 | spacing | rsc | 1 | -17/+17 |
2007-08-08 | add DPL_USER constant | rsc | 1 | -0/+2 |
2006-09-07 | better comment | rsc | 1 | -1/+1 |
2006-09-06 | wrap long lines | rsc | 1 | -20/+21 |
2006-09-06 | no /* */ comments | rsc | 1 | -3/+1 |
2006-09-06 | standardize various * conventions | rsc | 1 | -6/+6 |
2006-09-06 | spacing fixes: no tabs, 2-space indents (for rtm) | rsc | 1 | -118/+118 |
2006-09-03 | centralize credits | kaashoek | 1 | -1/+0 |
2006-08-29 | prune unneeded panics and debug output | rtm | 1 | -66/+7 |
2006-08-10 | interrupts could be recursive since lapic_eoi() called before rti | rtm | 1 | -0/+1 |
2006-07-21 | bread | rtm | 1 | -1/+1 |
2006-07-20 | uint32_t -> uint &c | rtm | 1 | -41/+41 |
2006-07-17 | standarize on unix-like lowercase struct names | rsc | 1 | -7/+7 |
2006-07-17 | add uint and standardize on typedefs instead of unsigned | rsc | 1 | -26/+26 |
2006-07-16 | Eliminate annoying Pseudodesc structure. | rsc | 1 | -97/+3 |
2006-07-16 | standardize on not using foo_ prefix in struct foo | rsc | 1 | -82/+82 |
2006-06-12 | import | rtm | 1 | -0/+308 |