aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/mpic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-08powerpc: Add missing headersChristophe Leroy1-0/+2
2022-02-07powerpc/corenet: Change criteria to set MPIC_ENABLE_COREINTChristophe Leroy1-3/+1
2021-12-23powerpc/sysdev: Add __init attribute to eligible functionsNick Child1-1/+1
2021-12-20powerpc/mpic: Use bitmap_zalloc() when applicableChristophe JAILLET1-2/+1
2021-06-10powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacyMarc Zyngier1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-01-07powerpc/mpic: constify copied structureJulia Lawall1-2/+2
2018-07-19powerpc/mpic: Pass first free vector number to mpic_setup_error_int()Bharat Bhushan1-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-03-30powerpc/mpic: Check if cpu_possible() in mpic_physmask()Michael Ellerman1-1/+1
2017-12-04powerpc: Use pr_warn instead of pr_warningJoe Perches1-6/+4
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2016-09-25powerpc/mpic: use of_property_read_boolJulia Lawall1-1/+1
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-7/+7
2016-04-27powerpc/mpic: handle subsys_system_register() failureAndrew Donnellan1-1/+8
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder1-2/+2
2015-11-05Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-19/+4
2015-10-27powerpc: mpic: use IRQCHIP_SKIP_SET_WAKE instead of redundant mpic_irq_set_wakeSudeep Holla1-19/+4
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier1-1/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier1-1/+2
2015-05-11powerpc: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2015-04-10powerpc: Drop return value of smp_ops->probe()Michael Ellerman1-3/+1
2015-03-31powerpc/mpic: Remove WHOAMI readback after EOIBogdan Purcareata1-1/+0
2015-03-23powerpc/mpic: Add get_version API both for internal and external useHongtao Jia1-0/+10
2015-03-16powerpc/mpic: remove unused functionsArseny Solokha1-35/+0
2015-01-23powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus()Emil Medve1-1/+1
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard1-1/+0
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard1-1/+1
2014-05-22powerpc/mpic: Don't init the fsl error int until after mpic initScott Wood1-4/+4
2014-02-11powerpc: Fix build failure in sysdev/mpic.c for MPIC_WEIRD=yPaul Gortmaker1-19/+19
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-4/+4
2013-10-11powerpc/mpic: Disable preemption when calling mpic_processor_id()Scott Wood1-1/+7
2013-10-09powerpc: add explicit OF includesRob Herring1-4/+4
2013-07-01powerpc/mpic: create mpic subsystem objectDongsheng.wang@freescale.com1-0/+8
2013-07-01powerpc/mpic: add irq_set_wake supportDongsheng.wang@freescale.com1-0/+18
2013-07-01powerpc/mpic: Add get_version API both for internal and external useHongtao Jia1-7/+25
2013-06-01powerpc/mpic: Fix irq distribution problem when MPIC_SINGLE_DEST_CPUchenhui zhao1-2/+2
2013-05-14powerpc: Fix irq_set_affinity() return valuesAlexander Gordeev1-1/+1
2013-05-06irqdomain: Allow quiet failure modeBenjamin Herrenschmidt1-3/+11
2013-02-15powerpc/mpic: allow coreint to be determined by MPIC versionScott Wood1-3/+23
2013-01-29powerpc/mpic: Make distribute_irqs obey MPIC_SINGLE_DEST_CPUScott Wood1-1/+1
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-09-12powerpc/mpic: FSL MPIC error interrupt support.Varun Sethi1-1/+43
2012-09-12powerpc/mpic: finish supporting timer group B on Freescale chipsVarun Sethi1-16/+42
2012-07-23powerpc/mpic: Create a revmap with enough entries for IPIs and timersBenjamin Herrenschmidt1-1/+1
2012-07-10powerpc/mpic: Use the MPIC_LARGE_VECTORS flag for FSL MPIC.Varun Sethi1-1/+1
2012-04-23powerpc/mpic: Properly set default triggersBenjamin Herrenschmidt1-12/+30