aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/arm/fusu.S
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining support of big endian byte order.Michal Meloun2020-11-291-9/+0
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-291-15/+0
* Provide protection against starvation of the ll/sc loops when accessing userp...Konstantin Belousov2019-07-121-5/+6
* Remove the unused fuwintr() and suiwintr() functions.Brooks Davis2018-04-171-22/+0
* Rename assym.s to assym.incEd Maste2018-03-201-1/+1
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore2016-05-251-1/+0
* Replace broken implementation of fuswintr() and suswintr() by functionsMichal Meloun2016-02-041-89/+2
* Fix the spelling of fueword* to eliminate compile warnings about mismatchedIan Lepore2016-01-131-2/+2
* ARM userspace accessors, e.g. {s,f}uword(9), copy{in,out}(9),Konstantin Belousov2015-10-151-41/+83
* Remove trailing whitespace from sys/arm/armAndrew Turner2015-05-241-3/+3
* Move to use __ARM_ARCH in more places in the kernel.Andrew Turner2015-05-111-2/+3
* Fix alignment directives in arm asm code after clang 3.5 import.Ian Lepore2015-01-021-1/+1
* Set the alignment to 4-bytes after a string as clang 3.5 can switch toAndrew Turner2014-12-051-1/+1
* Use the unified syntax in a few more assembly filesAndrew Turner2014-12-051-1/+3
* Correctly a few incorrect uses of ENTRY/EENTRY and END/EENDAndrew Turner2014-11-301-2/+2
* Fix unwind-info errors in our hand-written arm assembler code.Ian Lepore2014-08-011-5/+4
* Remove #include <machine/asmacros.h> from files that don't need it.Ian Lepore2014-03-111-1/+0
* Change the way pcpu and curthread are stored per-core:Olivier Houchard2014-02-021-1/+1
* KERNBASE is unsigned, so we'd better use hs instead of ge.Olivier Houchard2013-10-181-2/+2
* Make casuword() atomic for armv6Olivier Houchard2013-10-171-0/+16
* Add an END macro to ARM. This is mostly used to tell gas where the boundsAndrew Turner2013-03-161-0/+14
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-99/+15
* o Add keyword volatile for user mutex owner field.David Xu2006-10-171-4/+4
* Use ENTRY_NP for alternate entry points instead of ENTRY to avoid callingOlivier Houchard2006-08-301-3/+3
* Use ENTRY instead of ALTENTRY, it doesn't exist on arm.Olivier Houchard2006-08-291-1/+1
* Implement casuword32, compare and set user integer, thank Marcel MoolenarrDavid Xu2006-08-281-0/+1
* Don't use fusufault in casuptr(), as it assumes the current PCB will beOlivier Houchard2005-04-231-23/+18
* Make sure casuptr() reset pcb->pcb_onfault when returning.Olivier Houchard2005-02-251-1/+2
* Start all license statements with /*-Warner Losh2005-01-051-1/+1
* Use the RET macro.Olivier Houchard2004-11-091-14/+14
* Implement casuptr.Olivier Houchard2004-11-051-2/+51
* Calling fuword from fuword32 with bl and without returning after is really a badOlivier Houchard2004-09-281-2/+1
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+403