summaryrefslogtreecommitdiff
path: root/mp.c
AgeCommit message (Expand)Author
2006-08-08fix race in holding() check in acquire()rtm
2006-08-04better interrupt plan---this one appears to workkaashoek
2006-07-20uint32_t -> uint &crtm
2006-07-17standarize on unix-like lowercase struct namesrsc
2006-07-17add uint and standardize on typedefs instead of unsignedrsc
2006-07-17nitpicksrsc
2006-07-16various little fixes that should have been in earlier checkinsrsc
2006-07-16Keep interrupts disabled during startup.rsc
2006-07-12extract lapic code from mp.ckaashoek
2006-07-12i think my cmpxchg use was wrong in acquirertm
2006-07-12no more big kernel lockrtm
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc
2006-07-05timer interruptskaashoek
2006-07-01swtch saves callee-saved registersrtm
2006-06-28disable interrupts when holding kernel lockkaashoek
2006-06-28timer interruptskaashoek
2006-06-26stick mpstack in cpu structurekaashoek
2006-06-24boot more than two CPUs, each on own initial stackrtm
2006-06-22compile "user programs"rtm
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek
2006-06-21start on MP; detect MP configurationkaashoek