aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/ipi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-20genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan1-2/+2
2016-07-19genirq: Fix missing irq allocation affinity hintVincent Stehle1-1/+1
2016-07-04genirq: Add affinity hint to irq allocationThomas Gleixner1-1/+1
2016-05-24genirq: Fix missing return value in irq_destroy_ipi()Matt Redfearn1-1/+1
2016-05-02genirq: Add error code reporting to irq_{reserve,destroy}_ipiMatt Redfearn1-14/+17
2016-05-02genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroyMatt Redfearn1-4/+14
2016-04-21genirq: Dont allow affinity mask to be updated on IPIsMatt Redfearn1-0/+1
2016-02-25genirq: Implement ipi_send_mask/single()Qais Yousef1-1/+156
2016-02-25genirq: Add a new function to get IPI reverse mappingQais Yousef1-0/+34
2016-02-25genirq: Add a new generic IPI reservation code to irq coreQais Yousef1-0/+137