aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powerpc/interrupt.c
Commit message (Expand)AuthorAgeFilesLines
* hwpmc: simplify calling convention for hwpmc interrupt handlingMatt Macy2018-06-081-1/+1
* Add hypervisor trap handling, using HSRR0/HSRR1Justin Hibbits2018-05-191-0/+1
* Clear the WE bit in C code rather than the asmJustin Hibbits2017-11-081-0/+6
* Merge booke and aim interrupt.c files.Justin Hibbits2015-07-061-0/+122
* This file was repocopied to src/sys/powerpc/aim, where it willMarcel Moolenaar2007-12-141-101/+0
* Revamp the interrupt handling in support of INTR_FILTER. This includes:Marcel Moolenaar2007-08-111-15/+4
* Re-enable external interrupts for faults, traps and syscalls.Marcel Moolenaar2007-08-081-9/+8
* Eliminate <machine/interruptvar.h> as it has only a singleMarcel Moolenaar2007-08-071-2/+1
* Tweak how the MD code calls the fooclock() methods some. Instead ofJohn Baldwin2005-12-221-5/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Be more conservative about re-enabling interrupts during trap processingPeter Grehan2003-01-081-1/+1
* - moved intrcnt/intrnames to locore.s to fix sysctl -a panicPeter Grehan2002-09-191-6/+0
* Many fixes to low-level trap and interrupt handling:Benno Rice2002-06-291-0/+123