aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-14random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o1-4/+3
2012-03-29genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev1-6/+10
2012-03-14genirq: Flush the irq thread on synchronizationIdo Yariv1-0/+12
2012-03-09genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev1-1/+1
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior1-6/+0
2011-03-29genirq: Remove compat codeThomas Gleixner1-3/+0
2011-03-28genirq: Remove handle_IRQ_eventThomas Gleixner1-12/+0
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner1-2/+2
2011-02-25genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner1-13/+63
2011-02-25genirq: Make warning in handle_percpu_event usefulThomas Gleixner1-1/+2
2011-02-22genirq: Use the correct variable for note_interruptThomas Gleixner1-7/+9
2011-02-19genirq: Force wrapped access to desc->status in core codeThomas Gleixner1-3/+3
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner1-1/+2
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner1-2/+4
2011-02-19genirq: Simplify handle_irq_event()Thomas Gleixner1-13/+6
2011-02-19genirq: Implement handle_irq_event()Thomas Gleixner1-8/+39
2011-02-19genirq: Warn when handler enables interruptsThomas Gleixner1-1/+3
2011-01-21genirq: Remove __do_IRQThomas Gleixner1-111/+0
2010-10-12genirq: Distangle kernel/irq/handle.cThomas Gleixner1-331/+2
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner1-2/+7
2010-10-04genirq: Provide compat handling for chip->startup()Thomas Gleixner1-7/+0
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner1-4/+0
2010-10-04genirq: Provide compat handling for chip->enable()Thomas Gleixner1-2/+0
2010-10-04genirq: Provide compat handling for chip->ack()Thomas Gleixner1-10/+0
2010-10-04genirq: Provide compat handling for chip->unmask()Thomas Gleixner1-1/+0
2010-10-04genirq: Provide compat handling for chip->mask()Thomas Gleixner1-1/+0
2010-10-04genirq: Add new functions to dummy chipsThomas Gleixner1-17/+42
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner1-8/+8
2010-10-04genirq: Create irq_dataThomas Gleixner1-20/+19
2010-04-13genirq: Run irq handlers with interrupts disabledIngo Molnar1-3/+0
2010-02-17sparseirq: Use radix_tree instead of ptrs arrayYinghai Lu1-24/+25
2010-02-17sparseirq: Change irq_desc_ptrs to staticYinghai Lu1-1/+6
2010-02-17irq: Remove unnecessary bootmem codeYinghai Lu1-11/+3
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-11/+11
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-08-29irq: Make sure irq_desc for legacy irq get correct node settingYinghai Lu1-1/+4
2009-06-12irq: slab alloc for default irq_affinityYinghai Lu1-1/+1
2009-06-11irq: use kcalloc() instead of the bootmem allocatorPekka Enberg1-1/+1
2009-06-11irq/cpumask: make memoryless node zero happyYinghai Lu1-4/+5
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+1
2009-05-23sparseirq: Allow early irq_desc allocationPaul Mundt1-4/+14
2009-05-12Merge branch 'x86/apic' into irq/numaIngo Molnar1-2/+0
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar1-2/+0
2009-05-01Revert "genirq: assert that irq handlers are indeed running in hardirq context"Thomas Gleixner1-2/+0
2009-04-29tracing: fix build failure on s390Heiko Carstens1-2/+0
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu1-17/+11
2009-04-28x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESCYinghai Lu1-7/+2
2009-04-28irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix falloutYinghai Lu1-3/+6
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt1-1/+1
2009-04-14tracing: create automated trace definesSteven Rostedt1-4/+3