| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r315900,r315973,r315974: | mmel | 2017-04-16 | 6 | -118/+33 |
* | MFC r303261,r315059: | mmel | 2017-04-16 | 1 | -2/+10 |
* | MFC r306704,r308406: | mmel | 2017-04-16 | 1 | -2/+2 |
* | MFC r306631,r306640,r306641,r306650,r306656: | mmel | 2017-04-16 | 2 | -1/+9 |
* | MFC r312932,r312933,r312949,r313141 | mjg | 2017-03-23 | 2 | -6/+7 |
* | MFC r311169,r311898,r312925,r312973,r312975,r313007,r313040,r313080, | mjg | 2017-03-16 | 3 | -0/+167 |
* | MFC r312292, r313573: | ian | 2017-03-02 | 5 | -199/+24 |
* | MFC r306901: | ian | 2017-03-01 | 1 | -2/+5 |
* | MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges) | ian | 2017-03-01 | 1 | -1/+1 |
* | MFC r313345: | kib | 2017-02-20 | 1 | -13/+5 |
* | MFC r312610, r312792 | jah | 2017-02-15 | 1 | -5/+12 |
* | MFC r313194: | kib | 2017-02-11 | 1 | -2/+0 |
* | MFC r306667,r306668: | mmel | 2016-11-05 | 1 | -1/+21 |
* | MFC r306756: | mmel | 2016-10-15 | 2 | -1/+2 |
* | MFC r306755: | mmel | 2016-10-15 | 1 | -0/+8 |
* | MFC r306162: | ed | 2016-10-12 | 3 | -3/+16 |
* | MFC r306091: | kib | 2016-09-28 | 1 | -0/+37 |
* | MFC r304285: | kib | 2016-09-16 | 2 | -5/+2 |
* | MFC r303677: Move/add ARM ELF PHDR types to elf_common.h | emaste | 2016-09-15 | 1 | -3/+0 |
* | Revert the recent armv6 changes to ALIGNED_POINTER(), restoring the | ian | 2016-06-21 | 1 | -7/+7 |
* | Do not define __NO_STRICT_ALIGNMENT for armv6. While the requirements | ian | 2016-06-13 | 1 | -4/+0 |
* | Remove the ARMv4/ARMv5 userland atomic support from struct proc on armv6. | andrew | 2016-06-08 | 1 | -0/+2 |
* | Start to clean MIDR values using the CPUID scheme. We don't need to know | andrew | 2016-06-07 | 1 | -18/+36 |
* | Improve ARM debug_monitor for SMP machines | zbb | 2016-05-29 | 1 | -1/+5 |
* | Disable alignment faults on armv6, adjust various alignment-related macros | ian | 2016-05-26 | 3 | -0/+16 |
* | Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn't | ian | 2016-05-25 | 16 | -23/+0 |
* | Use the new(-ish) CP15_SCTLR macro to generate system control reg accesses | ian | 2016-05-23 | 1 | -0/+1 |
* | Adjust _ALIGNBYTES to the proper value for arm and armv6 arches. Modern | ian | 2016-05-21 | 1 | -4/+4 |
* | Remove hf appending code from param.h for machine arch name. | imp | 2016-05-20 | 1 | -7/+1 |
* | Implement atomic_cmpset_acq_64 and atomic_cmpset_rel_64 on arm and armeb. | andrew | 2016-05-18 | 1 | -0/+2 |
* | Don't repeat the the word 'the' | eadler | 2016-05-17 | 1 | -1/+1 |
* | Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAY | andrew | 2016-04-30 | 2 | -5/+37 |
* | Move arm's devmap to some generic place, so it can be used | br | 2016-04-26 | 2 | -91/+2 |
* | Don't use atomic operations for page table entries and handle access | skra | 2016-04-22 | 1 | -32/+14 |
* | Add four functions which check a virtual address for stage 1 privileged | skra | 2016-04-22 | 1 | -1/+49 |
* | Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine | andrew | 2016-04-15 | 2 | -5/+5 |
* | Remove FDT specific parts from INTRNG. Change its interface to make it | skra | 2016-04-04 | 1 | -1/+1 |
* | ARM: Fix ATAG handling in LINUX_BOOT_API: | mmel | 2016-03-26 | 1 | -1/+1 |
* | ARM: Teach LINUX_BOOT_ABI to recognize DT blob. | mmel | 2016-03-26 | 1 | -1/+2 |
* | Generalize IPI support for ARM intrng and use it for interrupt | skra | 2016-03-24 | 2 | -6/+9 |
* | Move IPI related parts back to (ARM) machine specific file now, when | skra | 2016-02-27 | 1 | -0/+9 |
* | Almost all copies of platform_mp_init_secondary just called | andrew | 2016-02-26 | 1 | -1/+0 |
* | Remove platform_mp_probe as it's almost identical on most ARM SoCs, and | andrew | 2016-02-26 | 1 | -1/+0 |
* | Remove platform_ipi_send, it's an unneeded as all implementations are | andrew | 2016-02-25 | 1 | -2/+0 |
* | Remove redundant __ARM_ARCH >= 6 check in armv6 specific files. | skra | 2016-02-23 | 1 | -3/+0 |
* | Remove not used definitions and fix some style nits. | skra | 2016-02-19 | 1 | -24/+12 |
* | Remove AP_KRW definition not needed after r295801. | skra | 2016-02-19 | 1 | -10/+0 |
* | Rename pte.h to pte-v4.h and start including directly either pte-v4.h | skra | 2016-02-19 | 3 | -13/+7 |
* | Move common definitions from both pmap-v4.h and pmap-v6.h into pmap.h. | skra | 2016-02-19 | 3 | -42/+27 |
* | Rename pmap.h to pmap-v4.h and remove pmap-v6.h include from it. | skra | 2016-02-19 | 3 | -517/+552 |