summaryrefslogtreecommitdiff
path: root/sys/arm/include/sysarch.h
AgeCommit message (Expand)Author
2025-06-12arm: fix build after _types.h changesBrooks Davis
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2020-11-29Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun
2019-07-10De-pollute arm's sysarch.h.Ian Lepore
2017-11-27sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-16Save VFP state in getcontext(3) on ARM.Michal Meloun
2016-05-25Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore
2016-01-16Use __ARM_ARCH to decide when ARM_TP_ADDRESS needs to be set. This fixesAndrew Turner
2014-03-11Remove #include <machine/asmacros.h> from files that don't need it.Ian Lepore
2013-04-17- Correct mispellings of the word occurrenceGabor Kovesdan
2012-08-15Merging projects/armv6, part 1Oleksandr Tymoshenko
2012-04-16Replace the C implementation of __aeabi_read_tp with an assembly version.Andrew Turner
2011-10-16Fix 2 bugs :Olivier Houchard
2009-02-12To prevent various race conditions in the RAS code, store and restore theOlivier Houchard
2008-02-05Improve ARM_TP_ADDRESS and RAS area.Rafal Jaworowski
2005-02-26Instead of using sysarch() to store-retrieve the tp, add a magic address,Olivier Houchard
2005-02-25Implement two new sysarch for arm, ARM_GET_TP and ARM_SET_TP, to work aroundOlivier Houchard
2005-01-05Start all license statements with /*-Warner Losh
2004-09-23Add MD syscalls to sync the icache and to drain the write buffer.Olivier Houchard