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
/
powerpc
/
pic
/
pic_openpic.c
Age
Commit message (
Expand
)
Author
2022-02-23
fix various typos in comments, mainly immediatly/immediately/,
andvar
2020-07-13
Drop unused opt_interrupt.h include.
rin
2020-07-12
No need to test _KERNEL_OPT twice.
rin
2020-07-06
Include missing opt_multiprocessor.h.
rin
2020-07-06
Style and cosmetic changes. No binary changes intended.
rin
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-05-16
special case IPIs so we don't mess with hardware IRQ sources
macallan
2018-03-22
don't call mapiodev() - the caller should hand us a usable address
macallan
2018-03-02
IRQ0 is perfectly legal to use on at least some macppc, so don't treat it
macallan
2018-03-01
use mapiodev() so this can work on G5s
macallan
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2016-05-26
treat IPIs like regular interrupts at IPL_HIGH
macallan
2012-02-01
Use kmem instead of malloc. Remove unneeded <sys/malloc.h> includes.
matt
2012-01-14
Some PICs have the capability to define the interrupt's polarity (OpenPIC
phx
2011-06-20
<arch/powerpc/... -> <powerpc/...
matt
2008-04-29
Convert to new 2 clause license
martin
2008-01-17
Add support to ofppc for the IBM 7044-270 machine. This is a POWER3-II
garbled
2007-12-11
Fix the endless stream of 7's problem on i8259-like interrupt controllers
garbled
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled