summaryrefslogtreecommitdiffstats
path: root/drivers/sh/intc
AgeCommit message (Expand)AuthorLines
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-9/+6
2025-11-14syscore: Pass context data to callbacksThierry Reding-4/+8
2025-05-16sh: Switch to irq_domain_create_*()Jiri Slaby (SUSE)-3/+2
2024-11-30Merge tag 'sh-for-v6.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2024-11-30sh: intc: Fix use-after-free bug in register_intc_controller()Dan Carpenter-1/+1
2024-10-16sh: intc: Switch to irq_get_nr_irqs()Bart Van Assche-0/+1
2024-09-26sh: intc: Replace simple_strtoul() with kstrtoul()Hongbo Li-1/+4
2024-02-15sh: intc: Make intc_subsys constRicardo B. Marliere-2/+2
2023-03-17sh: intc: move to use bus_get_dev_root()Greg Kroah-Hartman-1/+9
2022-07-07genirq: Add and use an irq_data_update_affinity helperSamuel Holland-1/+1
2021-04-07sh: intc: Drop the use of irq_create_identity_mapping()Marc Zyngier-30/+19
2021-01-06sh/intc: Restore devm_ioremap() alignmentGeert Uytterhoeven-1/+1
2021-01-06sh: intc: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao-12/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-2/+2
2019-10-18sh/intc: Use pr_warn instead of pr_warningKefeng Wang-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-07-06drivers/sh/intc/virq.c: delete an error message for a failed memory allocatio...SF Markus Elfring-3/+1
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner-1/+1
2015-09-16sh: Kill off set_irq_flags usageRob Herring-9/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner-3/+3
2015-07-29sh/intc: Prepare irq flow handlers for irq argument removalThomas Gleixner-1/+2
2015-07-29sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu-7/+9
2015-07-29sh/irq: Use access helper irq_data_get_affinity_mask()Thomas Gleixner-3/+3
2015-07-29sh/irq: Use irq accessor functions instead of open coded accessJiang Liu-5/+7
2015-06-25sh/intc: Fix race in installing chained IRQ handlerThomas Gleixner-2/+3
2015-06-25sh/intc: Fix potential race in installing chained IRQ handlerThomas Gleixner-1/+2
2014-08-22sh: intc: Confine SH_INTC to platforms that need itGeert Uytterhoeven-1/+5
2014-06-06Merge tag 'renesas-sh-drivers-for-v3.16' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+1
2014-05-26drivers: sh: Restrict INTC_USERIMASK to SH4AGeert Uytterhoeven-1/+1
2014-05-16sh: intc: Remove pointless irq_reserve_irqs() invocationThomas Gleixner-6/+0
2014-02-18sh: intc: Enable driver compilation with COMPILE_TESTLaurent Pinchart-1/+1
2012-10-15sh: Fix up more fallout from pointless ARM __iomem churn.Paul Mundt-20/+29
2012-08-20sh: intc: Fix up multi-evt irq association.Paul Mundt-1/+1
2012-08-09sh: intc: Handle domain association for sparseirq pre-allocated vectors.Paul Mundt-4/+23
2012-08-01sh: intc: initial irqdomain support.Paul Mundt-5/+85
2012-06-13sh: intc: Allocate subgroup virq backing desc directly.Paul Mundt-1/+3
2012-05-24sh: intc: Kill off deprecated dynamic IRQ API.Paul Mundt-66/+1
2012-03-30Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds-35/+27
2012-03-29sh: intc: Fix up section mismatch for intc_ack_dataPaul Mundt-3/+2
2012-01-25sh: intc: remove dependency on NR_IRQSRob Herring-4/+4
2012-01-24sh: intc: optimize intc IRQ lookupPaul Mundt-22/+22
2012-01-24sh: intc: Use IRQ_SET_MASK_OK_NOCOPY for intc_set_affinity.Paul Mundt-1/+1
2012-01-24sh: intc: Kill off superfluous irq_shutdown hooking.Paul Mundt-1/+0
2012-01-24sh: intc: Prefer IRQCHIP_SKIP_SET_WAKE over a dummy set_wake callback.Paul Mundt-6/+1
2012-01-24sh: intc: Make global intc controller counter static.Paul Mundt-2/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+9
2011-12-25PM / shmobile: Don't include SH7372's INTCS in syscore suspend/resumeRafael J. Wysocki-0/+9