summaryrefslogtreecommitdiffstats
path: root/kernel/irq/resend.c
Commit message (Expand)AuthorAgeFilesLines
* genirq: Fix software resend lockup and nested resendJohan Hovold2023-08-261-1/+6
* genirq: Use hlist for managing resend handlersShanker Donthineni2023-05-241-17/+30
* genirq: Fix typos and misspellings in commentsKrzysztof Kozlowski2021-03-161-1/+1
* genirq: Use new tasklet API for resend_taskletEmil Renner Berthing2021-01-281-2/+2
* genirq: Walk the irq_data hierarchy when resending an interruptMarc Zyngier2020-09-061-2/+13
* treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
* genirq: Provide interrupt injection mechanismThomas Gleixner2020-03-081-2/+51
* genirq: Sanitize state handling in check_irq_resend()Thomas Gleixner2020-03-081-8/+14
* genirq: Add return value to check_irq_resend()Thomas Gleixner2020-03-081-34/+49
* genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner2020-03-081-2/+3
* genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye2019-09-051-0/+2
* genirq: Cleanup top of file commentsThomas Gleixner2018-03-201-2/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* Merge branch 'linus' into irq/coreThomas Gleixner2015-07-301-5/+13
|\
| * genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner2015-07-171-5/+13
* | genirq: Remove the irq argument from check_irq_resend()Jiang Liu2015-07-111-1/+3
|/
* genirq: Provide means to retrigger parentThomas Gleixner2012-11-011-0/+8
* genirq: Allow check_wakeup_irqs to notice level-triggered interruptsThomas Gleixner2012-05-041-2/+5
* genirq: Remove compat codeThomas Gleixner2011-03-291-1/+0
* genirq: Mirror irq trigger type bits in irq_data.stateThomas Gleixner2011-02-191-1/+1
* genirq: Move IRQ_PENDING flag to coreThomas Gleixner2011-02-191-2/+3
* genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner2011-02-191-2/+5
* genirq: Consolidate IRQ_DISABLEDThomas Gleixner2011-02-191-5/+0
* genirq: Consolidate disable/enableThomas Gleixner2011-02-191-5/+5
* genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner2011-02-191-1/+1
* genirq: Provide compat handling for chip->retrigger()Thomas Gleixner2010-10-041-2/+2
* genirq: Provide compat handling for chip->enable()Thomas Gleixner2010-10-041-1/+1
* genirq: Convert core code to irq_dataThomas Gleixner2010-10-041-2/+3
* irq: Remove superfluous NULL pointer check in check_irq_resend()Bartlomiej Zolnierkiewicz2009-08-091-2/+1
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-161-1/+1
* irq: introduce nr_irqsYinghai Lu2008-10-161-2/+2
* genirq: suppress resend of level interruptsThomas Gleixner2007-08-121-1/+6
* Revert "genirq: temporary fix for level-triggered IRQ resend"Linus Torvalds2007-08-091-9/+0
* genirq: temporary fix for level-triggered IRQ resendThomas Gleixner2007-08-011-0/+9
* [PATCH] ixp4xxdefconfig arm fixesFrederik Deweerdt2006-10-061-1/+1
* [PATCH] genirq: fix typo in IRQ resendImre Deak2006-09-161-2/+1
* [PATCH] genirq: coreThomas Gleixner2006-06-291-2/+2
* [PATCH] genirq: add genirq sw IRQ-retriggerThomas Gleixner2006-06-291-0/+78