summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove redundant __ARM_ARCH >= 6 check in armv6 specific files.skra2016-02-231-3/+0
* Remove not used definitions and fix some style nits.skra2016-02-191-24/+12
* Remove AP_KRW definition not needed after r295801.skra2016-02-191-10/+0
* Rename pte.h to pte-v4.h and start including directly either pte-v4.hskra2016-02-193-13/+7
* Move common definitions from both pmap-v4.h and pmap-v6.h into pmap.h.skra2016-02-193-42/+27
* Rename pmap.h to pmap-v4.h and remove pmap-v6.h include from it.skra2016-02-193-517/+552
* Remove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS definitions andskra2016-02-183-8/+1
* Remove redundant L2_ADDR_MASK definition and replace it by primary one.skra2016-02-181-3/+0
* Remove unneeded definitions after r291406. Also remove redundant andskra2016-02-182-24/+0
* Do not use PMAP_DOMAIN_KERNEL definition for __ARM_ARCH >= 6 as domainsskra2016-02-171-26/+0
* Remove unneeded vector_page_setprot() for __ARM_ARCH >= 6. A vectorskra2016-02-171-5/+0
* Include pte-v6.h only where needed.skra2016-02-173-4/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-172-4/+0
* Break out the shared bits of the arm intrng definitions into sys/intr.h;adrian2016-02-101-87/+1
OpenPOWER on IntegriCloud