| Age | Commit message (Expand) | Author |
| 2014-03-02 | Explicitly enable VFP support for vfp_init.c. Fixes build of | joerg |
| 2014-02-20 | cpu_cortex doesn't need the arm11 cpufuncs any more | matt |
| 2014-01-30 | Put EHABI exception tables at the end of text. | matt |
| 2014-01-23 | Compile the armv4 cpufunc file with -mcpu=arm8 instead of arm9, to avoid | martin |
| 2014-01-04 | Explicitly force a CPU for the assembler for the compatibility | joerg |
| 2013-12-27 | Pass -mfpu=vfp so GAS won't complain about vmsrne | matt |
| 2013-12-24 | Make sure _edata is aligned to a 8-byte boundary. | matt |
| 2013-11-12 | CPU_ARMV[67] imply ARM32_DISABLE_ALIGNMENT_FAULTS | matt |
| 2013-10-28 | Make sure certain files are always assembled with -marm | matt |
| 2013-08-17 | Nuke atomic.S since we have MI defined atomic ops | matt |
| 2013-07-02 | Rework to have CPU_PREARMV6, CPU_ARMV6, as well as CPU_ARMV7 | matt |
| 2013-06-22 | File VBAR option | matt |
| 2013-06-12 | Add a ARM_HAS_VBAR option which forces the use of the VBAR register. This | matt |
| 2013-06-12 | Add CPU_ARMV7 and make CPU_PJ4B and CPU_CORTEX instantiate it. | matt |
| 2013-05-19 | Make PJ4B support code compilable. | rkujawa |
| 2013-02-14 | Add BUSDMA_COUNTERS option | matt |
| 2013-02-03 | Fix typo in option name | skrll |
| 2013-02-03 | Always compile the kernel with -mfloat=soft | matt |
| 2013-01-28 | reserve char 111 for vchiq | jmcneill |
| 2013-01-28 | Disable bzero_page_vfp and bcopy_page_vfp since it really isn't any faster | matt |
| 2012-12-10 | Add code to use VFP(or Neon) instructions to zero or copy a page via | matt |
| 2012-12-05 | ARMFPE hasn't compiled since NetBSD 4. Remove it. | matt |
| 2012-10-17 | Add a PMAP_NEEDS_ALLOC_POOLPAGE / PMAP_ALLOC_POOLPAGE hook so systems can | matt |
| 2012-10-05 | Make arm32_kvminit.o is complied with -fno-stack-protector | matt |
| 2012-09-18 | add _ARM32_NEED_BUS_DMA_BOUNCE to opt_arm_bus_space.h (It's not really a | matt |
| 2012-09-01 | Add missing ; | matt |
| 2012-08-29 | Add core locator to mainbus. Add support for attaching multiple CPUs | matt |
| 2012-08-29 | Add __stub_start and __stub_end symbols. | matt |
| 2012-08-29 | Rename ARM options PROCESS_ID_IS_CUR{CPU,LWP} to TPIDRPRW_IS_CUR{CPU,LWP} | 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 |
| 2012-07-21 | Add support for the ARM1176JZS | skrll |
| 2012-07-14 | Add intrbase locator to mainbus. | matt |
| 2012-07-13 | Begin support for Cortex A5, A7, A15 and expand A8 and A9 definitions. | matt |
| 2012-05-18 | Remove an '@' to hopefully see what's going on with the daily builds. | skrll |
| 2012-03-19 | adjust the size of db_symtab space automatically. | bsh |
| 2011-12-11 | Require arm3_cache_flush for ARM2/ARM250. | kiyohara |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-03-10 | Preliminary ARM11 MPCore support. | bsh |
| 2010-11-30 | define major device number for UARTs on i.MX SoCs | bsh |
| 2010-10-02 | Add support Marvell Sheeva Core and SoC. (Orion/Kirkwood) | kiyohara |
| 2010-06-19 | Cleanup the armv7 changes. Add ARM_ARCH_7. Use CPU_CORTEX instead of | matt |
| 2010-06-16 | PR port-arm/43299: Support added for igepv2/cortexa8/omap3530 | jmcneill |
| 2010-03-06 | use a MI major number for uhso(4) driver | plunky |
| 2010-03-06 | add major device for usho(4) driver | plunky |
| 2009-12-27 | Add write-through cache work-around for ARM11 as well as ARM9/ARM10. Analyzed | uebayasi |
| 2009-01-18 | Adapt the arm32 fusu implementation for use on PROG26 configurations | bjh21 |
| 2009-01-18 | Move arch/arm/arm32/fusu.S to arch/arm/arm/fusu.S in preparation for making | bjh21 |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |