summaryrefslogtreecommitdiffstats
path: root/kernel/irq/matrix.c
AgeCommit message (Expand)AuthorLines
2022-04-25genirq/matrix: Remove redundant assignment to variable 'end'Colin Ian King-1/+1
2021-08-10genirq/matrix: Fix kernel doc warnings for irq_matrix_alloc_managed()Baokun Li-1/+2
2021-03-19genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov-1/+3
2021-03-17irq: Simplify condition in irq_matrix_reserve()Juergen Gross-3/+2
2021-03-16genirq: Fix typos and misspellings in commentsKrzysztof Kozlowski-1/+1
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner-0/+7
2018-11-06genirq/matrix: Improve target CPU selection for managed interrupts.Long Li-4/+30
2018-11-01irq/matrix: Fix memory overallocationMichael Kelley-1/+1
2018-09-18irq/matrix: Spread managed interrupts on allocationDou Liyang-3/+14
2018-09-18irq/matrix: Split out the CPU selection code into a helperDou Liyang-27/+38
2018-03-20genirq/matrix: Cleanup SPDX identifierThomas Gleixner-5/+3
2018-02-22genirq/matrix: Handle CPU offlining properThomas Gleixner-9/+14
2018-01-18irq/matrix: Spread interrupts on allocationThomas Gleixner-6/+14
2017-12-04genirq/matrix: Fix the precedence fix for realThomas Gleixner-1/+3
2017-11-23genirq/matrix: Make - vs ?: Precedence explicitKees Cook-1/+1
2017-09-25genirq/matrix: Add tracepointsThomas Gleixner-0/+15
2017-09-25genirq: Implement bitmap matrix allocatorThomas Gleixner-0/+428