aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)Author
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-14Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2022-02-21Merge tag 'irq-api-2022-02-21' into irq/coreThomas Gleixner
2022-02-21genirq: Provide generic_handle_irq_safe()Sebastian Andrzej Siewior
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2022-02-15genirq/debugfs: Use irq_print_chip() when provided by irqchipMarc Zyngier
2022-02-15genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier
2022-02-15irqdomain: Let irq_domain_set_{info,hwirq_and_chip} take a const irq_chipMarc Zyngier
2022-02-10genirq: Kill irq_chip::parent_deviceMarc Zyngier
2022-02-09genirq: Allow the PM device to originate from irq domainMarc Zyngier
2022-02-02genirq, softirq: Use in_hardirq() instead of in_irq()Changbin Du
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-10genirq/msi: Populate sysfs entry only onceThomas Gleixner
2022-01-07irq: remove unused flags argument from __handle_irq_event_percpu()Sebastian Andrzej Siewior
2022-01-07random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior
2021-12-16genirq/msi: Convert storage to xarrayThomas Gleixner
2021-12-16genirq/msi: Simplify sysfs handlingThomas Gleixner
2021-12-16genirq/msi: Mop up old interfacesThomas Gleixner
2021-12-16genirq/msi: Convert to new functionsThomas Gleixner
2021-12-16genirq/msi: Make interrupt allocation less convolutedThomas Gleixner
2021-12-16platform-msi: Simplify platform device MSI codeThomas Gleixner
2021-12-16genirq/msi: Provide domain flags to allocate/free MSI descriptors automaticallyThomas Gleixner
2021-12-16genirq/msi: Provide msi_alloc_msi_desc() and a simple allocatorThomas Gleixner
2021-12-16genirq/msi: Provide a set of advanced MSI accessors and iteratorsThomas Gleixner
2021-12-16genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked()Thomas Gleixner
2021-12-16genirq/msi: Add mutex for MSI list protectionThomas Gleixner
2021-12-16genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner
2021-12-16genirq/msi: Provide interface to retrieve Linux interrupt numberThomas Gleixner
2021-12-16genirq/msi: Remove the original sysfs interfacesThomas Gleixner
2021-12-16genirq/msi: Provide msi_device_populate/destroy_sysfs()Thomas Gleixner
2021-12-16device: Add device:: Msi_data pointer and struct msi_device_dataThomas Gleixner
2021-12-16genirq/msi: Use PCI device propertyThomas Gleixner
2021-12-10genirq: Provide new interfaces for affinity hintsThomas Gleixner
2021-12-09genirq/msi: Handle PCI/MSI allocation fail in core codeThomas Gleixner
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner
2021-12-09genirq/msi: Fixup includesThomas Gleixner
2021-12-09genirq/msi: Remove unused domain callbacksThomas Gleixner
2021-12-09genirq/msi: Guard sysfs codeThomas Gleixner
2021-12-01genirq/generic_chip: Constify irq_generic_chip_opsRikard Falkeborn
2021-11-11PCI/MSI: Move non-mask check back into low level accessorsThomas Gleixner
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-04PCI: apple: Add INTx and per-port interrupt supportMarc Zyngier
2021-11-04irqdomain: Make of_phandle_args_to_fwspec() generally availableMarc Zyngier
2021-10-29Merge tag 'irqchip-5.16' into irq/coreBorislav Petkov
2021-10-28Merge branch irq/irq_cpu_offline into irq/irqchip-nextMarc Zyngier
2021-10-28Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-nextMarc Zyngier
2021-10-26genirq: Hide irq_cpu_{on,off}line() behind a deprecated optionMarc Zyngier
2021-10-26irq: remove handle_domain_{irq,nmi}()Mark Rutland