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
Age
Commit message (
Expand
)
Author
2004-01-04
Rearrange process exit path to avoid need to free resources from different
jdolecek
2003-12-03
Move machine dependent definitions to machine dependent headers.
manu
2003-11-26
Fix some white space nits.
simonb
2003-11-26
Remove the prototype for the non-existent intr_md_register() function.
simonb
2003-11-21
More PPC64 changes. (latent for now).
matt
2003-11-21
Restore ci_curpm since it re-enables 603 to working state.
matt
2003-11-21
Add PowerPC64 definitions
matt
2003-11-11
Implement mach_thread_get_state.
manu
2003-10-31
Reduce code duplication by adding mi_userret() in sys/userret.h
cl
2003-10-27
Remove (the now non-compiling) support for 128bit FP emulation, which
simonb
2003-10-26
Use <sys/ieee754.h> where applicable.
kleink
2003-10-20
Reorganize the way powerpc port install machine specific headers.
matt
2003-10-19
Add powerpc-specific isa and isadma machdep code. (Merge common code from
matt
2003-10-09
Add support for MPC74[45]7
matt
2003-10-08
Add some accessor macros for the ucontext:
thorpej
2003-09-27
Define SIGTRAMP_VALID properly.
matt
2003-09-26
Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h
nathanw
2003-09-26
Add a machine-dependent SIGTRAMP_VALID macro which is used to test whether
matt
2003-09-25
Deal with the constification of ksiginfo_t and sigset_t in signalling.
matt
2003-09-25
Add siginfo support for PowerPC.
matt
2003-09-24
Define va_list as __builtin_va_list for GCC 3.x. Change stdarg macros
matt
2003-09-23
Add some PCI definitions listed in evbppc/include/walnut.h.
shige
2003-09-23
Add IBM40x specific machdep functions.
shige
2003-09-23
Add IBM405GPr PVR.
shige
2003-09-07
forgotten commit for KERN_PROCARGS sysctl in COMPAT_DARWIN
manu
2003-09-03
Move CLKF_BASEPRI to machine specific <intr.h> file since it depends on
matt
2003-09-03
Need to set BUS_DMA_COHERENT to BUS_DMA_NOCACHE on IBM ppc4xx CPUs.
simonb
2003-08-27
Move SFRAMELEN to frame.h and use it in vm_machdep.c. In setfunc, setup
matt
2003-08-24
add support for non-executable mappings (where the hardware allows this)
chs
2003-08-18
Not all PPC ports (e.g. macppc) equate IPL_NONE with 0.
matt
2003-08-17
add some 745x-specific MSSCR0 bits.
chs
2003-08-17
remove an unused proto.
chs
2003-08-12
Cleanup/rework cpu_switch*, switch_exit, Idle routine. Remove pcb_psl
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-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-08-05
Note that the used interrupt bits are 405GP specific.
simonb
2003-08-04
Make that OEA based kernels can properly deal with kernel ISI faults. Now
matt
2003-08-02
Nuke stmreg/ldmreg. PPC64 doesn't have a lmd/stmd so make sure lmw/stmw
matt
2003-08-02
Add symbolic offsets for what's in cpu save locations.
matt
2003-07-31
Change switchframe to use register_t (anything that uses stmX/lmX needs
matt
2003-07-31
Define SZREG {4,8} appropriately. Add pseudo-instructions (via #define)
matt
2003-07-31
add PSL_TGPR (for MPC603)
matt
2003-07-27
Whitespace alignment nits.
simonb
2003-07-25
Switch ibm4xx over to using the more flexible powerpc bus_space/bus_dma code.
scw
2003-07-21
Typo: __HAVE_BITENDIAN_BITOPS -> __HAVE_BIGENDIAN_BITOPS
hannken
2003-07-18
Elimindate MD setrunqueue/remrunqueue (which were out-of-date compared to
matt
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
'struct proc *' -> 'struct lwp *' as required to get GENERIC for macppc built
darrenr
2003-06-23
Make sure to include opt_foo.h if a defflag option FOO is used.
martin
[next]