Age | Commit message (Expand) | Author |
2020-05-30 | Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/... | Thomas Gleixner |
2020-05-28 | genirq: Check irq_data_get_irq_chip() return value before use | Marek Vasut |
2020-05-21 | irqdomain: Allow software nodes for IRQ domain creation | Andy Shevchenko |
2020-05-21 | irqdomain: Get rid of special treatment for ACPI in __irq_domain_add() | Andy Shevchenko |
2020-05-21 | irqdomain: Make __irq_domain_add() less OF-dependent | Andy Shevchenko |
2020-05-18 | genirq/irq_sim: Simplify the API | Bartosz Golaszewski |
2020-05-18 | irqdomain: Make irq_domain_reset_irq_data() available to non-hierarchical users | Bartosz Golaszewski |
2020-04-14 | genirq: Remove setup_irq() and remove_irq() | afzal mohammed |
2020-03-30 | Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2020-03-30 | Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-03-30 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-03-21 | genirq: Fix reference leaks on irq affinity notifiers | Edward Cree |
2020-03-21 | lockdep: Introduce wait-type checks | Peter Zijlstra |
2020-03-08 | genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy() | Alexander Sverdlin |
2020-03-08 | genirq: Provide interrupt injection mechanism | Thomas Gleixner |
2020-03-08 | genirq: Sanitize state handling in check_irq_resend() | Thomas Gleixner |
2020-03-08 | genirq: Add return value to check_irq_resend() | Thomas Gleixner |
2020-03-08 | genirq: Add protection against unsafe usage of generic_handle_irq() | Thomas Gleixner |
2020-03-08 | genirq/debugfs: Add missing sanity checks to interrupt injection | Thomas Gleixner |
2020-03-08 | irqdomain: Fix function documentation of __irq_domain_alloc_fwnode() | luanshi |
2020-02-14 | genirq/proc: Reject invalid affinity masks (again) | Thomas Gleixner |
2020-02-09 | Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-02-07 | genirq: Clarify that irq wake state is orthogonal to enable/disable | Stephen Boyd |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan |
2020-02-01 | x86/apic/msi: Plug non-maskable MSI affinity race | Thomas Gleixner |
2020-01-24 | Merge tag 'irqchip-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/... | Thomas Gleixner |
2020-01-22 | genirq, sched/isolation: Isolate from handling managed interrupts | Ming Lei |
2020-01-20 | irqdomain: Fix a memory leak in irq_domain_push_irq() | Kevin Hao |
2020-01-20 | genirq: Introduce irq_domain_translate_onecell | Yash Shah |
2020-01-09 | genirq: Add missing __must_hold() sparse annotation | Jules Irenge |
2020-01-09 | genirq: Add missing __releases() sparse annotation | Jules Irenge |
2020-01-09 | genirq: Show irq name in non-oneshot error message | Luca Ceresoli |
2019-11-20 | Merge tag 'irqchip-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/... | Thomas Gleixner |
2019-11-16 | genirq: Introduce irq_chip_get/set_parent_state calls | Maulik Shah |
2019-11-15 | genirq: Fix function documentation of __irq_alloc_descs() | luanshi |
2019-11-05 | irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentation | Yi Wang |
2019-09-17 | Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2019-09-17 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-09-17 | Merge branch 'pm-sleep' | Rafael J. Wysocki |
2019-09-16 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2019-09-16 | Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-09-06 | Merge tag 'irqchip-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/... | Thomas Gleixner |
2019-09-05 | genirq: Prevent NULL pointer dereference in resend_irqs() | Yunfeng Ye |
2019-09-03 | irqdomain: Add the missing assignment of domain->fwnode for named fwnode | Dexuan Cui |
2019-08-28 | genirq/affinity: Remove const qualifier from node_to_cpumask argument | Ming Lei |
2019-08-27 | genirq/affinity: Spread vectors on node according to nr_cpu ratio | Ming Lei |
2019-08-27 | genirq/affinity: Improve __irq_build_affinity_masks() | Ming Lei |
2019-08-19 | genirq: Properly pair kobject_del() with kobject_add() | Michael Kelley |
2019-08-19 | genirq: Force interrupt threading on RT | Thomas Gleixner |
2019-08-16 | genirq: remove the is_affinity_mask_valid hook | Christoph Hellwig |