summaryrefslogtreecommitdiff
path: root/lapic.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-22Remove unused argument from lapicinit (thanks to Peter Froehlich)Frans Kaashoek1-1/+1
2011-09-02Fix weird pagebreak bugAustin Clements1-1/+1
2011-08-16Clean up memlayout.hFrans Kaashoek1-1/+2
2011-08-15Avoid "boot" in xv6Frans Kaashoek1-2/+2
2011-08-11Make AP processors boot using bootpgdirFrans Kaashoek1-1/+0
2011-08-09One more low addressFrans Kaashoek1-1/+3
2010-07-28kill TLB shoot down codeFrans Kaashoek1-38/+0
2010-07-23Checkpoint page-table version for SMPFrans Kaashoek1-0/+40
2010-07-02Initial version of single-cpu xv6 with page tablesFrans Kaashoek1-0/+1
2009-09-02lapic: disable microdelay because it makes Bochs slowRuss Cox1-4/+0
2009-08-30assorted fixes:Russ Cox1-1/+1
2009-07-11trap cleanupRuss Cox1-3/+3
2009-05-31tab policersc1-1/+1
2009-05-31Some proc cleanup, moving some of copyproc into allocproc.rsc1-1/+1
2009-03-08be consistent: no underscores in function namesrsc1-5/+5
2008-10-12minor cleanupkolya1-2/+2
2007-11-28More complete lapic startup (thanks Silas)rsc1-8/+26
2007-09-27cleanerrsc1-10/+2
2007-09-27better lapic writes, suggested by cliffrsc1-19/+26
2007-09-27kernel SMP interruptibility fixes.rsc1-0/+22
2007-09-26comment bochs nonsensersc1-0/+2
2007-09-26Apparently the initial interrupt count lapic[TICR]rsc1-6/+3
2007-08-27delete unnecessary #include linesrsc1-5/+0
2007-08-27Simplify MP hardware code.rsc1-91/+62
2007-08-27Clean up lapic code.rsc1-168/+120
2007-08-10replace bogus loops with slightly less bogus loops.rsc1-5/+3
2006-09-08formatting nitsrsc1-7/+7
2006-09-08consistency.kaashoek1-8/+9
2006-09-07run without lapic and ioapic, if they are not presentkaashoek1-10/+23
2006-09-06wrap long linesrsc1-10/+16
2006-09-06more tabs go awayrsc1-62/+62
2006-09-06no /* */ commentsrsc1-71/+69
2006-09-06standardize various * conventionsrsc1-7/+7
2006-09-04a few nitskaashoek1-1/+0
2006-09-03centralize creditskaashoek1-5/+0
2006-08-29prune unneeded panics and debug outputrtm1-6/+1
2006-08-23i/o redirection in shkaashoek1-1/+1
2006-08-08fix race in holding() check in acquire()rtm1-5/+6
2006-08-04better interrupt plan---this one appears to workkaashoek1-0/+6
2006-07-20uint32_t -> uint &crtm1-3/+3
2006-07-17nitpicksrsc1-2/+2
2006-07-16no memlayout.hrsc1-1/+0
2006-07-12and the filekaashoek1-0/+204