summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Fix TEX index acquisition using L2 attributeszbb2017-09-061-1/+7
* Disable PL310 outer cache sync for IO coherent platformszbb2017-09-061-0/+1
* Implement tunable CPU quirks.mmel2017-09-062-2/+3
* MFC r318021,r318251:mmel2017-05-231-0/+1
* MFC r318530:mmel2017-05-221-1/+1
* MFC efivar(8) (by imp):kib2017-05-201-26/+1
* MFC r315900,r315973,r315974:mmel2017-04-166-118/+33
* MFC r303261,r315059:mmel2017-04-161-2/+10
* MFC r306704,r308406:mmel2017-04-161-2/+2
* MFC r306631,r306640,r306641,r306650,r306656:mmel2017-04-162-1/+9
* MFC r312932,r312933,r312949,r313141mjg2017-03-232-6/+7
* MFC r311169,r311898,r312925,r312973,r312975,r313007,r313040,r313080,mjg2017-03-163-0/+167
* MFC r312292, r313573:ian2017-03-025-199/+24
* MFC r306901:ian2017-03-011-2/+5
* MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)ian2017-03-011-1/+1
* MFC r313345:kib2017-02-201-13/+5
* MFC r312610, r312792jah2017-02-151-5/+12
* MFC r313194:kib2017-02-111-2/+0
* MFC r306667,r306668:mmel2016-11-051-1/+21
* MFC r306756:mmel2016-10-152-1/+2
* MFC r306755:mmel2016-10-151-0/+8
* MFC r306162:ed2016-10-123-3/+16
* MFC r306091:kib2016-09-281-0/+37
* MFC r304285:kib2016-09-162-5/+2
* MFC r303677: Move/add ARM ELF PHDR types to elf_common.hemaste2016-09-151-3/+0
* Revert the recent armv6 changes to ALIGNED_POINTER(), restoring theian2016-06-211-7/+7
* Do not define __NO_STRICT_ALIGNMENT for armv6. While the requirementsian2016-06-131-4/+0
* Remove the ARMv4/ARMv5 userland atomic support from struct proc on armv6.andrew2016-06-081-0/+2
* Start to clean MIDR values using the CPUID scheme. We don't need to knowandrew2016-06-071-18/+36
* Improve ARM debug_monitor for SMP machineszbb2016-05-291-1/+5
* Disable alignment faults on armv6, adjust various alignment-related macrosian2016-05-263-0/+16
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tian2016-05-2516-23/+0
* Use the new(-ish) CP15_SCTLR macro to generate system control reg accessesian2016-05-231-0/+1
* Adjust _ALIGNBYTES to the proper value for arm and armv6 arches. Modernian2016-05-211-4/+4
* Remove hf appending code from param.h for machine arch name.imp2016-05-201-7/+1
* Implement atomic_cmpset_acq_64 and atomic_cmpset_rel_64 on arm and armeb.andrew2016-05-181-0/+2
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAYandrew2016-04-302-5/+37
* Move arm's devmap to some generic place, so it can be usedbr2016-04-262-91/+2
* Don't use atomic operations for page table entries and handle accessskra2016-04-221-32/+14
* Add four functions which check a virtual address for stage 1 privilegedskra2016-04-221-1/+49
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-152-5/+5
* Remove FDT specific parts from INTRNG. Change its interface to make itskra2016-04-041-1/+1
* ARM: Fix ATAG handling in LINUX_BOOT_API:mmel2016-03-261-1/+1
* ARM: Teach LINUX_BOOT_ABI to recognize DT blob.mmel2016-03-261-1/+2
* Generalize IPI support for ARM intrng and use it for interruptskra2016-03-242-6/+9
* Move IPI related parts back to (ARM) machine specific file now, whenskra2016-02-271-0/+9
* Almost all copies of platform_mp_init_secondary just calledandrew2016-02-261-1/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andandrew2016-02-261-1/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-251-2/+0
OpenPOWER on IntegriCloud