summaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-mips-gic.c
AgeCommit message (Expand)Author
2023-08-21irqchip/mips-gic: Mark gic_irq_domain_free() staticArnd Bergmann
2023-05-16irqchip/mips-gic: Use raw spinlock for gic_lockJiaxun Yang
2023-05-16irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routableJiaxun Yang
2023-04-12MIPS: Remove deprecated CONFIG_MIPS_CMPThomas Bogendoerfer
2022-11-26irqchip/mips-gic: Drop repeated word in commentwangjianli
2022-07-25Merge branch irq/misc-5.20 into irq/irqchip-nextMarc Zyngier
2022-07-24irqchip/mips-gic: Check the return value of ioremap() in gic_of_init()William Dean
2022-07-07irqchip/mips-gic: Only register IPI domain when SMP is enabledSamuel Holland
2021-11-25irqchip/mips-gic: Use bitfield helpersGeert Uytterhoeven
2021-10-26irqchip/mips-gic: Get rid of the reliance on irq_cpu_online()Marc Zyngier
2021-07-09irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entryMarc Zyngier
2021-06-10irqchip: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-06-10irqchip/mips-gic: Directly include linux/irqdomain.hMarc Zyngier
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-27irqchip/mips-gic: Make local symbols staticWei Yongjun
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-06-05irqchip/mips-gic: Use the correct local interrupt map registersPaul Burton
2018-02-16irqchip/mips-gic: Avoid spuriously handling masked interruptsMatt Redfearn
2017-11-09irqchip: mips-gic: Print warning if inherited GIC base is usedMatt Redfearn
2017-11-09irqchip/mips-gic: Add pr_fmt and reword pr_* messagesMatt Redfearn
2017-11-02irqchip: mips-gic: Make IPI bitmaps staticPaul Burton
2017-11-02irqchip: mips-gic: Share register writes in gic_set_type()Paul Burton
2017-11-02irqchip: mips-gic: Remove gic_vpes variablePaul Burton
2017-11-02irqchip: mips-gic: Use num_possible_cpus() to reserve IPIsPaul Burton
2017-11-02irqchip: mips-gic: Configure EIC when CPUs come onlinePaul Burton
2017-11-02irqchip: mips-gic: Mask local interrupts when CPUs come onlinePaul Burton
2017-11-02irqchip: mips-gic: Use irq_cpu_online to (un)mask all-VP(E) IRQsPaul Burton
2017-11-02irqchip: mips-gic: Inline gic_local_irq_domain_map()Paul Burton
2017-09-25irqchip/mips-gic: Use effective affinity to unmaskPaul Burton
2017-09-25irqchip/mips-gic: Fix shifts to extract register fieldsPaul Burton
2017-09-19irqchip.mips-gic: Fix shared interrupt mask writesPaul Burton
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds
2017-09-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-04irqchip: mips-gic: Let the core set struct irq_common_data affinityPaul Burton
2017-09-04irqchip: mips-gic: Use cpumask_first_and() in gic_set_affinity()Paul Burton
2017-09-04irqchip: mips-gic: Clean up mti, reserved-cpu-vectors handlingPaul Burton
2017-09-04irqchip: mips-gic: Use pcpu_masks to avoid reading GIC_SH_MASK*Paul Burton
2017-09-04irqchip: mips-gic: Make pcpu_masks a per-cpu variablePaul Burton
2017-09-04irqchip: mips-gic: Inline gic_basic_init()Paul Burton
2017-09-04irqchip: mips-gic: Inline __gic_init()Paul Burton
2017-09-04irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton
2017-09-04irqchip: mips-gic: Remove gic_presentPaul Burton
2017-09-04irqchip: mips-gic: Remove gic_init()Paul Burton
2017-09-04irqchip: mips-gic: Remove __gic_irq_dispatch() forward declarationPaul Burton
2017-09-04irqchip: mips-gic: Remove gic_get_usm_range()Paul Burton
2017-09-04irqchip: mips-gic: Move various definitions to the driverPaul Burton
2017-09-04irqchip: mips-gic: Convert remaining local reg access to new accessorsPaul Burton
2017-09-04irqchip: mips-gic: Convert local int mask access to new accessorsPaul Burton
2017-09-04irqchip: mips-gic: Convert remaining shared reg access to new accessorsPaul Burton
2017-09-04irqchip: mips-gic: Remove gic_map_to_vpe()Paul Burton