summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc/intr_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Freescale dTSEC DPAA-based ethernet controller.jhibbits2016-02-291-0/+24
* Bump the maximum number of interrupt controllers to allow for thenwhitehorn2016-01-021-0/+6
* Refactor PowerPC (especially AIM) init sequence to be less baroque.nwhitehorn2015-01-181-0/+5
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratheradrian2014-09-171-1/+1
* Repair some races in IPI handling:nwhitehorn2014-05-121-0/+19
* Allow PIC drivers to translate firmware sense codes for themselves. Thisnwhitehorn2013-10-241-7/+39
* Raise artificial limits on number of CPUs and number of interrupts.nwhitehorn2013-09-091-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* MFCattilio2011-05-101-12/+16
|\
| * Only try to set up IPIs at boot on systems that actually have more than onenwhitehorn2011-05-101-12/+16
* | Add the powerpc support.attilio2011-05-091-3/+4
|/
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain amarcel2011-02-021-1/+1
* Fix boot on SMP systems after r218075 by delaying CPU binding until anwhitehorn2011-01-291-3/+0
* Fix the interrupt code, broken 7 months ago. The interrupt frameworkmarcel2011-01-291-28/+84
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-061-1/+1
* Update PowerPC event timer code to use new event timers infrastructure.mav2010-09-111-4/+16
* Convert Freescale PowerPC platforms to FDT convention.raj2010-07-111-2/+0
* Move the EOI logic when starting ithreads into intr_machdep instead ofnwhitehorn2010-07-061-12/+25
* Add a missing conditional. We should not bind the PIC interrupt unlessnwhitehorn2010-07-031-1/+2
* Configure interrupts on SMP systems to be distributed among all onlinenwhitehorn2010-06-231-3/+52
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-181-39/+67
* Make sure that interrupt sense settings set after interrupts are enablednwhitehorn2010-06-051-1/+7
* Add suppport for ISA and ISA interrupts to make the ATAmarcel2009-04-241-24/+66
* Provide locking for PowerPC interrupt sources config.raj2009-04-201-5/+20
* Fix a race condition where interrupts set up after boot could be enabled innwhitehorn2009-01-251-3/+6
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-281-5/+0
* MFp4: SMP supportmarcel2008-04-271-0/+29
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-111-1/+1
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. Thisjhb2008-04-051-45/+1
* Simplify the interrupt code a bit:jhb2008-03-171-6/+1
* Add preliminary support for binding interrupts to CPUs:jhb2008-03-141-1/+1
* In intr_lookup(), when adding an IRQ to powerpc_intrs[], alsomarcel2008-03-111-7/+10
* Add support for the BUS_CONFIG_INTR() method to the platform and tomarcel2008-03-071-42/+88
* Add PIC support for IPIs. When registering an interrupt handler,marcel2008-02-121-1/+1
* Extend critical section coverage in the low-level interrupt handlers toscottl2007-11-211-1/+1
* Revamp the interrupt handling in support of INTR_FILTER. This includes:marcel2007-08-111-69/+118
* Eliminate <machine/interruptvar.h> as it has only a singlemarcel2007-08-071-1/+0
* In some particular cases (like in pccard and pccbb), the real devicepiso2007-05-311-2/+11
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-6/+6
* Add support for multiple FAST handlers.marcel2006-12-071-165/+98
* Don't ignore errors from intr_event_add_handler().jhb2006-08-021-3/+1
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-32/+35
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-021-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Interrupt statistics, vmstat -i now works.grehan2004-02-111-12/+48
* Widen the enable/disable helper function's argument in line with thepeter2003-11-171-4/+4
* - Introduce a flags value into the interrupt handler structure.benno2003-02-011-6/+9
* Add interrupt handling support code.benno2002-07-091-0/+280
OpenPOWER on IntegriCloud