aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq/ipi.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskGravatar Samuel Holland 1-7/+9
2021-08-11genirq: Fix kernel-doc warnings in pm.c, msi.c and ipi.cGravatar Randy Dunlap 1-16/+16
2021-03-16genirq: Fix typos and misspellings in commentsGravatar Krzysztof Kozlowski 1-1/+1
2018-12-18genirq: Fix various typos in commentsGravatar Ingo Molnar 1-2/+2
2018-03-20genirq: Add missing SPDX identifiersGravatar Thomas Gleixner 1-0/+1
2018-03-20genirq: Cleanup top of file commentsGravatar Thomas Gleixner 1-2/+0
2017-08-20genirq/ipi: Fixup checks against nr_cpu_idsGravatar Alexey Dobriyan 1-2/+2
2016-07-19genirq: Fix missing irq allocation affinity hintGravatar Vincent Stehle 1-1/+1
2016-07-04genirq: Add affinity hint to irq allocationGravatar Thomas Gleixner 1-1/+1
2016-05-24genirq: Fix missing return value in irq_destroy_ipi()Gravatar Matt Redfearn 1-1/+1
2016-05-02genirq: Add error code reporting to irq_{reserve,destroy}_ipiGravatar Matt Redfearn 1-14/+17
2016-05-02genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroyGravatar Matt Redfearn 1-4/+14
2016-04-21genirq: Dont allow affinity mask to be updated on IPIsGravatar Matt Redfearn 1-0/+1
2016-02-25genirq: Implement ipi_send_mask/single()Gravatar Qais Yousef 1-1/+156
2016-02-25genirq: Add a new function to get IPI reverse mappingGravatar Qais Yousef 1-0/+34
2016-02-25genirq: Add a new generic IPI reservation code to irq coreGravatar Qais Yousef 1-0/+137