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