- 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years ago
- feb7a43 Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
- 147cc58 Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
- 74a5257 genirq/msi: Populate sysfs entry only once by Thomas Gleixner · 3 years ago
- 5320eb4 irq: remove unused flags argument from __handle_irq_event_percpu() by Sebastian Andrzej Siewior · 3 years, 1 month ago
- 703f706 random: remove unused irq_flags argument from add_interrupt_randomness() by Sebastian Andrzej Siewior · 3 years, 1 month ago
- cd6cf06 genirq/msi: Convert storage to xarray by Thomas Gleixner · 3 years, 1 month ago
- bf5e758 genirq/msi: Simplify sysfs handling by Thomas Gleixner · 3 years, 1 month ago
- cc9a246 genirq/msi: Mop up old interfaces by Thomas Gleixner · 3 years, 1 month ago
- 495c66a genirq/msi: Convert to new functions by Thomas Gleixner · 3 years, 1 month ago
- ef8dd01 genirq/msi: Make interrupt allocation less convoluted by Thomas Gleixner · 3 years, 1 month ago
- a80713f platform-msi: Simplify platform device MSI code by Thomas Gleixner · 3 years, 1 month ago
- 645474e2 genirq/msi: Provide domain flags to allocate/free MSI descriptors automatically by Thomas Gleixner · 3 years, 1 month ago
- 60290525 genirq/msi: Provide msi_alloc_msi_desc() and a simple allocator by Thomas Gleixner · 3 years, 1 month ago
- 1046f71 genirq/msi: Provide a set of advanced MSI accessors and iterators by Thomas Gleixner · 3 years, 1 month ago
- 0f62d94 genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked() by Thomas Gleixner · 3 years, 1 month ago
- b5f687f genirq/msi: Add mutex for MSI list protection by Thomas Gleixner · 3 years, 1 month ago
- 125282c genirq/msi: Move descriptor list to struct msi_device_data by Thomas Gleixner · 3 years, 1 month ago
- cf15f43 genirq/msi: Provide interface to retrieve Linux interrupt number by Thomas Gleixner · 3 years, 1 month ago
- 24cff37 genirq/msi: Remove the original sysfs interfaces by Thomas Gleixner · 3 years, 1 month ago
- bf6e054 genirq/msi: Provide msi_device_populate/destroy_sysfs() by Thomas Gleixner · 3 years, 1 month ago
- 013bd8e device: Add device:: Msi_data pointer and struct msi_device_data by Thomas Gleixner · 3 years, 1 month ago
- 6ef7f77 genirq/msi: Use PCI device property by Thomas Gleixner · 3 years, 1 month ago
- 65c7cde genirq: Provide new interfaces for affinity hints by Thomas Gleixner · 3 years, 4 months ago
- 89033762 genirq/msi: Handle PCI/MSI allocation fail in core code by Thomas Gleixner · 3 years, 1 month ago
- e58f225 genirq/msi, treewide: Use a named struct for PCI/MSI attributes by Thomas Gleixner · 3 years, 1 month ago
- 3ba1f05 genirq/msi: Fixup includes by Thomas Gleixner · 3 years, 1 month ago
- 1dd2c6a genirq/msi: Remove unused domain callbacks by Thomas Gleixner · 3 years, 1 month ago
- 1197528 genirq/msi: Guard sysfs code by Thomas Gleixner · 3 years, 1 month ago
- 4946f15 genirq/generic_chip: Constify irq_generic_chip_ops by Rikard Falkeborn · 3 years, 1 month ago
- 9c8e9c9 PCI/MSI: Move non-mask check back into low level accessors by Thomas Gleixner · 3 years, 2 months ago
- 0c5c62d Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 3 years, 2 months ago
- d8fcbe5 PCI: apple: Add INTx and per-port interrupt support by Marc Zyngier · 3 years, 3 months ago
- 0ab8d0f irqdomain: Make of_phandle_args_to_fwspec() generally available by Marc Zyngier · 3 years, 3 months ago
- 2258a6f Merge tag 'irqchip-5.16' into irq/core by Borislav Petkov · 3 years, 2 months ago
- 5f5739d Merge branch irq/irq_cpu_offline into irq/irqchip-next by Marc Zyngier · 3 years, 2 months ago
- c6dca71 Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-next by Marc Zyngier · 3 years, 2 months ago
- 8d15a72 genirq: Hide irq_cpu_{on,off}line() behind a deprecated option by Marc Zyngier · 3 years, 2 months ago
- 0953fb2 irq: remove handle_domain_{irq,nmi}() by Mark Rutland · 3 years, 2 months ago
- 5aecc24 irq: remove CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRY by Mark Rutland · 3 years, 2 months ago
- 2fe35f8 irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRY by Mark Rutland · 3 years, 2 months ago
- a1b0950 irq: add generic_handle_arch_irq() by Mark Rutland · 3 years, 2 months ago
- 76adc5b irq: unexport handle_irq_desc() by Mark Rutland · 3 years, 2 months ago
- d21e640 irq: simplify handle_domain_{irq,nmi}() by Mark Rutland · 3 years, 2 months ago
- 945486b genirq: Export irq_gc_noop() by Florian Fainelli · 3 years, 2 months ago
- fcd0f63 genirq: Export irq_gc_{unmask_enable,mask_disable}_reg by Florian Fainelli · 3 years, 2 months ago
- f9bfed3 Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 3 years, 3 months ago
- 20c36ce irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent by Bixuan Cui · 3 years, 3 months ago
- b70e138 genirq: Disable irqfixup/poll on PREEMPT_RT. by Ingo Molnar · 15 years ago
- e739f98 genirq: Move prio assignment into the newly created thread by Thomas Gleixner · 4 years, 2 months ago
- e1a6af4 genirq: Update irq_set_irqchip_state documentation by Josh Cartwright · 3 years, 3 months ago
- 7cca308 Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 4 months ago
- 7d6e3fa Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
- 47fb0cf Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 3 years, 4 months ago
- 2f17081 genirq/msi: Move MSI sysfs handling from PCI to MSI core by Barry Song · 3 years, 5 months ago
- 88ffe2d genirq/cpuhotplug: Demote debug printk to KERN_DEBUG by Lee Jones · 3 years, 4 months ago
- 131d326 irqdomain: Export irq_domain_disconnect_hierarchy() by Maulik Shah · 3 years, 4 months ago
- 04c2721 genirq: Fix kernel doc indentation by Thomas Gleixner · 3 years, 5 months ago
- 3b35e7e genirq: Fix kernel-doc warnings in pm.c, msi.c and ipi.c by Randy Dunlap · 3 years, 5 months ago
- 290fdc4 genirq/timings: Fix error return code in irq_timings_test_irqs() by Zhen Lei · 3 years, 5 months ago
- 9284873 genirq/matrix: Fix kernel doc warnings for irq_matrix_alloc_managed() by Baokun Li · 3 years, 7 months ago
- 91cc470 genirq: Change force_irqthreads to a static key by Tanner Love · 3 years, 7 months ago
- dbbc935 genirq/msi: Ensure deactivation on teardown by Bixuan Cui · 3 years, 7 months ago
- b9cc7d8 genirq/timings: Prevent potential array overflow in __irq_timings_store() by Ben Dai · 3 years, 8 months ago
- 5a6c76b genirq/generic_chip: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 3 years, 8 months ago
- 51be9e5 KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interrupts by Cédric Le Goater · 3 years, 6 months ago
- 61377ec genirq: Clarify documentation for request_threaded_irq() by Joel Savitz · 3 years, 5 months ago
- 428e211 genirq/affinity: Replace deprecated CPU-hotplug functions. by Sebastian Andrzej Siewior · 3 years, 5 months ago
- 4b41ea6 Merge branch 'irq/urgent' into irq/core by Thomas Gleixner · 3 years, 5 months ago
- 826da77 genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP by Thomas Gleixner · 3 years, 5 months ago
- d92df42 genirq: Improve "hwirq" output in /proc and /sys/ by Cédric Le Goater · 3 years, 6 months ago
- 4840048 Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 3 years, 6 months ago
- 0e3c1f3 genirq/irqdesc: Drop excess kernel-doc entry @lookup by Randy Dunlap · 3 years, 6 months ago
- 3d2ce67 Merge tag 'irqchip-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 3 years, 6 months ago
- e1c0549 genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ() by Marc Zyngier · 3 years, 8 months ago
- 8240ef5 genirq: Add generic_handle_domain_irq() helper by Marc Zyngier · 3 years, 8 months ago
- a3016b2 genirq: Use irq_resolve_mapping() to implement __handle_domain_irq() and co by Marc Zyngier · 3 years, 8 months ago
- d22558d irqdomain: Introduce irq_resolve_mapping() by Marc Zyngier · 3 years, 8 months ago
- d4a45c6 irqdomain: Protect the linear revmap with RCU by Marc Zyngier · 3 years, 9 months ago
- 48b15a7 irqdomain: Cache irq_data instead of a virq number in the revmap by Marc Zyngier · 3 years, 9 months ago
- 426fa31 irqdomain: Use struct_size() helper when allocating irqdomain by Marc Zyngier · 3 years, 9 months ago
- 4f86a06 irqdomain: Make normal and nomap irqdomains exclusive by Marc Zyngier · 6 years ago
- e37af80 powerpc: Move the use of irq_domain_add_nomap() behind a config option by Marc Zyngier · 3 years, 9 months ago
- 1da0273 irqdomain: Reimplement irq_linear_revmap() with irq_find_mapping() by Marc Zyngier · 3 years, 9 months ago
- 006ae19 Merge branch 'irq/affinity' into irq/core by Thomas Gleixner · 3 years, 7 months ago
- 4d80d6c genirq: Export affinity setter for modules by Thomas Gleixner · 3 years, 7 months ago
- c2b1063 genirq: Add a IRQF_NO_DEBUG flag by Thomas Gleixner · 3 years, 9 months ago
- 5d6a1b8 Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 8 months ago
- 65ec0a7 Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 3 years, 8 months ago
- 91552ab Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
- 765822e Merge tag 'irqchip-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 3 years, 8 months ago
- 817aad5 irqdomain: Drop references to recusive irqdomain setup by Marc Zyngier · 3 years, 9 months ago
- 1a0b05e irqdomain: Get rid of irq_create_strict_mappings() by Marc Zyngier · 3 years, 9 months ago
- 7c07012 genirq: Reduce irqdebug cacheline bouncing by Nicholas Piggin · 3 years, 9 months ago
- c5e3a41 kernel: Initialize cpumask before parsing by Tetsuo Handa · 3 years, 9 months ago
- 4a35d6a irqdomain: Get rid of irq_create_identity_mapping() by Marc Zyngier · 3 years, 9 months ago
- 883ccef genirq/irq_sim: Shrink devm_irq_domain_create_sim() by Bartosz Golaszewski · 3 years, 10 months ago
- 67196fe irqdomain: Introduce irq_domain_create_simple() API by Andy Shevchenko · 3 years, 10 months ago
- a359f75 irq: Fix typos in comments by Ingo Molnar · 3 years, 9 months ago
- 81e2073 genirq: Disable interrupts for force threaded handlers by Thomas Gleixner · 3 years, 10 months ago