| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a4x bus space hack. |  kettenis | 2018-05-15 | 1 | -3/+1 |
* | Add a common rules file for ofw sources to help keep the configurations |  visa | 2018-05-04 | 1 | -2/+2 |
* | Convert armv7 to MI mutex. |  mpi | 2018-02-10 | 1 | -2/+1 |
* | Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@. |  kettenis | 2018-01-26 | 1 | -1/+2 |
* | Unifdef KGDB. |  mpi | 2017-04-30 | 1 | -3/+2 |
* | Bring over the changes to mainbus(4) and simplebus(4) from arm64. |  kettenis | 2017-04-27 | 1 | -4/+2 |
* | Move virtio config from files.pci to files.pci |  reyk | 2017-01-21 | 1 | -1/+2 |
* | remove unused armv4 and xscale files |  jsg | 2017-01-02 | 1 | -5/+1 |
* | Add an implementation of __aeabi_ldivmode() and __aeabi_uldivmod(); clang |  kettenis | 2016-09-24 | 1 | -1/+3 |
* | Use a locator (named "early") to let designated drivers attach before others. |  kettenis | 2016-09-18 | 1 | -2/+2 |
* | Remove code for Intel 80219/80321 xscale processors used by armish. |  jsg | 2016-08-14 | 1 | -5/+3 |
* | Build ofw_pinctrl.o and ofw_gpio.o on armv7. The latters here from the |  kettenis | 2016-08-06 | 1 | -2/+1 |
* | Hook up imxgpio(4) to the FDT gpio framework. |  kettenis | 2016-07-11 | 1 | -1/+2 |
* | Change openprom into a pseudo-device, because not all arm platforms |  deraadt | 2016-05-23 | 1 | -1/+4 |
* | Rework mainbus and implement simplebus to be able to span a tree-like |  patrick | 2016-05-02 | 1 | -3/+12 |
* | Remove support for ARM10. |  patrick | 2016-03-22 | 1 | -6/+2 |
* | Remove support for ARM9E. This is another step in the plan to remove |  patrick | 2016-03-22 | 1 | -4/+4 |
* | Remove support for the XScale 80200. We don't use it, it didn't compile |  patrick | 2016-03-19 | 1 | -4/+2 |
* | Remove support for IXP425. This is another architecture that is not |  patrick | 2016-03-19 | 1 | -3/+1 |
* | Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 and |  patrick | 2016-03-19 | 1 | -10/+1 |
* | Remove support for ARM9T (armv4t). Not used by any of the arm platforms. |  jsg | 2016-03-18 | 1 | -4/+2 |
* | Remove support for ARM8, an old armv4 processor without thumb that was |  jsg | 2016-03-18 | 1 | -2/+1 |
* | remove obsolete INET kernel option |  tedu | 2015-07-17 | 1 | -2/+2 |
* | Remove redundant md memcpy.S and memmove.S lines. The mi config |  jsg | 2014-12-30 | 1 | -3/+1 |
* | disassem.c only if ddb; ok miod |  deraadt | 2014-10-09 | 1 | -3/+2 |
* | Drain the bufs after or before we do a bus space operation on ARMv7. |  patrick | 2013-05-09 | 1 | -1/+2 |
* | Add a cortex bus which represents the ARM MPCore Complex. |  patrick | 2013-05-01 | 1 | -1/+3 |
* | Switch from pmap to pmap7. |  patrick | 2013-04-30 | 1 | -3/+5 |
* | Move generic armv7 files into arm's file list. |  patrick | 2013-03-27 | 1 | -1/+6 |
* | merge cpu_coredump() back to where it belongs, ok drahn miod |  deraadt | 2011-11-08 | 1 | -2/+1 |
* | compat_13 support died ages ago |  deraadt | 2011-11-08 | 1 | -2/+1 |
* | arm has no need for procfs |  deraadt | 2011-11-08 | 1 | -2/+1 |
* | None of the mainbus child devices care about getting a bus_space_tag_t from |  miod | 2011-09-22 | 1 | -5/+2 |
* | Late spring cleaning of the arm code for old dusty bits we do not want to |  miod | 2011-09-20 | 1 | -16/+5 |
* | - remove unused/commented COMPAT_LINUX stuff |  jasper | 2010-12-06 | 1 | -9/+1 |
* | Pieces of arm11 and armv7 support for newer cpus. This is work in progress |  drahn | 2009-05-08 | 1 | -1/+2 |
* | add support for arm9e core, taken from NetBSD. |  kevlo | 2008-09-11 | 1 | -3/+6 |
* | neccessary -> necessary; from Pierre Riteau |  jmc | 2008-04-25 | 1 | -2/+2 |
* | libkern, begone. Move to a new mechanism where config(8)'s "file" |  deraadt | 2007-11-25 | 1 | -1/+27 |
* | Remove commented out defopt goo. |  miod | 2006-07-12 | 1 | -26/+1 |
* | Turn GetCPSR() into an inline get_cpsr(), and remove more dead code. |  miod | 2006-07-12 | 1 | -2/+1 |
* | Orphaned stuff. |  miod | 2006-07-12 | 1 | -2/+1 |
* | More netccitt and netns removals; OK henning, brad, mickey |  uwe | 2005-07-14 | 1 | -2/+1 |
* | enable arm optimized in4_cksum |  brad | 2005-05-10 | 1 | -2/+1 |
* | To allow for MD override of in4_cksum()... |  brad | 2005-05-01 | 1 | -1/+2 |
* | Cosmetics... |  tdeval | 2005-03-08 | 1 | -6/+6 |
* | dont make this dependant on bus_space_generic, that is bogus. |  drahn | 2005-01-13 | 1 | -2/+2 |
* | Move dev/cons.c to MI conf/files. |  grange | 2004-10-08 | 1 | -4/+1 |
* | Remove the old fetch(9)/store(9) functions, since they are not used in |  miod | 2004-08-04 | 1 | -2/+1 |
* | Arm port, NetBSD codebase stripped down, 32bit only support. |  drahn | 2004-02-01 | 1 | -0/+141 |