summaryrefslogtreecommitdiffstats
path: root/kernel/irq/matrix.c
Commit message (Expand)AuthorAgeFilesLines
* genirq/matrix: Dynamic bitmap allocationBjörn Töpel2024-02-231-11/+17
* genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu2023-10-251-3/+3
* genirq/matrix: Remove redundant assignment to variable 'end'Colin Ian King2022-04-251-1/+1
* genirq/matrix: Fix kernel doc warnings for irq_matrix_alloc_managed()Baokun Li2021-08-101-1/+2
* genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov2021-03-191-1/+3
* irq: Simplify condition in irq_matrix_reserve()Juergen Gross2021-03-171-3/+2
* genirq: Fix typos and misspellings in commentsKrzysztof Kozlowski2021-03-161-1/+1
* genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner2020-08-301-0/+7
* genirq/matrix: Improve target CPU selection for managed interrupts.Long Li2018-11-061-4/+30
* irq/matrix: Fix memory overallocationMichael Kelley2018-11-011-1/+1
* irq/matrix: Spread managed interrupts on allocationDou Liyang2018-09-181-3/+14
* irq/matrix: Split out the CPU selection code into a helperDou Liyang2018-09-181-27/+38
* genirq/matrix: Cleanup SPDX identifierThomas Gleixner2018-03-201-5/+3
* genirq/matrix: Handle CPU offlining properThomas Gleixner2018-02-221-9/+14
* irq/matrix: Spread interrupts on allocationThomas Gleixner2018-01-181-6/+14
* genirq/matrix: Fix the precedence fix for realThomas Gleixner2017-12-041-1/+3
* genirq/matrix: Make - vs ?: Precedence explicitKees Cook2017-11-231-1/+1
* genirq/matrix: Add tracepointsThomas Gleixner2017-09-251-0/+15
* genirq: Implement bitmap matrix allocatorThomas Gleixner2017-09-251-0/+428