summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-05-10genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi1-1/+3
2019-04-17genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd1-0/+4
2019-04-05genirq: Avoid summation loops for /proc/statThomas Gleixner4-4/+24
2018-11-13genirq: Fix race on spurious interrupt detectionLukas Wunner1-2/+6
2018-09-14debug: show more debug info when hardlockup happensjiamin ma13-51/+323
2018-08-09genirq: Make force irq threading setup more robustThomas Gleixner1-1/+8
2018-05-10debug: hard lockup detectjianxin.pan17-3/+600
2018-04-08genirq: Use cpumask_available() for check of cpumask variableMatthias Kaehlcke1-1/+1
2018-03-31Revert "genirq: Use irqd_get_trigger_type to compare the trigger type for sha...Greg Kroah-Hartman1-3/+1
2018-03-24genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQsHans de Goede1-1/+3
2018-03-03genirq: Guard handle_bad_irq log messagesGuenter Roeck1-0/+5
2017-10-05genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner1-17/+7
2017-08-25genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan1-2/+2
2017-08-25genirq: Restore trigger settings in irq_modify_status()Marc Zyngier1-2/+8
2017-06-24genirq: Release resources in __setup_irq() error pathHeiner Kallweit1-1/+3
2017-05-25genirq: Fix chained interrupt data orderingThomas Gleixner1-1/+1
2017-02-09irqdomain: Avoid activating interrupts more than onceMarc Zyngier2-14/+47
2017-01-12genirq/affinity: Fix node generation from cpumaskGuilherme G. Piccoli1-3/+3
2016-11-08genirq: Use irq type from irqdata instead of irqdescThomas Gleixner1-2/+2
2016-10-21kernel/irq: Export irq_set_parent()Sudip Mukherjee1-0/+1
2016-09-25genirq: Make function __irq_do_set_handler() staticWei Yongjun1-1/+1
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner262-1632/+2537
2016-09-19genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONEMarc Zyngier1-2/+6
2016-09-15Merge branch 'irq/for-block' into irq/coreThomas Gleixner9-123/+293
2016-09-14genirq/affinity: Remove old irq spread infrastructureThomas Gleixner2-65/+0
2016-09-14genirq/msi: Switch to new irq spreading infrastructureThomas Gleixner2-72/+87
2016-09-14genirq/affinity: Provide smarter irq spreading infrastructureThomas Gleixner2-0/+164
2016-09-14genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner5-12/+31
2016-09-14Merge tag 'irqchip-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner11378-306859/+656453
2016-09-14genirq: Expose interrupt information through sysfsCraig Gallek3-2/+247
2016-09-06genirq: No need to mask non trigger mode flags before __irq_set_trigger()Alexander Kuleshov2-4/+2
2016-09-05genirq: Update stale comment for __irq_domain_addPunit Agrawal1-4/+2
2016-09-02genirq/generic_chip: Verify irqs_per_chip <= 32Sebastian Frias2-13/+21
2016-09-02irqdomain: Mask irq type in irq_domain_xlate_onetwocell()Sebastian Frias1-1/+4
2016-09-02genirq/generic_chip: Add irq_unmap callbackSebastian Frias1-0/+21
2016-09-02genirq/generic_chip: Get rid of code duplicationSebastian Frias1-15/+19
2016-09-02genirq: Remove export of irq_map_generic_chip()Thomas Gleixner1-1/+0
2016-09-02genirq: Robustify handle_percpu_devid_irq()Thomas Gleixner1-4/+14
2016-08-22genirq/affinity: Use get/put_online_cpus around cpumask operationsChristoph Hellwig1-0/+2
2016-08-22genirq: Fix potential memleak when failing to get irq pmShawn Lin1-2/+6
2016-08-17genirq: Correctly configure the trigger on chained interruptsMarc Zyngier1-0/+11
2016-08-09genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier3-0/+15
2016-07-19genirq: Fix missing irq allocation affinity hintVincent Stehle1-1/+1
2016-07-11irqdomain: Fix irq_domain_alloc_irqs_recursive() error handlingAlexander Popov1-2/+4
2016-07-04genirq/msi: Fix broken debug outputThomas Gleixner1-0/+1
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner1006-5933/+9694
2016-07-04genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectorsChristoph Hellwig3-0/+70
2016-07-04genirq/msi: Make use of affinity aware allocationsThomas Gleixner2-1/+3
2016-07-04genirq: Use affinity hint in irqdesc allocationThomas Gleixner1-12/+39
[next]