index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
arm
/
arm32
/
exception.S
Age
Commit message (
Expand
)
Author
2020-11-21
Sprinkle some comments about ENABLE_ALIGNMENT_FAULTS leaving curcpu in r4
skrll
2019-08-11
Trailing whitespace
skrll
2017-07-07
split PUSHFRAMEINSVC into two pieces so that we can insert some additional
chs
2015-06-21
Remove duplicate ASEND(undefined_entry)
matt
2014-03-13
Add clrex when we get an abort.
matt
2014-03-05
push/pop unsaved registers before using printf.
matt
2013-12-02
Don't use cpsr_all/spsr_all with mrs, it doesn't take a mask.
joerg
2013-08-18
Move parts of cpu.h that are not needed by MI code in <arm/locore.h>
matt
2012-09-12
Make sure the handler addresses are 32-bit aligned.
matt
2012-08-29
Don't use locations in .data to store exception temporaries, use decidicated
matt
2008-04-27
Merge kernel changes in matt-armv6 to HEAD.
matt
2008-01-19
Remove arm support for IPKDB.
chris
2005-12-11
merge ktrace-lwp.
christos
2003-10-31
Overhaul arm32's abort handlers:
scw
2003-10-30
Move the alignment fault enable/disable code into macroes to avoid
scw
2003-10-26
Assume that if curpcb is NULL, we're already running with alignment
scw
2003-10-25
Skip the alignment fault enabling code if we came from SVC mode. It's
scw
2003-10-25
Enable alignment faults on arm32 for both kernel and userland.
scw
2003-01-06
interrupt with two rs.
wiz
2002-10-13
Instead of "add rd, pc, #foo - . - 8", use either "adr rd, foo" or (where
bjh21
2002-08-15
* Use local label names (.Lfoo vs. (Lfoo or foo))
briggs
2002-01-17
Separate out syscall() out into three parts:
bjh21
2002-01-14
Simplify SWI entry: syscall() now extracts the SWI comment field itself.
bjh21
2001-12-20
* Share a common vector page between arm26 and arm32.
thorpej
2001-11-28
- Garbage-collect some unused cruft.
thorpej
2001-07-28
Move the generic arm32 files into arm/arm32 from arm32/arm32, tested kernel b...
chris