aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-11genirq: Fix trivial typo in the comment CPY ==> COPYAndy Shevchenko1-1/+1
2024-01-24irqchip/gic(v3): Replace gic_irq() with irqd_to_hwirq()Dawei Li1-1/+1
2023-10-26x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den1-22/+4
2023-06-16genirq: Allow fasteoi handler to resend interrupts on concurrent handlingJames Gowans1-0/+13
2023-06-16genirq: Use BIT() for the IRQD_* state flagsMarc Zyngier1-23/+23
2023-02-05genirq: Add mechanism to multiplex a single HW IPIAnup Patel1-0/+3
2022-07-20Merge branch irq/loongarch into irq/irqchip-nextMarc Zyngier1-0/+1
2022-07-20genirq/generic_chip: Export irq_unmap_generic_chipJianmin Lv1-0/+1
2022-07-07genirq: Provide an IRQ affinity mask in non-SMP configsSamuel Holland1-0/+8
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland1-5/+7
2022-07-07genirq: Add and use an irq_data_update_affinity helperSamuel Holland1-0/+6
2022-07-07genirq: Refactor accessors to use irq_data_get_affinity_maskSamuel Holland1-7/+7
2022-04-19gpio: Don't fiddle with irqchips marked as immutableMarc Zyngier1-0/+2
2022-02-15genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier1-3/+4
2022-02-10genirq: Kill irq_chip::parent_deviceMarc Zyngier1-2/+0
2021-10-28Merge branch irq/irq_cpu_offline into irq/irqchip-nextMarc Zyngier1-1/+4
2021-10-26genirq: Hide irq_cpu_{on,off}line() behind a deprecated optionMarc Zyngier1-1/+4
2021-10-25irq: add generic_handle_arch_irq()Mark Rutland1-0/+1
2021-08-10genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner1-0/+2
2021-05-17genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner1-0/+2
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+2
2021-03-24genirq: Allow architectures to override set_handle_irq() fallbackMarc Zyngier1-0/+2
2021-03-22irq: Fix typos in commentsIngo Molnar1-2/+2
2021-02-05genirq: Prevent [devm_]irq_alloc_desc from returning irq 0Hans de Goede1-2/+2
2020-12-15genirq: Provide irq_get_effective_affinity()Thomas Gleixner1-0/+7
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner1-1/+0
2020-12-11Revert "genirq: Add fasteoi IPI flow"Valentin Schneider1-1/+0
2020-11-14genirq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQThomas Gleixner1-15/+0
2020-10-06Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-nextMarc Zyngier1-19/+30
2020-10-06genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flagMaulik Shah1-19/+30
2020-09-28Merge branch 'irq/ipi-as-irq', remote-tracking branches 'origin/irq/dw' and '...Marc Zyngier1-0/+6
2020-09-25genirq: Add stub for set_handle_irq() when !GENERIC_IRQ_MULTI_HANDLERZhen Lei1-0/+6
2020-09-13genirq: Allow interrupts to be excluded from /proc/interruptsMarc Zyngier1-1/+3
2020-09-13genirq: Add fasteoi IPI flowMarc Zyngier1-0/+1
2020-07-27genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner1-0/+13
2020-04-19Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2020-04-18irq.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-04-14genirq: Remove setup_irq() and remove_irq()afzal mohammed1-2/+0
2020-03-08genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner1-0/+13
2020-02-01x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner1-0/+18
2019-11-16genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah1-0/+6
2019-05-01genirq: Introduce irq_chip_{request,release}_resource_parent() apisLokesh Vutla1-0/+2
2019-03-21genirq: Fix typo in comment of IRQD_MOVE_PCNTXTPeter Xu1-1/+1
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-0/+1
2019-02-13genirq: introduce irq_chip_mask_ack_parent()Linus Walleij1-0/+1
2019-02-05genirq: Provide NMI handlersJulien Thierry1-0/+3
2019-02-05genirq: Provide basic NMI management for interrupt linesJulien Thierry1-0/+7
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang1-2/+4
2018-09-18irq/matrix: Spread managed interrupts on allocationDou Liyang1-1/+2
2018-06-22genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier1-0/+1
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6
2018-06-06genirq/migration: Avoid out of line call if pending is not setThomas Gleixner1-1/+6
2018-05-13genirq/msi: Limit level-triggered MSI to platform devicesMarc Zyngier1-0/+1
2018-03-14genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt1-0/+18
2018-02-25genirq: Drop 5 #included header files from irq.hRandy Dunlap1-5/+0
2017-12-29genirq: Introduce IRQD_CAN_RESERVE flagThomas Gleixner1-0/+17
2017-11-14Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner1-1/+10
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+22
2017-11-10genirq: Track whether the trigger type has been setMarc Zyngier1-1/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-13genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()Doug Berger1-1/+0
2017-10-13genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()Doug Berger1-0/+1
2017-09-25genirq: Implement bitmap matrix allocatorThomas Gleixner1-0/+22
2017-09-21Revert "genirq: Restrict effective affinity to interrupts actually using it"Thomas Gleixner1-4/+1
2017-08-18Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner1-0/+2
2017-08-18genirq: Add handle_fasteoi_{level,edge}_irq flow handlersDavid Daney1-0/+2
2017-08-18genirq: Restrict effective affinity to interrupts actually using itMarc Zyngier1-1/+4
2017-07-27genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"Thomas Gleixner1-1/+6
2017-06-22genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner1-0/+16
2017-06-22genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner1-0/+5
2017-06-22genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner1-1/+1
2017-06-22genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner1-0/+8
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner1-0/+29
2017-06-22genirq: Move irq_fixup_move_pending() to coreThomas Gleixner1-5/+0
2017-06-22genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner1-0/+2
2017-06-22genirq: Provide irq_fixup_move_pending()Thomas Gleixner1-0/+5
2017-06-22genirq: Add missing comment for IRQD_STARTEDThomas Gleixner1-0/+1
2017-06-21irq/generic-chip: Provide devm_irq_setup_generic_chip()Bartosz Golaszewski1-0/+3
2017-06-21irq/generic-chip: Provide devm_irq_alloc_generic_chip()Bartosz Golaszewski1-0/+5
2017-06-21irq/generic-chip: Provide irq_destroy_generic_chip()Bartosz Golaszewski1-0/+8
2017-06-21irq/generic-chip: Provide irq_free_generic_chip()Bartosz Golaszewski1-0/+6
2017-06-04genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner1-0/+6
2017-02-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+19
2017-02-10irqdesc: Add a resource managed version of irq_alloc_descs()Bartosz Golaszewski1-0/+19
2017-01-30irqdomain: Avoid activating interrupts more than onceMarc Zyngier1-0/+17
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner1-0/+10
2016-09-13genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpersBoris Brezillon1-0/+10
2016-09-02genirq/generic_chip: Verify irqs_per_chip <= 32Sebastian Frias1-5/+13
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner1-2/+9
2016-07-04genirq: Add affinity hint to irq allocationThomas Gleixner1-2/+2
2016-07-04genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner1-0/+7
2016-06-18genirq: Add untracked irq handlerKeith Busch1-0/+1
2016-06-13genirq: Add runtime power management support for IRQ chipsJon Hunter1-0/+4
2016-05-02genirq: Allow the affinity of a percpu interrupt to be set/retrievedMarc Zyngier1-0/+4
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+20
2016-02-25genirq: Implement ipi_send_mask/single()Qais Yousef1-0/+4
2016-02-25genirq: Add send_ipi callbacks to irq_chipQais Yousef1-0/+5
2016-02-25genirq: Add a new function to get IPI reverse mappingQais Yousef1-0/+1
2016-02-25genirq: Add a new generic IPI reservation code to irq coreQais Yousef1-0/+3
2016-02-25genirq: Add ipi_offset to irq_common_dataQais Yousef1-0/+4
2016-02-25genirq: Add an extra comment about the use of affinity in irq_common_dataQais Yousef1-1/+3
2016-02-23irq: Privatize irq_common_data::state_use_accessorsBoqun Feng1-2/+4
2015-10-11genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner1-1/+3
2015-10-01genirq: Remove unused functions irqd_[set|clr]_chained_irq_inprogress()Mika Westerberg1-15/+0
2015-10-01genirq: Fix typo in documentation of enumeration field nameMika Westerberg1-1/+1
2015-10-01genirq: Introduce generic irq migration for cpu hotunplugYang Yingliang1-0/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-8/+8
2015-09-16genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu1-4/+4
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu1-6/+6
2015-09-16genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu1-4/+4
2015-09-16genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu1-3/+14
2015-09-16genirq: Provide IRQD_FORWARDED_TO_VCPU status flagThomas Gleixner1-0/+16
2015-09-15genirq: Remove stale commentThomas Gleixner1-4/+0
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+14
2015-08-20genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko1-0/+1
2015-07-27genirq: Add chip_[suspend|resume] PM support to irq_chipBrian Norris1-2/+12
2015-07-16genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()Jiang Liu1-1/+1
2015-07-11genirq: Remove the irq argument from note_interrupt()Jiang Liu1-2/+1
2015-06-25genirq: Clean up outdated comments related to include/linux/irqdesc.hJiang Liu1-1/+0
2015-06-20Merge branch 'irq/for-x86' into irq/coreThomas Gleixner1-22/+49
2015-06-18irq: Add irq_set_chained_handler_and_data()Russell King1-0/+9
2015-06-12genirq: Introduce helper function irq_data_get_affinity_mask()Jiang Liu1-0/+12
2015-06-12genirq: Introduce helper function irq_data_get_node()Jiang Liu1-0/+5
2015-06-12genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu1-22/+32
2015-05-19Merge branch 'irq/for-x86' into irq/coreThomas Gleixner1-0/+6
2015-05-19genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPUJiang Liu1-0/+6
2015-05-18genirq: Add irq_chip_(enable/disable)_parentStefan Agner1-0/+2
2015-04-11Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner1-0/+1
2015-04-08genirq: Allow the irqchip state of an IRQ to be save/restoredMarc Zyngier1-0/+6
2015-03-15genirq: Add irqchip_set_wake_parentMarc Zyngier1-0/+1
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+28
2014-12-07genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner1-6/+0
2014-11-23genirq: Introduce callback irq_chip.irq_write_msi_msgJiang Liu1-0/+8
2014-11-23genirq: Split out flow handler typedefs into seperate header fileThomas Gleixner1-5/+1
2014-11-23genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu1-0/+4
2014-11-23genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu1-0/+5
2014-11-23genirq: Add more helper functions to support stacked irq_chipYingjoe Chen1-0/+6
2014-11-23genirq: Introduce helper functions to support stacked irq_chipJiang Liu1-0/+5
2014-11-23irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu1-0/+5
2014-11-09genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee1-0/+2
2014-11-09genirq: Generic chip: Allow irqchip drivers to override irq_reg_{readl,writel}Kevin Cernekee1-2/+12
2014-11-09genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee1-7/+13
2014-09-01genirq: Mark wakeup sources as armed on suspendThomas Gleixner1-0/+8
2014-07-17genirq: generic chip: Export irq_map_generic_chip functionBoris BREZILLON1-0/+2
2014-05-16genirq: Remove dynamic_irq messThomas Gleixner1-10/+0
2014-05-16genirq: Replace dynamic_irq_init/cleanupThomas Gleixner1-0/+4
2014-05-16genirq: Remove irq_reserve_irq[s]Thomas Gleixner1-7/+0
2014-05-16genirq: Make create/destroy_irq() ia64 privateThomas Gleixner1-4/+0
2014-05-16x86: Remove create/destroy_irq()Thomas Gleixner1-4/+0
2014-05-16genirq: Provide generic hwirq allocation facilityThomas Gleixner1-0/+15
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner1-0/+2
2014-04-17genirq: Allow forcing cpu affinity of interruptsThomas Gleixner1-1/+2
2014-03-14genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner1-0/+2
2014-03-14genirq: Document IRQCHIP_ONESHOT_SAFE flagThomas Gleixner1-0/+1
2014-03-12genirq: Provide irq_request/release_resources chip callbacksThomas Gleixner1-0/+6
2013-11-13genirq: Prevent spurious detection for unconditionally polled interruptsThomas Gleixner1-1/+6
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-9/+0
2013-06-25genirq: Add irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas1-0/+6
2013-05-29genirq: irqchip: Add mask to block out invalid irqsGrant Likely1-0/+2
2013-05-29genirq: Generic chip: Add linear irq domain supportThomas Gleixner1-0/+30
2013-05-29genirq: irqchip: Add a mask calculation functionThomas Gleixner1-0/+3
2013-05-29genirq: Generic chip: Cache per irq bit maskThomas Gleixner1-0/+4
2013-05-29genirq: Generic chip: Handle separate mask registersGerlando Falauto1-0/+2
2013-05-29genirq: Generic chip: Add support for per chip type mask cacheGerlando Falauto1-1/+5
2013-01-28x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel1-0/+3
2013-01-24x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev1-0/+5
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-5/+5
2012-11-30s390/pci: PCI adapter interrupts for MSI/MSI-XJan Glauber1-5/+5
2012-11-01genirq: Provide means to retrigger parentThomas Gleixner1-0/+9
2012-07-25genirq: Allow irq chips to mark themself oneshot safeThomas Gleixner1-0/+1
2012-07-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+0
2012-06-30linux/irq.h: fix kernel-doc warningRandy Dunlap1-2/+0
2012-06-15irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity(...Suresh Siddha1-2/+0
2012-05-21irq: Remove irq_chip->release()Richard Weinberger1-5/+0
2012-04-23irq: Add IRQ_TYPE_DEFAULT for use by PIC driversBenjamin Herrenschmidt1-0/+7
2012-04-10irq: Kill pointless irqd_to_hw exportGrant Likely1-0/+5
2011-10-31irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker1-20/+12
2011-10-03genirq: Add support for per-cpu dev_id interruptsMarc Zyngier1-1/+15
2011-09-12genirq: Add IRQCHIP_SKIP_SET_WAKE flagSantosh Shilimkar1-0/+2
2011-08-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+10
2011-07-28irq: Track the owner of irq descriptorSebastian Andrzej Siewior1-1/+10
2011-07-28irq: add irq_domain translation infrastructureGrant Likely1-0/+6
2011-07-23Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-...Linus Torvalds1-5/+0
2011-07-07genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot1-1/+2
2011-06-22genirq: Remove unused CHECK_IRQ_PER_CPU()Thomas Gleixner1-5/+0
2011-04-23genirq: Add chip suspend and resume callbacksThomas Gleixner1-0/+11
2011-04-23genirq: Implement a generic interrupt chipThomas Gleixner1-0/+135
2011-04-23genirq: Support per-IRQ thread disabling.Paul Mundt1-1/+13
2011-04-23genirq: Forgotten updates/deletions after removal of compat codeGeert Uytterhoeven1-18/+1
2011-03-30genirq: Remove obsolete commentThomas Gleixner1-7/+0
2011-03-29genirq: Remove move_*irq leftoversThomas Gleixner1-4/+0
2011-03-29genirq: Remove compat codeThomas Gleixner1-117/+0
2011-03-28genirq: Fix new kernel-doc warningsRandy Dunlap1-1/+1
2011-03-28genirq: Add setter for AFFINITY_SET in irq_data stateThomas Gleixner1-0/+5
2011-03-28genirq: Provide setter inline for IRQD_IRQ_INPROGRESSThomas Gleixner1-0/+15
2011-03-28genirq: Remove handle_IRQ_eventThomas Gleixner1-3/+0
2011-03-28genirq: Provide edge_eoi flow handlerThomas Gleixner1-0/+1
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner1-2/+15
2011-03-27genirq: Split irq_set_affinity() so it can be called with lock held.David Daney1-0/+1
2011-03-27genirq: Add chip flag for restricting cpu_on/offline callsThomas Gleixner1-0/+3