| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove get_pc_str_offset(), which has been unused since we switched |  patrick | 2019-11-07 | 1 | -7/+1 |
* | Remove strange /* End of file */ style. |  deraadt | 2018-06-30 | 1 | -3/+1 |
* | Improve defense against branch predictor target injection (Spectre "variant 2") |  kettenis | 2018-01-15 | 1 | -1/+4 |
* | unifdef CPU_ARMv7 and ARM_ARCH_7 |  jsg | 2017-01-06 | 1 | -3/+1 |
* | unifdef CPU_XSCALE_PXA2X0, ARM_MMU_XSCALE, ARM_MMU_GENERIC (armv3) |  jsg | 2017-01-04 | 1 | -51/+1 |
* | Before pmap7.c rev 1.35 and pmap.h rev 1.44 DMA'able memory with the |  jsg | 2016-08-22 | 1 | -1/+3 |
* | Remove code for Intel 80219/80321 xscale processors used by armish. |  jsg | 2016-08-14 | 1 | -5/+4 |
* | Add cpu_auxcontrol() to clear and set bits in the implementation/model |  jsg | 2016-04-03 | 1 | -4/+7 |
* | Remove support for ARM11. This was the last unused and unmaintained |  patrick | 2016-03-22 | 1 | -40/+1 |
* | Remove support for ARM10. |  patrick | 2016-03-22 | 1 | -28/+3 |
* | Remove support for ARM9E. This is another step in the plan to remove |  patrick | 2016-03-22 | 1 | -5/+3 |
* | Remove support for the XScale 80200. We don't use it, it didn't compile |  patrick | 2016-03-19 | 1 | -5/+4 |
* | Remove support for IXP425. This is another architecture that is not |  patrick | 2016-03-19 | 1 | -5/+4 |
* | Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 and |  patrick | 2016-03-19 | 1 | -45/+1 |
* | Remove support for ARM9T (armv4t). Not used by any of the arm platforms. |  jsg | 2016-03-18 | 1 | -28/+2 |
* | Remove support for ARM8, an old armv4 processor without thumb that was |  jsg | 2016-03-18 | 1 | -26/+1 |
* | Switch from PSR_X_bit and X32_bit PSR macro names to just PSR_X. |  jsg | 2016-01-31 | 1 | -5/+5 |
* | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 2014-03-29 | 1 | -3/+3 |
* | Add a function to read the ARM MPCore base address. This let's us |  patrick | 2013-03-30 | 1 | -1/+3 |
* | Remove duplicate prototypes. |  patrick | 2013-03-30 | 1 | -4/+1 |
* | Add prototypes for secondary cache operations. |  patrick | 2013-03-27 | 1 | -1/+12 |
* | Use different setup functions for ARM9E and ARM10 to fix an undefined |  patrick | 2013-03-22 | 1 | -1/+2 |
* | Add instruction fault register functions, which will be needed for further |  patrick | 2013-01-23 | 1 | -7/+13 |
* | Late spring cleaning of the arm code for old dusty bits we do not want to |  miod | 2011-09-20 | 1 | -81/+12 |
* | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. |  pirofti | 2011-03-23 | 1 | -4/+4 |
* | Whitespace cleanup on generated asm code, so it is readable. |  drahn | 2010-04-22 | 1 | -5/+5 |
* | Pieces of arm11 and armv7 support for newer cpus. This is work in progress |  drahn | 2009-05-08 | 1 | -4/+61 |
* | add support for arm9e core, taken from NetBSD. |  kevlo | 2008-09-11 | 1 | -35/+54 |
* | cf_context_switch takes an u_int argument. |  kettenis | 2007-09-22 | 1 | -11/+12 |
* | Turn GetCPSR() into an inline get_cpsr(), and remove more dead code. |  miod | 2006-07-12 | 1 | -8/+14 |
* | de __P of sys/arch/arm. |  drahn | 2004-05-19 | 1 | -170/+170 |
* | Arm port, NetBSD codebase stripped down, 32bit only support. |  drahn | 2004-02-01 | 1 | -0/+524 |