summaryrefslogtreecommitdiffstats
path: root/kernel/irq/ipi.c
Commit message (Expand)AuthorAgeFilesLines
* 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