aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/internals.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-29genirq: Remove compat codeThomas Gleixner1-10/+0
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner1-6/+0
2011-02-26genirq: Provide forced interrupt threadingThomas Gleixner1-0/+2
2011-02-19genirq: Implement irq_get/put_desc_[bus]locked/unlock()Thomas Gleixner1-0/+28
2011-02-19genirq: Remove real old transition functionsThomas Gleixner1-3/+0
2011-02-19genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=yThomas Gleixner1-0/+4
2011-02-19genirq: Move wakeup state to irq_dataThomas Gleixner1-2/+0
2011-02-19genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner1-0/+2
2011-02-19genirq: Move IRQ_AFFINITY_SET to coreThomas Gleixner1-0/+4
2011-02-19genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner1-0/+11
2011-02-19genirq: Move debug code to separate headerThomas Gleixner1-44/+4
2011-02-19genirq: Remove CONFIG_IRQ_PER_CPUThomas Gleixner1-2/+0
2011-02-19genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner1-0/+15
2011-02-19genirq: Move IRQ_WAKEUP to coreThomas Gleixner1-0/+2
2011-02-19genirq: Move IRQ_SUSPENDED to coreThomas Gleixner1-0/+2
2011-02-19genirq: Move IRQ_MASKED to coreThomas Gleixner1-1/+3
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner1-1/+3
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner1-1/+3
2011-02-19genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner1-2/+6
2011-02-19genirq: Move IRQ_ONESHOT to coreThomas Gleixner1-0/+2
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner1-1/+4
2011-02-19genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner1-0/+2
2011-02-19genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner1-0/+3
2011-02-19genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner1-2/+13
2011-02-19genirq: Protect tglx from tripping over his own feetThomas Gleixner1-0/+2
2011-02-19genirq: Add internal state field to irq_descThomas Gleixner1-0/+6
2011-02-19genirq: Implement handle_irq_event()Thomas Gleixner1-0/+3
2011-02-19genirq: Consolidate disable/enableThomas Gleixner1-0/+2
2011-02-19genirq: Consolidate startup/shutdown of interruptsThomas Gleixner1-0/+3
2011-02-19genirq: Move irq thread flags to coreThomas Gleixner1-0/+14
2011-02-19genirq: Mark polled irqs and defer the real handlerThomas Gleixner1-10/+1
2011-02-19genirq: Do not copy affinity before setThomas Gleixner1-1/+1
2011-02-19genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner1-0/+6
2010-10-12genirq: Remove the now unused sparse irq leftoversThomas Gleixner1-102/+0
2010-10-12genirq: Sanitize dynamic irq handlingThomas Gleixner1-1/+0
2010-10-12genirq: Prepare proc for real sparse irq supportThomas Gleixner1-0/+2
2010-10-12genirq: Distangle irq.hThomas Gleixner1-0/+100
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner1-0/+10
2010-10-04genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner1-6/+6
2010-10-04genirq: Add new functions to dummy chipsThomas Gleixner1-0/+2
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner1-6/+6
2010-02-17sparseirq: Change irq_desc_ptrs to staticYinghai Lu1-5/+1
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-1/+1
2009-08-17genirq: Add buslock supportThomas Gleixner1-0/+13
2009-07-21genirq: Delegate irq affinity setting to the irq threadThomas Gleixner1-2/+1
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu1-1/+1
2009-04-28irq: only update affinity if ->set_affinity() is sucessfullYinghai Lu1-0/+3
2009-03-30PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki1-0/+2
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-0/+7
2009-02-09irq: clear kstat_irqsYinghai Lu1-0/+1