summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2022-06-09genirq: PM: Use runtime PM for chained interruptsMarc Zyngier-1/+4
2022-05-23Merge tag 'irq-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-20/+46
2022-05-20Merge tag 'irqchip-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-2/+4
2022-05-14genirq/irq_sim: Make the irq_work always run in hard irq contextSebastian Andrzej Siewior-1/+1
2022-05-11genirq: Remove WARN_ON_ONCE() in generic_handle_domain_irq()Lukas Wunner-1/+0
2022-05-05genirq: Synchronize interrupt thread startupThomas Pfaff-10/+33
2022-05-02genirq: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi-9/+4
2022-04-25genirq/matrix: Remove redundant assignment to variable 'end'Colin Ian King-1/+1
2022-04-19Merge branch irq/gpio-immutable into irq/irqchip-nextMarc Zyngier-0/+1
2022-04-19gpio: Don't fiddle with irqchips marked as immutableMarc Zyngier-0/+1
2022-04-14genirq: Take the proposed affinity at face value if force==trueMarc Zyngier-2/+8
2022-04-11genirq/affinity: Consider that CPUs on nodes can be unbalancedRei Yamamoto-2/+3
2022-04-10genirq/affinity: Replace cpumask_weight() with cpumask_empty() where appropriateYury Norov-1/+1
2022-04-10genirq: Always limit the affinity to online CPUsMarc Zyngier-8/+17
2022-04-10genirq/msi: Shutdown managed interrupts with unsatifiable affinitiesMarc Zyngier-0/+15
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+4
2022-03-14Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-17/+29
2022-02-21Merge tag 'irq-api-2022-02-21' into irq/coreThomas Gleixner-0/+23
2022-02-21genirq: Provide generic_handle_irq_safe()Sebastian Andrzej Siewior-0/+23
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker-4/+4
2022-02-15genirq/debugfs: Use irq_print_chip() when provided by irqchipMarc Zyngier-2/+6
2022-02-15genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier-6/+3
2022-02-15irqdomain: Let irq_domain_set_{info,hwirq_and_chip} take a const irq_chipMarc Zyngier-4/+5
2022-02-10genirq: Kill irq_chip::parent_deviceMarc Zyngier-3/+0
2022-02-09genirq: Allow the PM device to originate from irq domainMarc Zyngier-5/+18
2022-02-02genirq, softirq: Use in_hardirq() instead of in_irq()Changbin Du-2/+2
2022-01-22proc: remove PDE_DATA() completelyMuchun Song-4/+4
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-223/+569
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+5
2022-01-10genirq/msi: Populate sysfs entry only onceThomas Gleixner-6/+5
2022-01-07irq: remove unused flags argument from __handle_irq_event_percpu()Sebastian Andrzej Siewior-11/+4
2022-01-07random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior-1/+1
2021-12-16genirq/msi: Convert storage to xarrayThomas Gleixner-92/+77
2021-12-16genirq/msi: Simplify sysfs handlingThomas Gleixner-107/+91
2021-12-16genirq/msi: Mop up old interfacesThomas Gleixner-16/+15
2021-12-16genirq/msi: Convert to new functionsThomas Gleixner-9/+14
2021-12-16genirq/msi: Make interrupt allocation less convolutedThomas Gleixner-60/+69
2021-12-16platform-msi: Simplify platform device MSI codeThomas Gleixner-24/+21
2021-12-16genirq/msi: Provide domain flags to allocate/free MSI descriptors automaticallyThomas Gleixner-0/+48
2021-12-16genirq/msi: Provide msi_alloc_msi_desc() and a simple allocatorThomas Gleixner-0/+59
2021-12-16genirq/msi: Provide a set of advanced MSI accessors and iteratorsThomas Gleixner-0/+96
2021-12-16genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked()Thomas Gleixner-16/+58
2021-12-16genirq/msi: Add mutex for MSI list protectionThomas Gleixner-0/+21
2021-12-16genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner-1/+4
2021-12-16genirq/msi: Provide interface to retrieve Linux interrupt numberThomas Gleixner-0/+36
2021-12-16genirq/msi: Remove the original sysfs interfacesThomas Gleixner-33/+20
2021-12-16genirq/msi: Provide msi_device_populate/destroy_sysfs()Thomas Gleixner-2/+40
2021-12-16device: Add device:: Msi_data pointer and struct msi_device_dataThomas Gleixner-0/+32
2021-12-16genirq/msi: Use PCI device propertyThomas Gleixner-15/+2
2021-12-10genirq: Provide new interfaces for affinity hintsThomas Gleixner-4/+4