summaryrefslogtreecommitdiff
path: root/kernel/irq (unfollow)
Commit message (Expand)Author
2023-07-16genirq: Honour IRQ's affinity hint during migrationPavankumar Kondeti
2023-07-16genirq: Introduce effective affinity maskThomas Gleixner
2021-03-24genirq: Disable interrupts for force threaded handlersThomas Gleixner
2020-06-03genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner
2020-04-02genirq: Fix reference leaks on irq affinity notifiersEdward Cree
2019-12-23genirq: Add generic action name for chained IRQsKelly Rossmoyer
2019-12-23power: Improved/fixed logs for PM wakeupsMaggie White
2019-12-23power: Add detailed suspend abort reasonMaggie White
2019-12-23PM: wakeup_reasons: fix race conditionIliyan Malchev
2019-12-23BACKPORT: PM: wakeup_reason: add functions to query and clear wakeup reasonsIliyan Malchev
2019-09-21genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye
2019-05-16genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi
2019-04-27genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd
2018-11-21genirq: Fix race on spurious interrupt detectionLukas Wunner
2018-09-15genirq: Delay incrementing interrupt count if it's disabled/pendingSudeep Holla
2018-08-09genirq: Make force irq threading setup more robustThomas Gleixner
2018-04-08genirq: Use cpumask_available() for check of cpumask variableMatthias Kaehlcke
2018-03-31Revert "genirq: Use irqd_get_trigger_type to compare the trigger type for sha...Greg Kroah-Hartman
2018-03-30Revert "genirq: Use irqd_get_trigger_type to compare the trigger type for sha...Greg Kroah-Hartman
2018-03-24genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQsHans de Goede
2017-06-30genirq: Don't allow user space to set IRQ affinity to isolated CPUsPavankumar Kondeti
2017-06-30genirq: honour default IRQ affinity setting during migrationPavankumar Kondeti
2017-06-30genriq: pick only one CPU while overriding the affinity during migrationPavankumar Kondeti
2017-06-26genirq: Release resources in __setup_irq() error pathHeiner Kallweit
2017-05-31drivers: Warning fixes to disable CC_OPTIMIZE_FOR_SIZEPrasad Sodagudi
2017-05-25genirq: Fix chained interrupt data orderingThomas Gleixner
2017-05-24genirq: Use irq_set_affinity_locked to change irq affinityMaulik Shah
2017-01-23genirq: Add IRQ_AFFINITY_MANAGED flagRunmin Wang
2017-01-23genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner
2016-10-31genirq/generic_chip: Add irq_unmap callbackSebastian Frias
2016-10-07genirq: Avoid race between cpu hot plug and irq_desc() allocation pathsPrasad Sodagudi
2016-09-24irq: Make irq affinity function cpu isolation awareOlav Haugan
2016-09-24genirq/msi: Fix broken debug outputThomas Gleixner
2016-09-07genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier
2016-09-07genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner
2016-03-25genirq: call cancel_work_sync from irq_set_affinity_notifierPrasad Sodagudi
2016-03-03genirq: Validate action before dereferencing it in handle_irq_event_percpu()Thomas Gleixner
2015-12-14genirq: Prevent chip buslock deadlockThomas Gleixner
2015-11-10genirq/PM: Restore system wake up from chained interruptsGrygorii Strashko
2015-10-22genirq: Make the cpuhotplug migration code less noisyThomas Gleixner
2015-10-16genirq/msi: Do not use pci_msi_[un]mask_irq as default methodsMarc Zyngier
2015-10-13irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier
2015-10-13irqdomain: Introduce irq_domain_create_hierarchyMarc Zyngier
2015-10-13irqdomain: Add a fwnode_handle allocatorMarc Zyngier
2015-10-13irqdomain: Introduce irq_domain_create_{linear, tree}Marc Zyngier
2015-10-13irqdomain: Introduce irq_create_fwspec_mappingMarc Zyngier
2015-10-13irqdomain: Introduce a firmware-specific IRQ specifier structureMarc Zyngier
2015-10-13irqdomain: Allow irq domain lookup by fwnodeMarc Zyngier
2015-10-13irqdomain: Convert irqdomain-%3Eof_node to fwnodeMarc Zyngier
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier