aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/resend.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-16genirq: Fix typos and misspellings in commentsKrzysztof Kozlowski1-1/+1
2021-01-28genirq: Use new tasklet API for resend_taskletEmil Renner Berthing1-2/+2
2020-09-06genirq: Walk the irq_data hierarchy when resending an interruptMarc Zyngier1-2/+13
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-03-08genirq: Provide interrupt injection mechanismThomas Gleixner1-2/+51
2020-03-08genirq: Sanitize state handling in check_irq_resend()Thomas Gleixner1-8/+14
2020-03-08genirq: Add return value to check_irq_resend()Thomas Gleixner1-34/+49
2020-03-08genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner1-2/+3
2019-09-05genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye1-0/+2
2018-03-20genirq: Cleanup top of file commentsThomas Gleixner1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner1-5/+13
2015-07-17genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner1-5/+13
2015-07-11genirq: Remove the irq argument from check_irq_resend()Jiang Liu1-1/+3
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