summaryrefslogtreecommitdiff
path: root/mp.c
AgeCommit message (Expand)Author
2019-06-05start at support for multiple CPUsRobert Morris
2018-09-23Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.Frans Kaashoek
2017-08-09Commit to running on an SMP (perhaps with only 1 core). Remove most codeFrans Kaashoek
2016-09-02APIC IDs may not be consecutive and start from zero, so we cannot really use itFrans Kaashoek
2016-08-24p2v -> P2VRobert Morris
2016-08-18Removed useless variable.Peter H. Froehlich
2016-08-18Removed useless function and prototypes.Peter H. Froehlich
2011-08-15Avoid "boot" in xv6Frans Kaashoek
2011-08-09Use kernel virtual addresses for BIOS memory, etc.Frans Kaashoek
2011-07-29Map kernel highFrans Kaashoek
2011-02-19xv6: formatting, cleanup, rev5 (take 2)Russ Cox
2011-01-11mp: do not panic on surprising hwRuss Cox
2011-01-11make new code like old codeRuss Cox
2010-07-02Initial version of single-cpu xv6 with page tablesFrans Kaashoek
2009-08-30assorted fixes:Russ Cox
2009-03-08be consistent: no underscores in function namesrsc
2007-11-28bda[0xE] is a 16-bit segment number,rsc
2007-08-28comments; rename irq_ to pic_rsc
2007-08-28spaces around else for rtmrsc
2007-08-28more consistent spacingrsc
2007-08-27delete unnecessary #include linesrsc
2007-08-27Simplify MP hardware code.rsc
2007-08-27nitsrsc
2007-08-27nitsrsc
2007-08-24nitrsc
2006-09-08nitrsc
2006-09-08formatting nitsrsc
2006-09-08use bootstrap processor as specified by MP table. typically 0, but notkaashoek
2006-09-07comment fixesrsc
2006-09-07run without lapic and ioapic, if they are not presentkaashoek
2006-09-06wrap long linesrsc
2006-09-06break single-line if statementsrsc
2006-09-06no /* */ commentsrsc
2006-09-06standardize various * conventionsrsc
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc
2006-08-29prune unneeded panics and debug outputrtm
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