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
/
ofppc
/
include
/
cpu.h
Age
Commit message (
Expand
)
Author
2011-06-20
Don't expose port-specific if _MODULE is defined.
matt
2008-04-08
SMP support for ofppc. (finally) Much thanks to Matt Thomas for help in
garbled
2008-02-07
Add some simple code to print out what the OFW thinks the cache
garbled
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-09-01
Put the declaration of cpu_softc and #include of sys/device.h inside
pavel
2002-09-18
implement device_register() for ofppc.
chs
2001-10-22
Begin the task of splitting up the ofppc port into common code
thorpej
2001-08-26
Make all powerpc ports use a common Makefile.powerpc (except walnut)
matt
2001-05-30
use _KERNEL_OPT
mrg
2001-04-13
Remove the use of splimp() from the NetBSD kernel. splnet()
thorpej
2001-04-12
splimp -> splvm
thorpej
2001-01-14
Make sure everybody has an splvm() and equate it with splimp() (splimp()
thorpej
2000-12-14
Partial syscall cleanup, as per other ports.
mycroft
2000-11-16
Need to provide CACHELINESIZE in _STANDALONE environments, too.
thorpej
2000-08-25
Make need_resched() take a "struct cpu_info *" argument. This
thorpej
2000-08-22
Add spllock(). See spl(9) for details.
thorpej
2000-08-21
Make sure we provide splsched() as described in spl(9).
thorpej
2000-05-26
First sweep at scheduler state cleanup. Collect MI scheduler
thorpej
1999-08-10
Define cpu_number() as discussed on tech-smp.
thorpej
1999-08-05
Change the semantics of splsoftclock() to be like other spl*() functions,
thorpej
1999-04-17
Modify syncicache on PowerPC from an inline to a real function.
ws
1997-11-05
asm -> __asm__, volatile -> __volatile
thorpej
1997-04-16
Definitions for machine_vec interface, from Wolfgang Solfrank.
thorpej
1996-09-30
PowerPC port
ws