| Age | Commit message (Expand) | Author |
| 2020-01-18 | Use 4K pages on ARM_MMU_EXTENDED platforms (all armv[67] except RPI) by | skrll |
| 2020-01-17 | Sort __HAVE_* defines | skrll |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2018-10-18 | Provide generic start code that assumes the MMU is off and caches are | skrll |
| 2018-10-10 | Trailing whitespace | skrll |
| 2018-07-12 | Remove the kernel PMC code. Sent yesterday on tech-kern@. | maxv |
| 2017-01-27 | remove __HAVE_COMPAT_NETBSD32 | christos |
| 2017-01-26 | provide __HAVE_COMPAT_NETBSD32 and fix multiple include protection consistently. | christos |
| 2016-01-23 | expose the kernel types for standalone code. | christos |
| 2016-01-23 | Hide {p,v}{addr,size}_t and register_t (and a couple more types that | christos |
| 2015-08-27 | Fix PTHREAD_FOO_INITIALIZER for C++ by not using volatile in the relevant | pooka |
| 2014-09-13 | vm_offset_t -> vaddr_t, vm_size_t -> vsize_t | matt |
| 2014-08-05 | Don't set __NO_STRICT_ALIGNMENT as armv[67] ldm/stm have alignment | skrll |
| 2014-04-18 | ARMv6+ platforms no longer have strict alignment requirements. | matt |
| 2014-02-22 | Define __HAVE_ATOMIC64_OPS if EABI && ARMv6 or later. | matt |
| 2013-07-02 | Add a tlb_asid_t. | matt |
| 2013-05-07 | Move #define __HAVE_OLD_DISKLABEL to <arm/types.h> | matt |
| 2012-08-12 | Rework VFP support to use PCU. | matt |
| 2012-08-03 | COMPAT_NETBSD32 support for ARM. Which is strange since ARM is already | matt |
| 2011-11-18 | Hook up TLS support on ARM. Tested by martin@, kernel support from matt@ | joerg |
| 2011-07-17 | On ARM-ish ports having PCI support, use new-style <sys/bus.h>. Do not | dyoung |
| 2011-04-07 | Add __lwp_getprivate_fast | matt |
| 2010-12-22 | Add a define __HAVE_CPU_DATA_FIRST which means that cpu_data is the first | matt |
| 2009-12-11 | Add PRIx{P,V}{ADDR,SIZE}, PRIu{P,V}SIZE, and PRIxREGISTER{,32,64} for all | matt |
| 2008-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |
| 2008-01-20 | Convert evbarm to timecounter. Only one of the systems was tested, the | joerg |
| 2007-03-09 | Make __cpu_simple_lock_t an unsigned char if _KERNEL, and operate on it | thorpej |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2004-01-18 | Do not export __HAVE_RAS to userland. Applications are supposed to try | martin |
| 2003-09-26 | Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h | nathanw |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-28 | Add a new feature-test macro, _NETBSD_SOURCE. If this is defined | bjh21 |
| 2003-03-01 | Do the syscall_plain/syscall_fancy dance on ARM. Shaves a fair number | thorpej |
| 2002-10-07 | Add support for restartable atomic sequences on 26-bit ARM. Compile | thorpej |
| 2002-08-07 | Implement pmc(9) -- An interface to hardware performance monitoring | briggs |
| 2002-02-28 | Use "#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-23 | Big patch for merging common include files of the new hpcarm tree and the old... | reinoud |