summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/armv7
AgeCommit message (Expand)AuthorFilesLines
2021-02-23remove some unused includesjsg1-1/+0
2018-05-15Remove a4x bus space hack.kettenis3-237/+0
2018-03-20To allow sharing more code between armv7 and arm64 platforms, introducepatrick1-1/+2
2018-02-10Convert armv7 to MI mutex.mpi1-94/+0
2017-05-18Fix kernel build on armv7 and sh.visa1-2/+2
2017-04-27Use (32-bit) word-sized access in the a4x bus space routine even if onlykettenis1-7/+5
2017-04-20Hook up mutex(9) to witness(4).visa1-5/+5
2016-10-05Some device trees use 64-bit intermediate virtual addresses. Thispatrick1-2/+2
2016-08-08Mapping non-cachable memory as cachable and subsequently changing the mappingkettenis1-15/+8
2016-07-27Remove a feature to re-use existing early bootstrap mappings. Thispatrick1-12/+1
2016-03-22Remove support for ARM11. This was the last unused and unmaintainedpatrick1-3/+1
2016-03-19Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 andpatrick1-2/+2
2015-06-02with binutils 2.17 we can change some raw opcodes into instruction namesjsg1-27/+23
2014-11-16Replace a plethora of historical protection options with justderaadt1-2/+2
2013-10-24remove useless headersaalm1-112/+0
2013-08-30Due to our current version of binutils not knowing newer ARMv7 instructionspatrick1-3/+3
2013-07-11Enable bus_space_set_region_4 for armv7.rapha1-2/+2
2013-05-09Don't rely on uvm_km_free() to remove the pmap mapping when unmappingpatrick1-1/+7
2013-05-09Drain the bufs after or before we do a bus space operation on ARMv7.patrick2-28/+391
2013-05-09Implement mtx_enter_try for armv7 and handle ci_mutex_level.patrick1-1/+25
2012-12-05Remove excessive sys/cdefs.h inclusionderaadt2-9/+2
2009-08-22Constify the what/name parameter of pci_intr_establish().mk1-2/+2
2009-05-08Pieces of arm11 and armv7 support for newer cpus. This is work in progressdrahn7-0/+694