Age | Commit message (Expand) | Author |
2018-12-19 | genirq/affinity: Add is_managed to struct irq_affinity_desc | Dou Liyang |
2018-12-19 | genirq/core: Introduce struct irq_affinity_desc | Dou Liyang |
2018-12-19 | genirq/affinity: Remove excess indentation | Thomas Gleixner |
2018-12-18 | Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner |
2018-12-18 | genirq: Fix various typos in comments | Ingo Molnar |
2018-12-13 | irq/irq_sim: Store multiple interrupt offsets in a bitmap | Bartosz Golaszewski |
2018-11-06 | genirq/matrix: Improve target CPU selection for managed interrupts. | Long Li |
2018-11-05 | genirq/affinity: Add support for allocating interrupt sets | Jens Axboe |
2018-11-05 | genirq/affinity: Pass first vector to __irq_build_affinity_masks() | Ming Lei |
2018-11-05 | genirq/affinity: Move two stage affinity spreading into a helper function | Ming Lei |
2018-11-05 | genirq/affinity: Spread IRQs to all available NUMA nodes | Long Li |
2018-11-01 | irq/matrix: Fix memory overallocation | Michael Kelley |
2018-10-25 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-10-19 | genirq: Fix race on spurious interrupt detection | Lukas Wunner |
2018-10-09 | genirq: Fix grammar s/an /a / | Geert Uytterhoeven |
2018-10-01 | genirq/debugfs: Reinstate full OF path for domain name | Marc Zyngier |
2018-10-01 | genirq/debugfs: Reset domain debugfs_file on removal of the debugfs file | Marc Zyngier |
2018-09-18 | irq/matrix: Spread managed interrupts on allocation | Dou Liyang |
2018-09-18 | irq/matrix: Split out the CPU selection code into a helper | Dou Liyang |
2018-08-13 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-08-06 | Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner |
2018-08-03 | genirq: Make force irq threading setup more robust | Thomas Gleixner |
2018-08-03 | genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obselete | Palmer Dabbelt |
2018-07-17 | genirq: Remove redundant NULL pointer check in __free_irq() | RAGHU Halharvi |
2018-06-24 | genirq: Synchronize only with single thread on free_irq() | Lukas Wunner |
2018-06-24 | genirq: Update code comments wrt recycled thread_mask | Lukas Wunner |
2018-06-22 | genirq: Speedup show_interrupts() | Eric Dumazet |
2018-06-22 | genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debug | Marc Zyngier |
2018-06-19 | genirq: Fix editing error in a comment | Jonathan Neuschäfer |
2018-06-19 | genirq: Use rcu in kstat_irqs_usr() | Eric Dumazet |
2018-06-10 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-06-06 | genirq/affinity: Defer affinity setting if irq chip is busy | Thomas Gleixner |
2018-06-06 | genirq/migration: Avoid out of line call if pending is not set | Thomas Gleixner |
2018-06-06 | genirq/generic_pending: Do not lose pending affinity update | Thomas Gleixner |
2018-06-05 | ide: don't enable/disable interrupts in force threaded-IRQ mode | Sebastian Andrzej Siewior |
2018-06-04 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig |
2018-05-13 | genirq/msi: Allow level-triggered MSIs to be exposed by MSI providers | Marc Zyngier |
2018-04-26 | genirq/irq_sim: Remove the license boilerplate | Bartosz Golaszewski |
2018-04-06 | genirq/affinity: Spread irq vectors among present CPUs as far as possible | Ming Lei |
2018-04-06 | genirq/affinity: Allow irq spreading from a given starting point | Ming Lei |
2018-04-06 | genirq/affinity: Move actual irq vector spreading into a helper function | Ming Lei |
2018-04-06 | genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumask | Ming Lei |
2018-04-06 | genirq/affinity: Don't return with empty affinity masks on error | Thomas Gleixner |
2018-04-04 | genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLER | Palmer Dabbelt |
2018-03-20 | genirq: Remove license boilerplate/references | Thomas Gleixner |
2018-03-20 | genirq: Add missing SPDX identifiers | Thomas Gleixner |
2018-03-20 | genirq/matrix: Cleanup SPDX identifier | Thomas Gleixner |
2018-03-20 | genirq: Cleanup top of file comments | Thomas Gleixner |
2018-03-20 | genirq: Pass desc to __irq_free instead of irq number | Uwe Kleine König |