aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/mpic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner1-7/+7
2011-03-29powerpc: mpic: Cleanup flow type handlingThomas Gleixner1-17/+12
2011-03-21powerpc: Factoring mpic cpu id fetching into a functionMeador Inge1-17/+14
2011-03-21powerpc: Make MPIC honor the "pic-no-reset" device tree propertyMeador Inge1-11/+55
2011-03-10powerpc: mpic irq_data conversion.Lennert Buytenhek1-65/+72
2011-01-21powerpc/mpic: Fix mask/unmask timeout messageScott Wood1-2/+4
2010-07-09powerpc/mpic: Add ability to reset a core via MPICMatthew McClintock1-0/+18
2010-06-15powerpc: Fix mpic_resume on early G5 macsAlastair Bridgewater1-1/+1
2010-05-06powerpc/cpumask: Convert mpic driver to new cpumask APIBenjamin Herrenschmidt1-33/+39
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-19powerpc: Convert mpic locks to raw_spinlockThomas Gleixner1-19/+19
2010-02-09powerpc: Remove trailing space in messagesFrans Pop1-1/+1
2009-12-18powerpc/mpic: Fix problem that affinity is not updatedYang Li1-13/+6
2009-12-09powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze1-1/+1
2009-11-24powerpc: Fixup last users of irq_chip->typenameThomas Gleixner1-3/+3
2009-10-30powerpc: Remove get_irq_desc()Michael Ellerman1-9/+9
2009-08-20powerpc/mpic: Fix MPIC_BROKEN_REGREAD on non broken MPICsMichael Ellerman1-5/+8
2009-07-08powerpc: Don't use alloc_bootmem() in init_IRQ() pathAnton Vorontsov1-5/+4
2009-06-26powerpc: Fix mpic alloc warningKumar Gala1-3/+2
2009-06-26powerpc/mpic: Fix mapping of "DCR" based MPIC variantsBenjamin Herrenschmidt1-13/+16
2009-06-12Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-1/+3
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar1-7/+9
2009-05-21powerpc/mpic: Cleanup mpic_find() implementationTony Breeds1-12/+11
2009-05-15powerpc/mpic: Fix incorrect allocation of interrupt rev-mapKumar Gala1-7/+9
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-1/+3
2009-04-06powerpc: Add support for CoreInt delivery of interrupts on MPICKumar Gala1-0/+34
2009-01-21Merge branch 'x86/mm' into core/percpuIngo Molnar1-1/+1
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar1-1/+1
2009-01-12irq: update all arches for new irq_descMike Travis1-1/+2
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-2/+2
2008-12-03Merge branch 'merge'Paul Mackerras1-3/+8
2008-12-02powerpc: Use physical cpu id when setting the processor affinityKumar Gala1-1/+1
2008-12-01powerpc/mpic: Don't reset affinity for secondary MPIC on bootArnd Bergmann1-2/+7
2008-11-19powerpc/mpic: Use new smp_request_message_ipiMilton Miller1-28/+4
2008-10-31powerpc/mpic: Fix regression caused by change of default IRQ affinityKumar Gala1-4/+55
2008-07-16Merge commit 'origin/master'Benjamin Herrenschmidt1-1/+1
2008-06-26powerpc: convert to generic helpers for IPI function callsJens Axboe1-1/+1
2008-06-09powerpc: Fix irq_alloc_host() reference counting and callersMichael Ellerman1-4/+2
2008-06-09powerpc/mpic: Fix ambiguous else statementAnton Vorontsov1-1/+2
2008-05-23Merge branch 'merge' into powerpc-nextPaul Mackerras1-17/+3
2008-05-23[POWERPC] mpic: Fix use of uninitialized variableStephen Rothwell1-17/+3
2008-05-23[POWERPC] mpic: Deal with bogus NIRQ in Feature Reporting RegisterKumar Gala1-3/+6
2008-04-07[POWERPC] kexec: MPIC ack interrupts at mpic_teardown_this_cpu()Valentine Barshak1-5/+4
2008-02-26[POWERPC] mpic: Make sparse happyJohannes Berg1-14/+18
2008-01-31Merge branch 'linux-2.6'Paul Mackerras1-1/+1
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2008-01-23[POWERPC] Fixup use of phys_addr_t in mpic codeBecky Bruce1-2/+2
2007-12-28[POWERPC] pasemi: Distribute interrupts evenly across cpusOlof Johansson1-0/+5
2007-12-28[POWERPC] pasemi: Implement NMI supportOlof Johansson1-3/+23