summaryrefslogtreecommitdiff
path: root/mp.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-30assorted fixes:Russ Cox1-5/+6
2009-03-08be consistent: no underscores in function namesrsc1-14/+14
2007-11-28bda[0xE] is a 16-bit segment number,rsc1-1/+1
2007-08-28comments; rename irq_ to pic_rsc1-0/+2
2007-08-28spaces around else for rtmrsc1-1/+1
2007-08-28more consistent spacingrsc1-1/+1
2007-08-27delete unnecessary #include linesrsc1-2/+1
2007-08-27Simplify MP hardware code.rsc1-144/+60
2007-08-27nitsrsc1-6/+6
2007-08-27nitsrsc1-17/+13
2007-08-24nitrsc1-1/+1
2006-09-08nitrsc1-1/+1
2006-09-08formatting nitsrsc1-1/+2
2006-09-08use bootstrap processor as specified by MP table. typically 0, but notkaashoek1-1/+2
2006-09-07comment fixesrsc1-1/+2
2006-09-07run without lapic and ioapic, if they are not presentkaashoek1-2/+6
2006-09-06wrap long linesrsc1-7/+17
2006-09-06break single-line if statementsrsc1-1/+2
2006-09-06no /* */ commentsrsc1-24/+20
2006-09-06standardize various * conventionsrsc1-19/+19
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc1-29/+29
2006-08-29prune unneeded panics and debug outputrtm1-11/+0
2006-08-08fix race in holding() check in acquire()rtm1-1/+3
2006-08-04better interrupt plan---this one appears to workkaashoek1-8/+23
2006-07-20uint32_t -> uint &crtm1-19/+19
2006-07-17standarize on unix-like lowercase struct namesrsc1-20/+20
2006-07-17add uint and standardize on typedefs instead of unsignedrsc1-2/+2
2006-07-17nitpicksrsc1-2/+2
2006-07-16various little fixes that should have been in earlier checkinsrsc1-1/+0
2006-07-16Keep interrupts disabled during startup.rsc1-1/+3
2006-07-12extract lapic code from mp.ckaashoek1-202/+7
2006-07-12i think my cmpxchg use was wrong in acquirertm1-3/+8
2006-07-12no more big kernel lockrtm1-4/+0
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc1-2/+2
2006-07-05timer interruptskaashoek1-19/+42
2006-07-01swtch saves callee-saved registersrtm1-8/+4
2006-06-28disable interrupts when holding kernel lockkaashoek1-0/+6
2006-06-28timer interruptskaashoek1-13/+25
2006-06-26stick mpstack in cpu structurekaashoek1-8/+6
2006-06-24boot more than two CPUs, each on own initial stackrtm1-15/+22
2006-06-22compile "user programs"rtm1-16/+16
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek1-30/+254
2006-06-21start on MP; detect MP configurationkaashoek1-0/+139