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
/
powerpc
/
include
/
cpu.h
Age
Commit message (
Expand
)
Author
2004-01-04
Rearrange process exit path to avoid need to free resources from different
jdolecek
2003-11-21
Restore ci_curpm since it re-enables 603 to working state.
matt
2003-09-03
Move CLKF_BASEPRI to machine specific <intr.h> file since it depends on
matt
2003-08-18
Not all PPC ports (e.g. macppc) equate IPL_NONE with 0.
matt
2003-08-12
Nuke ci_curpm and curpm. Nuke pcb_pmreal. Those were use for spill stacks
matt
2003-08-08
Nuke ci_spillstk/CI_SPILLSTK. No longer needed.
matt
2003-08-04
Make that OEA based kernels can properly deal with kernel ISI faults. Now
matt
2003-08-02
Add symbolic offsets for what's in cpu save locations.
matt
2003-07-25
Switch ibm4xx over to using the more flexible powerpc bus_space/bus_dma code.
scw
2003-03-13
Use __asm & __volatile to make lint(1) happy.
matt
2003-03-11
Add support for the IBM 403GCX cpu. Enabled with "options PPC_IBM403".
hannken
2003-03-04
Add some missing volatiles.
matt
2003-02-10
Only include kernel headers if _KERNEL is defined.
matt
2003-02-03
Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).
matt
2003-02-02
Perform a rototill of the powerpc code. Mandate use of SPRG0 to store
matt
2003-01-22
Add mfrtcl() and mfrtc(), similar to mftbl() and mftb().
kleink
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-11-25
No newlines in string constants.
thorpej
2002-09-26
In mftb(), make sure we say we are clobbering cr0.
matt
2002-08-14
Prepare for PPC64. Use register_t for mtmsr/mfmsr since the msr on PPC64
matt
2002-08-06
move more inlines to cpu.h: mftb(), mftbl() and mfpvr().
chs
2002-07-28
define CPU_INFO iterators so that the CPU-states sysctl works for MP.
chs
2002-07-16
Add machdep.powerpc sysctl. Change the default value of powersave to -1
matt
2002-07-05
Peform a rototill over the powerpc-based ports.
matt
2002-03-26
Use size_t in prototype (so this will be LP64 clean for PPC64 someday).
matt
2002-03-13
Add cache_info to cpu_info which provides details about D$ and I$
eeh
2002-03-06
Move #include <dev/sysmon/sysmonvar.h> inside #ifdef _KERNEL.
nathanw
2002-03-03
Add sysmon data structures to struct cpu_info.
nathanw
2001-12-05
fix macppc MULTIPROCESSOR compilation.
chs
2001-08-28
__syncicache needs to be exports to userspace as well as the kernel.
matt
2001-08-26
Make all powerpc ports use a common Makefile.powerpc (except walnut)
matt
2001-06-13
Add a port to IBM's PPC405GP Reference Board (the "walnut")
simonb
2001-06-06
Introduce a new & faster pmap for the MPC6xx (60x, 7xx, 7xxx) PPC CPUs.
matt
1999-05-05
Add missing CPU_MAXID definition.
tsubai
1999-04-17
Modify syncicache on PowerPC from an inline to a real function.
ws
1998-05-28
Rename NetBSD/powerpc to NetBSD/ofppc.
sakamoto
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