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
/
irq_dispatch.S
Age
Commit message (
Expand
)
Author
2020-11-21
Sprinkle some comments about ENABLE_ALIGNMENT_FAULTS leaving curcpu in r4
skrll
2015-06-02
Add a clrex/dmb to irq path as recommended by ARM.
matt
2013-08-18
Move parts of cpu.h that are not needed by MI code in <arm/locore.h>
matt
2012-10-21
Add softint processing for irq_idle_entry
matt
2012-10-21
Implement a "fast" path for IRQ handling out of the idle loop. Since we
matt
2012-08-29
Avoid using r7 (which is being reserved for a different purpose).
matt
2011-05-28
Remove unused local variable.
jakllsch
2008-04-27
Merge kernel changes in matt-armv6 to HEAD.
matt
2008-01-06
Truly kill current_intr_depth once and for all.
matt
2007-03-09
Rewrite the ARM mutex implementation to be of the simple-mutex variety.
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-05-31
remove vestigal {,e}intr{names,cnt} symbols now that vmstat doesn't need them.
chs
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
Oops, forgot to commit this along with the others...
scw
2003-01-03
Fiddle with current_intr_depth in assembly code again. Because we
thorpej
2003-01-02
Clean up evbarm interrupt support a little:
thorpej