summaryrefslogtreecommitdiffstats
path: root/kernel/irq/ipi.c
Commit message (Expand)AuthorAgeFilesLines
* genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()Sergey Shtylyov2023-02-201-2/+6
* genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland2022-07-071-7/+9
* genirq: Fix kernel-doc warnings in pm.c, msi.c and ipi.cRandy Dunlap2021-08-111-16/+16
* genirq: Fix typos and misspellings in commentsKrzysztof Kozlowski2021-03-161-1/+1
* genirq: Fix various typos in commentsIngo Molnar2018-12-181-2/+2
* genirq: Add missing SPDX identifiersThomas Gleixner2018-03-201-0/+1
* genirq: Cleanup top of file commentsThomas Gleixner2018-03-201-2/+0
* genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan2017-08-201-2/+2
* genirq: Fix missing irq allocation affinity hintVincent Stehle2016-07-191-1/+1
* genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-041-1/+1
* genirq: Fix missing return value in irq_destroy_ipi()Matt Redfearn2016-05-241-1/+1
* genirq: Add error code reporting to irq_{reserve,destroy}_ipiMatt Redfearn2016-05-021-14/+17
* genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroyMatt Redfearn2016-05-021-4/+14
* genirq: Dont allow affinity mask to be updated on IPIsMatt Redfearn2016-04-211-0/+1
* genirq: Implement ipi_send_mask/single()Qais Yousef2016-02-251-1/+156
* genirq: Add a new function to get IPI reverse mappingQais Yousef2016-02-251-0/+34
* genirq: Add a new generic IPI reservation code to irq coreQais Yousef2016-02-251-0/+137