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