aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-mips-gic.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-21irqchip/mips-gic: Allow forced affinityMarkus Stockhausen1-2/+6
2025-05-16irqchip: Switch to irq_domain_create_*()Jiri Slaby (SUSE)1-7/+8
2024-10-30irqchip/mips-gic: Prevent indirect access to clusters without CPU coresGregory CLEMENT1-4/+16
2024-10-30irqchip/mips-gic: Multi-cluster supportPaul Burton1-19/+142
2024-10-30irqchip/mips-gic: Setup defaults in each clusterChao-ying Fu1-6/+24
2024-10-30irqchip/mips-gic: Support multi-cluster in for_each_online_cpu_gic()Paul Burton1-0/+7
2024-10-30irqchip/mips-gic: Replace open coded online CPU iterationsPaul Burton1-18/+41
2023-08-21irqchip/mips-gic: Mark gic_irq_domain_free() staticArnd Bergmann1-1/+1
2023-05-16irqchip/mips-gic: Use raw spinlock for gic_lockJiaxun Yang1-15/+15
2023-05-16irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routableJiaxun Yang1-0/+2
2023-04-12MIPS: Remove deprecated CONFIG_MIPS_CMPThomas Bogendoerfer1-26/+0
2022-11-26irqchip/mips-gic: Drop repeated word in commentwangjianli1-1/+1
2022-07-25Merge branch irq/misc-5.20 into irq/irqchip-nextMarc Zyngier1-0/+4
2022-07-24irqchip/mips-gic: Check the return value of ioremap() in gic_of_init()William Dean1-0/+4
2022-07-07irqchip/mips-gic: Only register IPI domain when SMP is enabledSamuel Holland1-26/+54
2021-11-25irqchip/mips-gic: Use bitfield helpersGeert Uytterhoeven1-2/+2
2021-10-26irqchip/mips-gic: Get rid of the reliance on irq_cpu_online()Marc Zyngier1-11/+26
2021-07-09irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entryMarc Zyngier1-4/+4
2021-06-10irqchip: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-10/+10
2021-06-10irqchip/mips-gic: Directly include linux/irqdomain.hMarc Zyngier1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-27irqchip/mips-gic: Make local symbols staticWei Yongjun1-5/+5
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-06-05irqchip/mips-gic: Use the correct local interrupt map registersPaul Burton1-2/+2
2018-02-16irqchip/mips-gic: Avoid spuriously handling masked interruptsMatt Redfearn1-2/+0
2017-11-09irqchip: mips-gic: Print warning if inherited GIC base is usedMatt Redfearn1-0/+2
2017-11-09irqchip/mips-gic: Add pr_fmt and reword pr_* messagesMatt Redfearn1-4/+7
2017-11-02irqchip: mips-gic: Make IPI bitmaps staticPaul Burton1-2/+2
2017-11-02irqchip: mips-gic: Share register writes in gic_set_type()Paul Burton1-23/+23
2017-11-02irqchip: mips-gic: Remove gic_vpes variablePaul Burton1-5/+0
2017-11-02irqchip: mips-gic: Use num_possible_cpus() to reserve IPIsPaul Burton1-5/+7
2017-11-02irqchip: mips-gic: Configure EIC when CPUs come onlinePaul Burton1-7/+5
2017-11-02irqchip: mips-gic: Mask local interrupts when CPUs come onlinePaul Burton1-10/+4
2017-11-02irqchip: mips-gic: Use irq_cpu_online to (un)mask all-VP(E) IRQsPaul Burton1-16/+56
2017-11-02irqchip: mips-gic: Inline gic_local_irq_domain_map()Paul Burton1-36/+22
2017-09-25irqchip/mips-gic: Use effective affinity to unmaskPaul Burton1-2/+5
2017-09-25irqchip/mips-gic: Fix shifts to extract register fieldsPaul Burton1-3/+3
2017-09-19irqchip.mips-gic: Fix shared interrupt mask writesPaul Burton1-3/+3
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds1-435/+181
2017-09-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+7
2017-09-04irqchip: mips-gic: Let the core set struct irq_common_data affinityPaul Burton1-2/+1
2017-09-04irqchip: mips-gic: Use cpumask_first_and() in gic_set_affinity()Paul Burton1-6/+6
2017-09-04irqchip: mips-gic: Clean up mti, reserved-cpu-vectors handlingPaul Burton1-7/+7
2017-09-04irqchip: mips-gic: Use pcpu_masks to avoid reading GIC_SH_MASK*Paul Burton1-21/+31
2017-09-04irqchip: mips-gic: Make pcpu_masks a per-cpu variablePaul Burton1-9/+8
2017-09-04irqchip: mips-gic: Inline gic_basic_init()Paul Burton1-27/+19
2017-09-04irqchip: mips-gic: Inline __gic_init()Paul Burton1-60/+55
2017-09-04irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton1-1/+0
2017-09-04irqchip: mips-gic: Remove gic_presentPaul Burton1-2/+0
2017-09-04irqchip: mips-gic: Remove gic_init()Paul Burton1-7/+0
2017-09-04irqchip: mips-gic: Remove __gic_irq_dispatch() forward declarationPaul Burton1-2/+0
2017-09-04irqchip: mips-gic: Remove gic_get_usm_range()Paul Burton1-14/+0
2017-09-04irqchip: mips-gic: Move various definitions to the driverPaul Burton1-0/+16
2017-09-04irqchip: mips-gic: Convert remaining local reg access to new accessorsPaul Burton1-56/+12
2017-09-04irqchip: mips-gic: Convert local int mask access to new accessorsPaul Burton1-7/+7
2017-09-04irqchip: mips-gic: Convert remaining shared reg access to new accessorsPaul Burton1-8/+8
2017-09-04irqchip: mips-gic: Remove gic_map_to_vpe()Paul Burton1-9/+2
2017-09-04irqchip: mips-gic: Remove gic_map_to_pin()Paul Burton1-7/+1
2017-09-04irqchip: mips-gic: Remove gic_set_dual_edge()Paul Burton1-23/+5
2017-09-04irqchip: mips-gic: Remove gic_set_trigger()Paul Burton1-13/+6
2017-09-04irqchip: mips-gic: Remove gic_set_polarity()Paul Burton1-12/+5
2017-09-04irqchip: mips-gic: Drop gic_(re)set_mask() functionsPaul Burton1-15/+3
2017-09-04irqchip: mips-gic: Simplify gic_local_irq_domain_map()Paul Burton1-41/+16
2017-09-04irqchip: mips-gic: Simplify shared interrupt pending/mask readsPaul Burton1-18/+11
2017-09-04irqchip: mips-gic: Remove gic_read_local_vp_id()Paul Burton1-8/+0
2017-09-04irqchip: mips-gic: Remove counter access functionsPaul Burton1-95/+0
2017-08-30MIPS: GIC: Introduce asm/mips-gic.h with accessor functionsPaul Burton1-7/+6
2017-08-30irqchip: mips-gic: SYNC after enabling GIC regionJames Hogan1-1/+4
2017-08-30irqchip: mips-gic: SYNC after enabling GIC regionJames Hogan1-1/+4
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton1-1/+1
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton1-2/+2
2017-08-18irqchip/mips-gic: Report that effective affinity is a single targetMarc Zyngier1-3/+7
2017-07-18irqchip/mips-gic: Remove population of irq domain namesMatt Redfearn1-2/+0
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2017-06-23Merge tag 'irqchip-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner1-1/+1
2017-06-22irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessMarc Zyngier1-1/+1
2017-06-22irqchip/irq-mips-gic: Constify irq_domain_opsTobias Klauser1-1/+1
2017-06-20irqchip/mips-gic: Mark count and compare accessors notraceMarcin Nowakowski1-3/+3
2017-04-20irqchip/mips-gic: Replace static map with dynamicMatt Redfearn1-42/+18
2017-04-20irqchip/mips-gic: Remove device IRQ domainPaul Burton1-197/+93
2017-04-20irqchip/mips-gic: Separate IPI reservation & usage trackingPaul Burton1-5/+7
2017-03-31irqchip/mips-gic: Fix Local compare interruptMatt Redfearn1-0/+4
2017-02-08irqchip/mips-gic: Fix local interruptsMarcin Nowakowski1-0/+29
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-8/+8
2016-09-22Merge tag 'irqchip-core-4.9' of git://git.infradead.org/users/jcooper/linux i...Thomas Gleixner1-6/+1
2016-09-20irqchip/mips-gic: Use for_each_set_bit to iterate over local IRQsPaul Burton1-6/+1
2016-09-20irqchip/mips-gic: Fix local interruptsPaul Burton1-55/+50
2016-08-22irqchip/mips-gic: Use for_each_set_bit to iterate over IRQsPaul Burton1-6/+1
2016-08-22irqchip/mips-gic: Implement activate op for device domainPaul Burton1-0/+7
2016-08-22irqchip/mips-gic: Cleanup chip and handler setupPaul Burton1-4/+7
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2016-07-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2016-07-05irqchip/mips-gic: Match IPI IRQ domain by bus token onlyPaul Burton1-1/+1
2016-07-05irqchip/mips-gic: Map to VPs using HW VPNumPaul Burton1-1/+1
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner1-1/+11
2016-06-14irqchip/mips-gic: Populate irq_domain namesHarvey Hunt1-0/+3
2016-06-14irqchip/mips-gic: Fix IRQs in gic_dev_domainHarvey Hunt1-1/+11
2016-05-28irqchip: mips-gic: Setup EIC mode on each CPU if it's in usePaul Burton1-1/+9
2016-05-13irqchip: mips-gic: Provide VP ID accessorPaul Burton1-0/+8
2016-05-13irqchip: mips-gic: Use HW IDs for VPE_OTHER_ADDRPaul Burton1-5/+9
2016-04-21irqchip/mips-gic: Don't overrun pcpu_masks arrayPaul Burton1-2/+2
2016-02-25irqchip/mips-gic: Add new DT property to reserve IPIsQais Yousef1-2/+10
2016-02-25MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef1-81/+5
2016-02-25irqchip/mips-gic: Clear percpu_masks correctly when mappingQais Yousef1-0/+3
2016-02-25irqchip/mips-gic: Use gic_vpes instead of NR_CPUSQais Yousef1-3/+3
2016-02-25irqchip/mips-gic: Add device hierarchy domainQais Yousef1-20/+83
2016-02-25irqchip/mips-gic: Add a IPI hierarchy domainQais Yousef1-5/+179
2015-11-11irqchip: irq-mips-gic: Provide function to map GIC user sectionAlex Smith1-0/+14
2015-09-27irqchip: mips-gic: Fix pending & mask reads for MIPS64 with 32b GIC.Paul Burton1-0/+8
2015-09-27irqchip: mips-gic: Convert CPU numbers to VP IDs.Paul Burton1-2/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-48/+94
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+8
2015-08-26IRQCHIP: irq-mips-gic: Add support for CM3 64-bit timer irqsMarkos Chandras1-9/+24
2015-08-26IRQCHIP: irq-mips-gic: Extend GIC accessors for 64-bit CMsMarkos Chandras1-45/+76
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith1-1/+1
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner1-10/+0
2015-07-12irqchip/mips-gic: Use irq_set_chip_handler_name_lockedThomas Gleixner1-9/+6
2015-07-11irqchip/mips-gic: Use access helper irq_data_get_affinity_mask()Jiang Liu1-1/+1
2015-07-11irqchip: Prepare for local stub header removalJoel Porquet1-2/+1
2015-07-10MIPS: Malta: Make GIC FDC IRQ workaround Malta specificJames Hogan1-10/+0
2015-06-22Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-06-13IRQCHIP: mips-gic: Don't nest calls to do_IRQ()Rabin Vincent1-7/+14
2015-05-05irqchip: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2015-03-31IRQCHIP: irq-mips-gic: Add new functions to start/stop the GIC counterMarkos Chandras1-0/+21
2015-03-31IRQCHIP: mips-gic: Add function for retrieving FDC IRQJames Hogan1-0/+23
2015-03-31irqchip: mips-gic: Don't treat FDC IRQ as percpu devidJames Hogan1-5/+10
2015-03-31IRQCHIP: mips-gic: Fix typo in commentJames Hogan1-1/+1
2015-03-05drivers: fix up obsolete cpu function usage.Rusty Russell1-3/+3
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-8/+0
2015-02-16Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-18/+26
2015-02-05MIPS: cevt-r4k: Drop GIC special caseJames Hogan1-8/+0
2015-02-05IRQCHIP: mips-gic: Avoid rerouting timer IRQs for smp-cmpJames Hogan1-0/+27
2015-01-26irqchip: mips-gic: Handle pending interrupts once in __gic_irq_dispatch()Qais Yousef1-18/+26
2014-11-24irqchip: mips-gic: Add device-tree supportAndrew Bresticker1-5/+87
2014-11-24clocksource: mips-gic: Move gic_frequency to clocksource driverAndrew Bresticker1-1/+0
2014-11-24clocksource: mips-gic: Combine with GIC clockevent driverAndrew Bresticker1-1/+1
2014-11-24MIPS: Move GIC clocksource driver to drivers/clocksource/Andrew Bresticker1-1/+1
2014-11-24irqchip: mips-gic: Use GIC_SH_WEDGE_{SET,CLR} macrosAndrew Bresticker1-2/+2
2014-11-24irqchip: mips-gic: Remove gic_{pending,itrmask}_regsAndrew Bresticker1-13/+3
2014-11-24irqchip: mips-gic: Clean up #includesAndrew Bresticker1-5/+2
2014-11-24irqchip: mips-gic: Clean up header fileAndrew Bresticker1-2/+2
2014-11-24MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker1-1/+1
2014-11-24irqchip: mips-gic: Use proper iomem accessorsAndrew Bresticker1-71/+135
2014-11-24irqchip: mips-gic: Export function to read counter widthAndrew Bresticker1-0/+11
2014-11-24irqchip: mips-gic: Remove unnecessary globalsAndrew Bresticker1-24/+4
2014-11-24irqchip: mips-gic: Support local interruptsAndrew Bresticker1-68/+223
2014-11-24irqchip: mips-gic: Use separate edge/level irq_chipsAndrew Bresticker1-11/+21
2014-11-24irqchip: mips-gic: Probe for number of external interruptsAndrew Bresticker1-20/+20
2014-11-24irqchip: mips-gic: Stop using per-platform mapping tablesAndrew Bresticker1-96/+105
2014-11-24irqchip: mips-gic: Use IRQ domainsAndrew Bresticker1-8/+40
2014-11-24irqchip: mips-gic: Fix gic_set_affinity() return valueAndrew Bresticker1-1/+1
2014-11-24irqchip: mips-gic: Implement irq_set_type callbackAndrew Bresticker1-2/+55
2014-11-24irqchip: mips-gic: Remove platform irq_ack/irq_eoi callbacksAndrew Bresticker1-3/+8
2014-11-24MIPS: Move GIC to drivers/irqchip/Andrew Bresticker1-0/+402