aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/resend.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-01genirq: Provide means to retrigger parentThomas Gleixner1-0/+8
2012-05-04genirq: Allow check_wakeup_irqs to notice level-triggered interruptsThomas Gleixner1-2/+5
2011-03-29genirq: Remove compat codeThomas Gleixner1-1/+0
2011-02-19genirq: Mirror irq trigger type bits in irq_data.stateThomas Gleixner1-1/+1
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner1-2/+3
2011-02-19genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner1-2/+5
2011-02-19genirq: Consolidate IRQ_DISABLEDThomas Gleixner1-5/+0
2011-02-19genirq: Consolidate disable/enableThomas Gleixner1-5/+5
2011-02-19genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner1-1/+1
2010-10-04genirq: Provide compat handling for chip->retrigger()Thomas Gleixner1-2/+2
2010-10-04genirq: Provide compat handling for chip->enable()Thomas Gleixner1-1/+1
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner1-2/+3
2009-08-09irq: Remove superfluous NULL pointer check in check_irq_resend()Bartlomiej Zolnierkiewicz1-2/+1
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-1/+1
2008-10-16irq: introduce nr_irqsYinghai Lu1-2/+2
2007-08-12genirq: suppress resend of level interruptsThomas Gleixner1-1/+6
2007-08-09Revert "genirq: temporary fix for level-triggered IRQ resend"Linus Torvalds1-9/+0
2007-08-01genirq: temporary fix for level-triggered IRQ resendThomas Gleixner1-0/+9
2006-10-06[PATCH] ixp4xxdefconfig arm fixesFrederik Deweerdt1-1/+1
2006-09-16[PATCH] genirq: fix typo in IRQ resendImre Deak1-2/+1
2006-06-29[PATCH] genirq: coreThomas Gleixner1-2/+2
2006-06-29[PATCH] genirq: add genirq sw IRQ-retriggerThomas Gleixner1-0/+78