summaryrefslogtreecommitdiffstats
path: root/kernel/irq/internals.h
AgeCommit message (Expand)AuthorLines
2012-05-24genirq: Introduce irq_do_set_affinity() to reduce duplicated codeJiang Liu-0/+3
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner-1/+1
2012-03-09genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev-2/+0
2012-02-15genirq: Handle pending irqs in irq_startup()Thomas Gleixner-1/+1
2012-01-13module_param: make bool parameters really bool (core code)Rusty Russell-1/+1
2011-10-03genirq: Add support for per-cpu dev_id interruptsMarc Zyngier-5/+14
2011-03-29genirq: Remove compat codeThomas Gleixner-10/+0
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner-6/+0
2011-02-26genirq: Provide forced interrupt threadingThomas Gleixner-0/+2
2011-02-19genirq: Implement irq_get/put_desc_[bus]locked/unlock()Thomas Gleixner-0/+28
2011-02-19genirq: Remove real old transition functionsThomas Gleixner-3/+0
2011-02-19genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=yThomas Gleixner-0/+4
2011-02-19genirq: Move wakeup state to irq_dataThomas Gleixner-2/+0
2011-02-19genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner-0/+2
2011-02-19genirq: Move IRQ_AFFINITY_SET to coreThomas Gleixner-0/+4
2011-02-19genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner-0/+11
2011-02-19genirq: Move debug code to separate headerThomas Gleixner-44/+4
2011-02-19genirq: Remove CONFIG_IRQ_PER_CPUThomas Gleixner-2/+0
2011-02-19genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner-0/+15
2011-02-19genirq: Move IRQ_WAKEUP to coreThomas Gleixner-0/+2
2011-02-19genirq: Move IRQ_SUSPENDED to coreThomas Gleixner-0/+2
2011-02-19genirq: Move IRQ_MASKED to coreThomas Gleixner-1/+3
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner-1/+3
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner-1/+3
2011-02-19genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner-2/+6
2011-02-19genirq: Move IRQ_ONESHOT to coreThomas Gleixner-0/+2
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner-1/+4
2011-02-19genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner-0/+2
2011-02-19genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner-0/+3
2011-02-19genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner-2/+13
2011-02-19genirq: Protect tglx from tripping over his own feetThomas Gleixner-0/+2
2011-02-19genirq: Add internal state field to irq_descThomas Gleixner-0/+6
2011-02-19genirq: Implement handle_irq_event()Thomas Gleixner-0/+3
2011-02-19genirq: Consolidate disable/enableThomas Gleixner-0/+2
2011-02-19genirq: Consolidate startup/shutdown of interruptsThomas Gleixner-0/+3
2011-02-19genirq: Move irq thread flags to coreThomas Gleixner-0/+14
2011-02-19genirq: Mark polled irqs and defer the real handlerThomas Gleixner-10/+1
2011-02-19genirq: Do not copy affinity before setThomas Gleixner-1/+1
2011-02-19genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner-0/+6
2010-10-12genirq: Remove the now unused sparse irq leftoversThomas Gleixner-102/+0
2010-10-12genirq: Sanitize dynamic irq handlingThomas Gleixner-1/+0
2010-10-12genirq: Prepare proc for real sparse irq supportThomas Gleixner-0/+2
2010-10-12genirq: Distangle irq.hThomas Gleixner-0/+100
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner-0/+10
2010-10-04genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner-6/+6
2010-10-04genirq: Add new functions to dummy chipsThomas Gleixner-0/+2
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner-6/+6
2010-02-17sparseirq: Change irq_desc_ptrs to staticYinghai Lu-5/+1
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner-1/+1
2009-08-17genirq: Add buslock supportThomas Gleixner-0/+13