summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/mpic.c
AgeCommit message (Expand)AuthorLines
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+5
2025-05-16powerpc: Switch to irq_find_mapping()Jiri Slaby (SUSE)-2/+2
2025-05-16powerpc: Switch to irq_domain_create_*()Jiri Slaby (SUSE)-3/+3
2025-04-16powerpc: mpic: Use str_enabled_disabled() helper functionThorsten Blum-3/+4
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)-1/+1
2024-02-15powerpc: mpic: make mpic_subsys constRicardo B. Marliere-1/+1
2023-10-19powerpc: Explicitly reverse bytes when checking for byte reversalBenjamin Gray-1/+1
2023-03-30powerpc: Use of_property_read_bool() for boolean propertiesRob Herring-3/+3
2022-05-08powerpc: Add missing headersChristophe Leroy-0/+2
2022-02-07powerpc/corenet: Change criteria to set MPIC_ENABLE_COREINTChristophe Leroy-3/+1
2021-12-23powerpc/sysdev: Add __init attribute to eligible functionsNick Child-1/+1
2021-12-20powerpc/mpic: Use bitmap_zalloc() when applicableChristophe JAILLET-2/+1
2021-06-10powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacyMarc Zyngier-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-01-07powerpc/mpic: constify copied structureJulia Lawall-2/+2
2018-07-19powerpc/mpic: Pass first free vector number to mpic_setup_error_int()Bharat Bhushan-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+3
2018-03-30powerpc/mpic: Check if cpu_possible() in mpic_physmask()Michael Ellerman-1/+1
2017-12-04powerpc: Use pr_warn instead of pr_warningJoe Perches-6/+4
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring-2/+2
2016-09-25powerpc/mpic: use of_property_read_boolJulia Lawall-1/+1
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman-7/+7
2016-04-27powerpc/mpic: handle subsys_system_register() failureAndrew Donnellan-1/+8
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder-2/+2
2015-11-05Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-19/+4
2015-10-27powerpc: mpic: use IRQCHIP_SKIP_SET_WAKE instead of redundant mpic_irq_set_wakeSudeep Holla-19/+4
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier-1/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner-1/+1
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier-1/+2
2015-05-11powerpc: Constify irq_domain_opsKrzysztof Kozlowski-1/+1
2015-04-10powerpc: Drop return value of smp_ops->probe()Michael Ellerman-3/+1
2015-03-31powerpc/mpic: Remove WHOAMI readback after EOIBogdan Purcareata-1/+0
2015-03-23powerpc/mpic: Add get_version API both for internal and external useHongtao Jia-0/+10
2015-03-16powerpc/mpic: remove unused functionsArseny Solokha-35/+0
2015-01-23powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus()Emil Medve-1/+1
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard-1/+0
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard-1/+1
2014-05-22powerpc/mpic: Don't init the fsl error int until after mpic initScott Wood-4/+4
2014-02-11powerpc: Fix build failure in sysdev/mpic.c for MPIC_WEIRD=yPaul Gortmaker-19/+19
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+4
2013-10-11powerpc/mpic: Disable preemption when calling mpic_processor_id()Scott Wood-1/+7
2013-10-09powerpc: add explicit OF includesRob Herring-4/+4
2013-07-01powerpc/mpic: create mpic subsystem objectDongsheng.wang@freescale.com-0/+8
2013-07-01powerpc/mpic: add irq_set_wake supportDongsheng.wang@freescale.com-0/+18
2013-07-01powerpc/mpic: Add get_version API both for internal and external useHongtao Jia-7/+25
2013-06-01powerpc/mpic: Fix irq distribution problem when MPIC_SINGLE_DEST_CPUchenhui zhao-2/+2
2013-05-14powerpc: Fix irq_set_affinity() return valuesAlexander Gordeev-1/+1
2013-05-06irqdomain: Allow quiet failure modeBenjamin Herrenschmidt-3/+11