index
:
xv6-riscv
riscv
MIT xv6-RISCV kernel modified to RV64I base integer extension
Aditya N. Naik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lapic.c
Age
Commit message (
Expand
)
Author
2019-06-05
start at support for multiple CPUs
Robert Morris
2018-08-30
x
Frans Kaashoek
2017-08-29
fix runoff complaints about pagination and long lines
Robert Morris
2017-02-01
A tiny bit of clean up (e.g., move code searching cpu array from lapic.c into
Frans Kaashoek
2017-02-01
Eliminate code for gs trick to track per-cpu state. We rely on lapiccpunum()
Frans Kaashoek
2017-01-31
Start of an experiment to remove the use of gs for cpu local variables.
Frans Kaashoek
2016-09-02
APIC IDs may not be consecutive and start from zero, so we cannot really use it
Frans Kaashoek
2016-08-19
x
Frans Kaashoek
2016-08-18
Coding style (thanks to phf).
Frans Kaashoek
2014-09-12
cmosgetdate() for system-call homework
Cody Cutler
2012-08-22
Remove unused argument from lapicinit (thanks to Peter Froehlich)
Frans Kaashoek
2011-09-02
Fix weird pagebreak bug
Austin Clements
2011-08-16
Clean up memlayout.h
Frans Kaashoek
2011-08-15
Avoid "boot" in xv6
Frans Kaashoek
2011-08-11
Make AP processors boot using bootpgdir
Frans Kaashoek
2011-08-09
One more low address
Frans Kaashoek
2010-07-28
kill TLB shoot down code
Frans Kaashoek
2010-07-23
Checkpoint page-table version for SMP
Frans Kaashoek
2010-07-02
Initial version of single-cpu xv6 with page tables
Frans Kaashoek
2009-09-02
lapic: disable microdelay because it makes Bochs slow
Russ Cox
2009-08-30
assorted fixes:
Russ Cox
2009-07-11
trap cleanup
Russ Cox
2009-05-31
tab police
rsc
2009-05-31
Some proc cleanup, moving some of copyproc into allocproc.
rsc
2009-03-08
be consistent: no underscores in function names
rsc
2008-10-12
minor cleanup
kolya
2007-11-28
More complete lapic startup (thanks Silas)
rsc
2007-09-27
cleaner
rsc
2007-09-27
better lapic writes, suggested by cliff
rsc
2007-09-27
kernel SMP interruptibility fixes.
rsc
2007-09-26
comment bochs nonsense
rsc
2007-09-26
Apparently the initial interrupt count lapic[TICR]
rsc
2007-08-27
delete unnecessary #include lines
rsc
2007-08-27
Simplify MP hardware code.
rsc
2007-08-27
Clean up lapic code.
rsc
2007-08-10
replace bogus loops with slightly less bogus loops.
rsc
2006-09-08
formatting nits
rsc
2006-09-08
consistency.
kaashoek
2006-09-07
run without lapic and ioapic, if they are not present
kaashoek
2006-09-06
wrap long lines
rsc
2006-09-06
more tabs go away
rsc
2006-09-06
no /* */ comments
rsc
2006-09-06
standardize various * conventions
rsc
2006-09-04
a few nits
kaashoek
2006-09-03
centralize credits
kaashoek
2006-08-29
prune unneeded panics and debug output
rtm
2006-08-23
i/o redirection in sh
kaashoek
2006-08-08
fix race in holding() check in acquire()
rtm
2006-08-04
better interrupt plan---this one appears to work
kaashoek
2006-07-20
uint32_t -> uint &c
rtm
[next]