index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
evbmips
/
ingenic
Age
Commit message (
Expand
)
Author
2023-02-23
mips: Add missing barriers in cpu_switchto.
riastradh
2022-03-03
mips: Carefully use device_set_private for cpuN.
riastradh
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-08-17
Add some compile time asserts for endianness on boards/systems that
simonb
2020-07-22
s/reseting/resetting/
msaitoh
2020-05-29
For struct timecounter, use C99 initializers.
rin
2017-05-21
Provide and use some CP0 accessor functions instead of M[TF]C0 macros
skrll
2017-05-19
Trailing whitespace
skrll
2016-12-22
switch all ports to use uvm_init.c:uvm_md_init()
cherry
2016-08-27
Trailing whitespace
skrll
2016-08-26
Adjust evbmips_iointr to pass a clockframe pointer and use it for
skrll
2016-08-26
#include "opt_multiprocessor.h"
skrll
2016-01-29
first shot at SMP support, very much broken and experimental
macallan
2015-10-08
add mechanism to pass a MAC address to dme
macallan
2015-07-11
- get rid of private bus space in ingenic_com.c
macallan
2015-06-30
don't mess with the cycle counter event counter, out timer interrupt comes
macallan
2015-06-30
Use cpu_startup_common()
matt
2015-06-11
use kcpuset_isset()
macallan
2015-04-04
add IPI support
macallan
2015-03-28
PIC -> INTC to match documentation
macallan
2015-03-11
add an event counter for clock interrupts
macallan
2015-03-10
enable the full 1GB of RAM
macallan
2015-03-07
only use the first 256MB for now until I figure out how to properly access
macallan
2015-03-07
count all interrupts, not just the ones we have handlers for
macallan
2015-03-05
disable interrupts while processing them, reenable when we're done
macallan
2014-12-31
Move struct clockframe cf as extern declaration into ingenic_clockintr(),
martin
2014-12-26
make interrupt names part of the handler struct so event counters will show
macallan
2014-12-26
use #ifdef USE_OST to switch between OS Timer and timer 5
macallan
2014-12-23
use separate debugging flag for interrupts
macallan
2014-12-23
use defflag-ed debug options
macallan
2014-12-23
preliminary support for the interrupt controller
macallan
2014-12-23
use defflag-ed debug options
macallan
2014-12-06
apbus attachment goop, move interrupt stuff to intr.c
macallan
2014-12-06
timer interrupt and IPIs
macallan
2014-12-06
add timecounter, timer interrupt and plenty of debugging goop
macallan
2014-11-22
initial support for CI20 / Ingenic JZ4780
macallan