summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/types.h
AgeCommit message (Expand)Author
2021-04-01Whitespace: #define<tab>simonb
2021-01-23Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8christos
2020-06-22Fix previous; hide userland ABI details for kernel as suggested by joerg:rin
2020-06-21Fix inconsistency b/w kernel and userland recognitions of TLS, as well asrin
2020-04-16Discard __HAVE_UNLOCKED_PMAP for 4xx; 4xx is uniprocessor architecture,rin
2020-03-22Temporarily mark hppa, mips, powerpc and riscv with __HAVE_UNLOCKED_PMAP,ad
2019-12-06revert this change from early this year. it appears themrg
2019-04-07Detangle some of the PowerPC CPU configuration spaghetti.thorpej
2019-04-06Overhaul the API used to fetch and store individual memory cells inthorpej
2019-01-08workaround a problem with the pegasos firmware interface:mrg
2017-01-27remove __HAVE_COMPAT_NETBSD32christos
2017-01-26provide __HAVE_COMPAT_NETBSD32 and fix multiple include protection consistently.christos
2016-01-24expose __register32_t for frame.hchristos
2016-01-23expose the kernel types for standalone code.christos
2016-01-23Hide {p,v}{addr,size}_t and register_t (and a couple more types thatchristos
2015-08-27Fix PTHREAD_FOO_INITIALIZER for C++ by not using volatile in the relevantpooka
2014-12-14fix powerpc TLS problems by removing the hacks for PPC EABI.chs
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-07-17kcpuset_t changes for the pmap and removal of __cpuset_tmatt
2012-05-26Add __HAVE_RAS support. Do it in userret.matt
2011-07-17Enable new-style <sys/bus.h> on several PowerPC ports supporting PCIdyoung
2011-06-23Switch to using the common <common/pmap/tlb/tlb.h>matt
2011-06-14Add mm_md_kernacc and now kmem tools work again.matt
2011-06-13Add __HAVE_CPU_UAREA_ROUTINES support so that uareas will be direct-mapped.matt
2011-06-12need mm_md_direct_mapped_phys support.matt
2011-06-05Remove <machine/atomic.h>; use <sys/atomic.h> instead.matt
2011-05-02Move powerpc to use pcu to manage FPU/AltiVec/SPE.matt
2011-04-07Get rid of cpu_lwp_setprivate since it's not needed on powerpc.matt
2011-03-12Add TLS defines.matt
2011-02-24Allow storing and receiving the LWP private pointer via ucontext_tjoerg
2010-12-22Add a define __HAVE_CPU_DATA_FIRST which means that cpu_data is the firstmatt
2010-07-07implement cpu_lwp_setprivate() on several platforms.chs
2009-12-11Add PRIx{P,V}{ADDR,SIZE}, PRIu{P,V}SIZE, and PRIxREGISTER{,32,64} for allmatt
2008-01-31Add register{32,64}_tmatt
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2008-01-08Finish conversion of ppc and evbppc to timecounter.joerg
2007-11-29__HAVE_ATOMIC64_OPS if 64-bitad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-05-17merge yamt-idlelwp branch. asked by core@. some ports still needs work.yamt
2006-08-051st cut of Powermac G5 support (uses bridge mode).sanjayl
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2003-09-26Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.hnathanw
2003-09-25Add siginfo support for PowerPC.matt
2003-07-21Typo: __HAVE_BITENDIAN_BITOPS -> __HAVE_BIGENDIAN_BITOPShannken
2003-07-18Elimindate MD setrunqueue/remrunqueue (which were out-of-date compared tomatt
2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21
2003-01-18Make register_t. Change the printfs in trap.c to match.matt
2003-01-16A small LP64 fix.matt
2002-09-22Use "#define\t" instead of "#define ".simonb