summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include/types.h
AgeCommit message (Expand)Author
2020-01-18Use 4K pages on ARM_MMU_EXTENDED platforms (all armv[67] except RPI) byskrll
2020-01-17Sort __HAVE_* definesskrll
2019-04-06Overhaul the API used to fetch and store individual memory cells inthorpej
2018-10-18Provide generic start code that assumes the MMU is off and caches areskrll
2018-10-10Trailing whitespaceskrll
2018-07-12Remove the kernel PMC code. Sent yesterday on tech-kern@.maxv
2017-01-27remove __HAVE_COMPAT_NETBSD32christos
2017-01-26provide __HAVE_COMPAT_NETBSD32 and fix multiple include protection consistently.christos
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-09-13vm_offset_t -> vaddr_t, vm_size_t -> vsize_tmatt
2014-08-05Don't set __NO_STRICT_ALIGNMENT as armv[67] ldm/stm have alignmentskrll
2014-04-18ARMv6+ platforms no longer have strict alignment requirements.matt
2014-02-22Define __HAVE_ATOMIC64_OPS if EABI && ARMv6 or later.matt
2013-07-02Add a tlb_asid_t.matt
2013-05-07Move #define __HAVE_OLD_DISKLABEL to <arm/types.h>matt
2012-08-12Rework VFP support to use PCU.matt
2012-08-03COMPAT_NETBSD32 support for ARM. Which is strange since ARM is alreadymatt
2011-11-18Hook up TLS support on ARM. Tested by martin@, kernel support from matt@joerg
2011-07-17On ARM-ish ports having PCI support, use new-style <sys/bus.h>. Do notdyoung
2011-04-07Add __lwp_getprivate_fastmatt
2010-12-22Add a define __HAVE_CPU_DATA_FIRST which means that cpu_data is the firstmatt
2009-12-11Add PRIx{P,V}{ADDR,SIZE}, PRIu{P,V}SIZE, and PRIxREGISTER{,32,64} for allmatt
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2008-01-20Convert evbarm to timecounter. Only one of the systems was tested, thejoerg
2007-03-09Make __cpu_simple_lock_t an unsigned char if _KERNEL, and operate on itthorpej
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2004-01-18Do not export __HAVE_RAS to userland. Applications are supposed to trymartin
2003-09-26Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.hnathanw
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21
2003-03-01Do the syscall_plain/syscall_fancy dance on ARM. Shaves a fair numberthorpej
2002-10-07Add support for restartable atomic sequences on 26-bit ARM. Compilethorpej
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-02-28Use "#define<tab>".simonb
2001-04-28* Move definitions of exact-width integer types from <machine/types.h>kleink
2001-02-23__HAVE_NWSCONS and __HAVE_DEVICE_REGISTER are MACHINE-dependent.bjh21
2001-02-23Big patch for merging common include files of the new hpcarm tree and the old...reinoud