summaryrefslogtreecommitdiff
path: root/spinlock.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-13change some comments, maybe more informativeRobert Morris1-1/+1
2010-07-02nitsFrans Kaashoek1-1/+1
2010-07-02Initial version of single-cpu xv6 with page tablesFrans Kaashoek1-1/+1
2009-08-30assorted fixes:Russ Cox1-11/+8
2009-07-11spinlock: rename parameter lock -> lkRuss Cox1-15/+15
2009-05-31Some proc cleanup, moving some of copyproc into allocproc.rsc1-4/+4
2009-03-08be consistent: no underscores in function namesrsc1-2/+2
2008-10-12include explicitly initialized globals (int x = 0;) in cross-refs,kolya1-2/+0
2008-09-28document lock->locked=0 vs xchg(&lock->locked, 0)rtm1-4/+8
2007-10-01Incorporate new understanding of/with Intel SMP spec.rsc1-9/+10
2007-09-30Re: why cpuid() in locking code?rsc1-8/+8
2007-09-27Final word on the locking fiasco?rsc1-5/+9
2007-09-27rename splhi/spllo to pushcli/popclirsc1-9/+9
2007-09-27kernel SMP interruptibility fixes.rsc1-6/+25
2007-08-31continuous quality managementrtm1-2/+2
2007-08-27delete unnecessary #include linesrsc1-1/+1
2007-08-24Reorder spinlock.c: acquire and release firstrsc1-25/+26
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc1-8/+7
2007-08-10nitrsc1-2/+2
2007-08-10and spinlockrsc1-1/+4
2006-09-08make lines shorterrsc1-2/+2
2006-09-08some comment changeskaashoek1-7/+6
2006-09-07comment memory barriersrsc1-1/+8
2006-09-07more commentsrsc1-1/+15
2006-09-06wrap long linesrsc1-3/+6
2006-09-06standardize various * conventionsrsc1-3/+3
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc1-2/+2
2006-08-29prune unneeded panics and debug outputrtm1-2/+0
2006-08-29clean up stale error checks and panicsrtm1-27/+16
2006-08-10interrupts could be recursive since lapic_eoi() called before rtirtm1-2/+16
2006-08-10low-level keyboard input (not hooked up to /dev yet)rtm1-2/+6
2006-08-08fix race in holding() check in acquire()rtm1-12/+16
2006-07-29open()rtm1-2/+8
2006-07-17add ide_lock for sleeprsc1-1/+13
2006-07-16Keep interrupts disabled during startup.rsc1-2/+2
2006-07-16remove acquire1 and release1rsc1-16/+4
2006-07-16New scheduler.rsc1-26/+20
2006-07-15no more recursive locksrtm1-36/+22
2006-07-12passes both usertestsrtm1-4/+11
2006-07-12i think my cmpxchg use was wrong in acquirertm1-9/+23
2006-07-12no more big kernel lockrtm1-31/+30
2006-07-11pre-empt both user and kernel, in clock interruptrtm1-2/+2
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc1-6/+15
2006-07-06disable all interrupts when acquiring lockkaashoek1-2/+3
2006-06-28disable interrupts when holding kernel lockkaashoek1-0/+3
2006-06-26system call argumentsrtm1-3/+3
2006-06-22compile "user programs"rtm1-4/+4
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek1-0/+39