summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/armv7 (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove some unused includesjsg2021-02-231-1/+0
* Remove a4x bus space hack.kettenis2018-05-153-237/+0
* To allow sharing more code between armv7 and arm64 platforms, introducepatrick2018-03-201-1/+2
* Convert armv7 to MI mutex.mpi2018-02-101-94/+0
* Fix kernel build on armv7 and sh.visa2017-05-181-2/+2
* Use (32-bit) word-sized access in the a4x bus space routine even if onlykettenis2017-04-271-7/+5
* Hook up mutex(9) to witness(4).visa2017-04-201-5/+5
* Some device trees use 64-bit intermediate virtual addresses. Thispatrick2016-10-051-2/+2
* Mapping non-cachable memory as cachable and subsequently changing the mappingkettenis2016-08-081-15/+8
* Remove a feature to re-use existing early bootstrap mappings. Thispatrick2016-07-271-12/+1
* Remove support for ARM11. This was the last unused and unmaintainedpatrick2016-03-221-3/+1
* Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 andpatrick2016-03-191-2/+2
* with binutils 2.17 we can change some raw opcodes into instruction namesjsg2015-06-021-27/+23
* Replace a plethora of historical protection options with justderaadt2014-11-161-2/+2
* remove useless headersaalm2013-10-241-112/+0
* Due to our current version of binutils not knowing newer ARMv7 instructionspatrick2013-08-301-3/+3
* Enable bus_space_set_region_4 for armv7.rapha2013-07-111-2/+2
* Don't rely on uvm_km_free() to remove the pmap mapping when unmappingpatrick2013-05-091-1/+7
* Drain the bufs after or before we do a bus space operation on ARMv7.patrick2013-05-092-28/+391
* Implement mtx_enter_try for armv7 and handle ci_mutex_level.patrick2013-05-091-1/+25
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-052-9/+2
* Constify the what/name parameter of pci_intr_establish().mk2009-08-221-2/+2
* Pieces of arm11 and armv7 support for newer cpus. This is work in progressdrahn2009-05-087-0/+694