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
/
fpu.h
Age
Commit message (
Expand
)
Author
2020-07-15
Expose fpu_get_fault_code() even if !PPC_HAVE_FPU, and
rin
2020-07-06
Drop unused opt_multiprocessor.h includes.
rin
2020-07-06
Style and cosmetic changes. No binary changes intended.
rin
2018-04-19
s/static inline/static __inline/g for consistency.
christos
2017-03-16
allow pcu_save() and pcu_discard() to be called on other threads,
chs
2013-08-22
-extend the pcu(9) API by a function which saves all context on the
drochner
2011-05-19
Remove unnecessary Tab.
kiyohara
2011-05-02
Move powerpc to use pcu to manage FPU/AltiVec/SPE.
matt
2011-01-18
Add support for BookE Freescale MPC85xx (e500 core) processors.
matt
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2006-08-05
1st cut of Powermac G5 support (uses bridge mode).
sanjayl
2005-12-11
merge ktrace-lwp.
christos
2004-04-16
Add a SAVE/DISCARD flag to save_{fpu,vec}_lwp. Use it appropriately.
matt
2004-04-04
Add int get_fpu_fault_code(void).
matt
2003-06-23
Make sure to include opt_foo.h if a defflag option FOO is used.
martin
2003-02-03
Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).
matt
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-11-03
Change _MACHINE_foo_H_ to _POWERPC_foo_H_
matt
2002-07-28
restructure the FPU and AltiVEC code so that it works for MP.
chs
2002-05-19
make usable in LKM context (use #if defined(_KERNEL_OPT))
jdolecek
2001-12-05
fix macppc MULTIPROCESSOR compilation.
chs
2001-06-13
Add a port to IBM's PPC405GP Reference Board (the "walnut")
simonb
2001-02-04
Build with -Wall -Wetc.
briggs
1999-12-07
Fix "FPCSR" to "FPSCR". ("Floating Point Status and Control Register")
danw
1996-09-30
PowerPC port
ws