aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/v7-A15
AgeCommit message (Collapse)Author
2019-10-07meta: add SPDX License Identifier and updates 00-README with License policyYann CARDAILLAC
Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2012-06-20yocto-3.5: bump kver to v3.5Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-06arm: preliminary ARMv7/A15 supportPaul Gortmaker
Commits selected here for ARMv7/A15; based on the rough ordering of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git but by choosing mainline versions thereof when they exist. commit e423c0c30c76fc850a443102a2965ec397ba6e21 Author: Russell King <rmk+kernel@arm.linux.org.uk> Merge branch 'intr-ctxsw' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux into devel-stable ARM-Use-TTBR1-instead-of-reserved-context-ID.patch ARM-Remove-__ARCH_WANT_INTERRUPTS_ON_CTXSW-on-ASID-c.patch ARM-Remove-current_mm-per-cpu-variable.patch ARM-Remove-__ARCH_WANT_INTERRUPTS_ON_CTXSW-on-pre-AR.patch commit 5693188a6e888603afa9564974145e5e6e2c623c Author: Russell King <rmk+kernel@arm.linux.org.uk> Merge branch 'timers-v3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into devel-stable ARM-local-timers-reserve-local_timer_register-to-SMP.patch ARM-local-timers-Add-A15-architected-timer-support.patch ARM-architected-timers-Add-A15-specific-sched_clock-.patch ARM-architected-timers-add-DT-support.patch ARM-architected-timers-add-support-for-UP-timer.patch ARM-vexpress-plug-local-timers-into-the-DT-code.patch ARM-architected-timers-remove-support-for-non-DT-pla.patch This one is in maz tree but not mainlined for v3.5 yet. ARM-LPAE-Invalidate-the-TLB-for-module-addresses-dur.patch A lot of the LPAE specific commits actually got mainlined in v3.4 (yay). Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>