aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/arm/stdatomic.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-291-452/+1
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore2016-05-251-1/+0
* Add support for __atomic_FOO_fetch on arm prior to armv6. These return theAndrew Turner2015-09-221-9/+14
* Instead of having separate do_sync functions for ARM_ARCH 6 vs.Marcel Moolenaar2015-08-131-8/+2
* Move to use __ARM_ARCH in more places in the kernel.Andrew Turner2015-05-111-19/+9
* Use the unified syntax when generating assembly for clang. The clang 3.5Andrew Turner2014-12-061-0/+5
* opt_global.h is included automatically in the build. No need toWarner Losh2014-11-181-4/+0
* Fix GCC build for all ARMs. Revert bug introduced in r255613.Zbigniew Bodek2013-09-201-4/+28
* Fix GCC build error when building for ARMv6Zbigniew Bodek2013-09-161-4/+4
* Unconditionally compile the __sync_* atomics support functions into compiler-rtDavid Chisnall2013-08-311-11/+62
* Make support for atomics on ARM complete.Ed Schouten2013-06-151-42/+316
* Add C11 atomic fallbacks for ARM.Ed Schouten2013-06-131-0/+540