summaryrefslogtreecommitdiff
path: root/x86.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-08shuffle and tweak for formatting.Russ Cox1-0/+1
2009-05-31clean up %fs %gs usersc1-2/+3
2009-05-31Some proc cleanup, moving some of copyproc into allocproc.rsc1-0/+6
2009-03-08be consistent: no underscores in function namesrsc1-16/+1
2009-03-08xv6/x86.h: add stosb, fix bugs in insl/outsl (rep not repne)rsc1-2/+11
2009-03-08xv6/x86.h: inline assembly cleanuprsc1-8/+8
2008-09-24always save and restore %fs, %gs to ensure old segment entries are neverkolya1-4/+8
2007-10-01Incorporate new understanding of/with Intel SMP spec.rsc1-24/+5
2007-09-30Re: why cpuid() in locking code?rsc1-0/+1
2007-09-27kernel SMP interruptibility fixes.rsc1-0/+9
2007-08-31continuous quality managementrtm1-3/+3
2007-08-27nitsrsc1-0/+2
2007-08-24comment what +m means; omit needless __rsc1-25/+27
2007-08-24omit needless ampersandsrsc1-2/+2
2007-08-20no more wrsc1-6/+6
2007-08-14dittorsc1-1/+1
2007-08-14Cannot use "g" as an arg constraint becausersc1-1/+1
2006-09-07more commentsrsc1-0/+4
2006-09-06no /* */ commentsrsc1-5/+8
2006-09-06standardize various * conventionsrsc1-7/+7
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc1-71/+71
2006-09-03remove duplicationkaashoek1-9/+0
2006-08-29clean up stale error checks and panicsrtm1-209/+3
2006-08-10low-level keyboard input (not hooked up to /dev yet)rtm1-0/+1
2006-07-20uint32_t -> uint &crtm1-93/+84
2006-07-17standarize on unix-like lowercase struct namesrsc1-7/+7
2006-07-17goodbye PushRegsrsc1-5/+2
2006-07-16Eliminate annoying Pseudodesc structure.rsc1-3/+24
2006-07-16standardize on not using foo_ prefix in struct foorsc1-22/+22
2006-07-16New scheduler.rsc1-0/+14
2006-07-12i think my cmpxchg use was wrong in acquirertm1-14/+0
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc1-1/+0
2006-07-06disable all interrupts when acquiring lockkaashoek1-0/+1
2006-07-05timer interruptskaashoek1-5/+0
2006-07-01swtch saves callee-saved registersrtm1-0/+38
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek1-0/+24
2006-06-12importrtm1-0/+301