Age | Commit message (Expand) | Author | Files | Lines |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -1/+1 |
2015-07-30 | genirq/irqdomain: Allow irq domain aliasing | Marc Zyngier | 1 | -1/+2 |
2015-05-11 | powerpc: Constify irq_domain_ops | Krzysztof Kozlowski | 1 | -1/+1 |
2015-04-10 | powerpc: Drop return value of smp_ops->probe() | Michael Ellerman | 1 | -3/+1 |
2015-04-01 | powerpc/mpic: Remove WHOAMI readback after EOI | Bogdan Purcareata | 1 | -1/+0 |
2015-03-24 | powerpc/mpic: Add get_version API both for internal and external use | Hongtao Jia | 1 | -0/+10 |
2015-03-16 | powerpc/mpic: remove unused functions | Arseny Solokha | 1 | -35/+0 |
2015-01-23 | powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus() | Emil Medve | 1 | -1/+1 |
2014-11-10 | powerpc: Remove superfluous bootmem includes | Anton Blanchard | 1 | -1/+0 |
2014-09-25 | powerpc: Make a bunch of things static | Anton Blanchard | 1 | -1/+1 |
2014-05-23 | powerpc/mpic: Don't init the fsl error int until after mpic init | Scott Wood | 1 | -4/+4 |
2014-02-11 | powerpc: Fix build failure in sysdev/mpic.c for MPIC_WEIRD=y | Paul Gortmaker | 1 | -19/+19 |
2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+4 |
2013-10-11 | powerpc/mpic: Disable preemption when calling mpic_processor_id() | Scott Wood | 1 | -1/+7 |
2013-10-10 | powerpc: add explicit OF includes | Rob Herring | 1 | -4/+4 |
2013-07-02 | powerpc/mpic: create mpic subsystem object | Dongsheng.wang@freescale.com | 1 | -0/+8 |
2013-07-02 | powerpc/mpic: add irq_set_wake support | Dongsheng.wang@freescale.com | 1 | -0/+18 |
2013-07-02 | powerpc/mpic: Add get_version API both for internal and external use | Hongtao Jia | 1 | -7/+25 |
2013-06-01 | powerpc/mpic: Fix irq distribution problem when MPIC_SINGLE_DEST_CPU | chenhui zhao | 1 | -2/+2 |
2013-05-14 | powerpc: Fix irq_set_affinity() return values | Alexander Gordeev | 1 | -1/+1 |
2013-05-06 | irqdomain: Allow quiet failure mode | Benjamin Herrenschmidt | 1 | -3/+11 |
2013-02-16 | powerpc/mpic: allow coreint to be determined by MPIC version | Scott Wood | 1 | -3/+23 |
2013-01-29 | powerpc/mpic: Make distribute_irqs obey MPIC_SINGLE_DEST_CPU | Scott Wood | 1 | -1/+1 |
2013-01-04 | POWERPC: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -1/+1 |
2012-09-12 | powerpc/mpic: FSL MPIC error interrupt support. | Varun Sethi | 1 | -1/+43 |
2012-09-12 | powerpc/mpic: finish supporting timer group B on Freescale chips | Varun Sethi | 1 | -16/+42 |
2012-07-23 | powerpc/mpic: Create a revmap with enough entries for IPIs and timers | Benjamin Herrenschmidt | 1 | -1/+1 |
2012-07-10 | powerpc/mpic: Use the MPIC_LARGE_VECTORS flag for FSL MPIC. | Varun Sethi | 1 | -1/+1 |
2012-04-23 | powerpc/mpic: Properly set default triggers | Benjamin Herrenschmidt | 1 | -12/+30 |
2012-04-23 | powerpc/mpic: Fix confusion between hw_irq and virq | Benjamin Herrenschmidt | 1 | -8/+4 |
2012-03-22 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -49/+55 |
2012-02-27 | powerpc/mpic: Fix allocation of reverse-map for multi-ISU mpics | Benjamin Herrenschmidt | 1 | -2/+6 |
2012-02-23 | powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flag | Kyle Moffett | 1 | -1/+1 |
2012-02-23 | powerpc/mpic: Add "last-interrupt-source" property to override hardware | Kyle Moffett | 1 | -20/+26 |
2012-02-23 | powerpc/mpic: Remove MPIC_BROKEN_FRR_NIRQS and duplicate irq_count | Kyle Moffett | 1 | -11/+6 |
2012-02-23 | fsl/mpic: Create and document the "single-cpu-affinity" device-tree flag | Kyle Moffett | 1 | -0/+2 |
2012-02-23 | powerpc/mpic: Fix use of "flags" variable in mpic_alloc() | Kyle Moffett | 1 | -24/+22 |
2012-02-16 | irq_domain: Replace irq_alloc_host() with revmap-specific initializers | Grant Likely | 1 | -5/+2 |
2012-02-15 | irq_domain/powerpc: Use common irq_domain structure instead of irq_host | Grant Likely | 1 | -6/+6 |
2011-12-07 | powerpc/mpic: Add in-core support for cascaded MPICs | Kyle Moffett | 1 | -2/+28 |
2011-12-07 | powerpc/mpic: Cache the device-tree node in "struct mpic" | Kyle Moffett | 1 | -17/+16 |
2011-12-07 | powerpc/mpic: Put "pic-no-reset" test back into the MPIC code | Kyle Moffett | 1 | -6/+1 |
2011-12-07 | powerpc/mpic: Don't open-code dcr_resource_start | Kyle Moffett | 1 | -5/+2 |
2011-12-07 | powerpc/mpic: Invert the meaning of MPIC_PRIMARY | Kyle Moffett | 1 | -7/+7 |
2011-12-07 | powerpc/mpic: Search for open-pic device-tree node if NULL | Kyle Moffett | 1 | -4/+30 |
2011-12-07 | powerpc/mpic: Save computed phys_addr for board-specific code | Kyle Moffett | 1 | -5/+6 |
2011-12-07 | powerpc/mpic: Assume a device-node was passed in mpic_alloc() | Kyle Moffett | 1 | -29/+21 |
2011-12-07 | powerpc: Consolidate mpic_alloc() OF address translation | Kyle Moffett | 1 | -27/+34 |
2011-11-25 | powerpc/mpic: Remove extra semicolon. | Justin P. Mattock | 1 | -1/+1 |
2011-11-08 | powerpc/irq: Remove IRQF_DISABLED | Yong Zhang | 1 | -2/+0 |