summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-mips-gic.c
Commit message (Expand)AuthorAgeFilesLines
* irqchip/mips-gic: Mark gic_irq_domain_free() staticArnd Bergmann2023-08-211-1/+1
* irqchip/mips-gic: Use raw spinlock for gic_lockJiaxun Yang2023-05-161-15/+15
* irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routableJiaxun Yang2023-05-161-0/+2
* MIPS: Remove deprecated CONFIG_MIPS_CMPThomas Bogendoerfer2023-04-121-26/+0
* irqchip/mips-gic: Drop repeated word in commentwangjianli2022-11-261-1/+1
* Merge branch irq/misc-5.20 into irq/irqchip-nextMarc Zyngier2022-07-251-0/+4
|\
| * irqchip/mips-gic: Check the return value of ioremap() in gic_of_init()William Dean2022-07-241-0/+4
* | irqchip/mips-gic: Only register IPI domain when SMP is enabledSamuel Holland2022-07-071-26/+54
|/
* irqchip/mips-gic: Use bitfield helpersGeert Uytterhoeven2021-11-251-2/+2
* irqchip/mips-gic: Get rid of the reliance on irq_cpu_online()Marc Zyngier2021-10-261-11/+26
* irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entryMarc Zyngier2021-07-091-4/+4
* irqchip: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-06-101-10/+10
* irqchip/mips-gic: Directly include linux/irqdomain.hMarc Zyngier2021-06-101-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* irqchip/mips-gic: Make local symbols staticWei Yongjun2020-07-271-5/+5
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* irqchip/mips-gic: Use the correct local interrupt map registersPaul Burton2019-06-051-2/+2
* irqchip/mips-gic: Avoid spuriously handling masked interruptsMatt Redfearn2018-02-161-2/+0
* irqchip: mips-gic: Print warning if inherited GIC base is usedMatt Redfearn2017-11-091-0/+2
* irqchip/mips-gic: Add pr_fmt and reword pr_* messagesMatt Redfearn2017-11-091-4/+7
* irqchip: mips-gic: Make IPI bitmaps staticPaul Burton2017-11-021-2/+2
* irqchip: mips-gic: Share register writes in gic_set_type()Paul Burton2017-11-021-23/+23
* irqchip: mips-gic: Remove gic_vpes variablePaul Burton2017-11-021-5/+0
* irqchip: mips-gic: Use num_possible_cpus() to reserve IPIsPaul Burton2017-11-021-5/+7
* irqchip: mips-gic: Configure EIC when CPUs come onlinePaul Burton2017-11-021-7/+5
* irqchip: mips-gic: Mask local interrupts when CPUs come onlinePaul Burton2017-11-021-10/+4
* irqchip: mips-gic: Use irq_cpu_online to (un)mask all-VP(E) IRQsPaul Burton2017-11-021-16/+56
* irqchip: mips-gic: Inline gic_local_irq_domain_map()Paul Burton2017-11-021-36/+22
* irqchip/mips-gic: Use effective affinity to unmaskPaul Burton2017-09-251-2/+5
* irqchip/mips-gic: Fix shifts to extract register fieldsPaul Burton2017-09-251-3/+3
* irqchip.mips-gic: Fix shared interrupt mask writesPaul Burton2017-09-191-3/+3
* Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2017-09-151-435/+181
|\
| * irqchip: mips-gic: Let the core set struct irq_common_data affinityPaul Burton2017-09-041-2/+1
| * irqchip: mips-gic: Use cpumask_first_and() in gic_set_affinity()Paul Burton2017-09-041-6/+6
| * irqchip: mips-gic: Clean up mti, reserved-cpu-vectors handlingPaul Burton2017-09-041-7/+7
| * irqchip: mips-gic: Use pcpu_masks to avoid reading GIC_SH_MASK*Paul Burton2017-09-041-21/+31
| * irqchip: mips-gic: Make pcpu_masks a per-cpu variablePaul Burton2017-09-041-9/+8
| * irqchip: mips-gic: Inline gic_basic_init()Paul Burton2017-09-041-27/+19
| * irqchip: mips-gic: Inline __gic_init()Paul Burton2017-09-041-60/+55
| * irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton2017-09-041-1/+0
| * irqchip: mips-gic: Remove gic_presentPaul Burton2017-09-041-2/+0
| * irqchip: mips-gic: Remove gic_init()Paul Burton2017-09-041-7/+0
| * irqchip: mips-gic: Remove __gic_irq_dispatch() forward declarationPaul Burton2017-09-041-2/+0
| * irqchip: mips-gic: Remove gic_get_usm_range()Paul Burton2017-09-041-14/+0
| * irqchip: mips-gic: Move various definitions to the driverPaul Burton2017-09-041-0/+16
| * irqchip: mips-gic: Convert remaining local reg access to new accessorsPaul Burton2017-09-041-56/+12
| * irqchip: mips-gic: Convert local int mask access to new accessorsPaul Burton2017-09-041-7/+7
| * irqchip: mips-gic: Convert remaining shared reg access to new accessorsPaul Burton2017-09-041-8/+8
| * irqchip: mips-gic: Remove gic_map_to_vpe()Paul Burton2017-09-041-9/+2
| * irqchip: mips-gic: Remove gic_map_to_pin()Paul Burton2017-09-041-7/+1