summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/xics.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-12irq: update all arches for new irq_descMike Travis1-2/+3
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2008-12-16powerpc/pseries: Check for GIQ indicator before calling set-indicatorNathan Lynch1-3/+12
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-3/+3
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell1-1/+1
2008-11-05powerpc/pseries: Fix getting the server number sizeSebastien Dugue1-6/+22
2008-10-13powerpc/xics: Reduce and comment xics IPI use of memory barriersMilton Miller1-4/+1
2008-10-13powerpc/xics: Make printk format strings fit on one lineMilton Miller1-18/+18
2008-10-13powerpc/xics: Mark xics IPI interrupt as per-cpuMilton Miller1-4/+4
2008-10-13powerpc/xics: EOI xics ipi by hand in kexecMilton Miller1-11/+7
2008-10-13powerpc/xics: Factor out cpu joining/unjoining the GIQMilton Miller1-20/+13
2008-10-13powerpc/xics: Initialization code cleanupsMilton Miller1-12/+8
2008-10-13powerpc/xics: Trim #include listMilton Miller1-4/+1
2008-10-13powerpc/xics: Change *_xirr_info_set() prototype to avoid castsMilton Miller1-6/+5
2008-10-13powerpc/xics: Rearrange file to group code by functionMilton Miller1-215/+217
2008-10-13powerpc/xics: Consolidate ipi message encode and decodeMilton Miller1-16/+45
2008-10-13powerpc/xics: Update default_server during migrate_irqs_awayMilton Miller1-4/+5
2008-10-13powerpc/xics: EOI unmapped irqs after disabling themMilton Miller1-12/+41
2008-09-15powerpc: Separate the irq radix tree insertion and lookupSebastien Dugue1-7/+4
2008-06-26powerpc: convert to generic helpers for IPI function callsJens Axboe1-4/+2
2008-04-24[POWERPC] Add CONFIG_PPC_PSERIES_DEBUG to enable debugging for platforms/pseriesMichael Ellerman1-1/+0
2008-04-18[POWERPC] Simplify xics direct/lpar irq_host setupMichael Ellerman1-27/+12
2008-04-18[POWERPC] Move xics_setup_8259_cascade() into platforms/pseries/setup.cMichael Ellerman1-48/+0
2008-03-30powerpc/pseries/xcis: ansifyAl Viro1-1/+1
2008-02-07[POWERPC] Update default irq servers when boot cpu is removedNathan Fontenot1-32/+45
2008-02-07[POWERPC] Remove redundant of_get_cpu_node routineNathan Fontenot1-26/+1
2008-02-07[POWERPC] Split xics_teardown_cpu()Nathan Fontenot1-4/+10
2008-02-07[POWERPC] Update irq descriptor affinityNathan Fontenot1-1/+1
2007-12-20[POWERPC] Push down or eliminate smp_processor_id calls in xics codeMilton Miller1-30/+29
2007-10-03Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras1-1/+1
2007-10-02[POWERPC] Fix xics set_affinity codeAnton Blanchard1-1/+1
2007-09-14[POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman1-1/+1
2007-06-25[POWERPC] Fix interrupt distribution in ppc970Mohan Kumar M1-24/+29
2007-06-02[POWERPC] Fix compile warning in pseries xics codeMichael Neuling1-4/+6
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-2/+2
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-7/+8
2007-04-13[POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell1-1/+1
2007-01-09[POWERPC] Avoid calling get_irq_server() with a real, not virtual irq.Michal Ostrowski1-3/+2
2006-12-04[POWERPC] pSeries/kexec: Fix for interrupt distributionMohan Kumar M1-19/+49
2006-10-07[POWERPC] Fix up after irq changesOlaf Hering1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-9/+9
2006-08-08Merge branch 'merge'Paul Mackerras1-3/+3
2006-08-08[POWERPC] Fix might-sleep warning on removing cpusHaren Myneni1-3/+3
2006-08-01[POWERPC] clean up pseries hcall interfacesAnton Blanchard1-21/+1
2006-08-01Merge branch 'merge'Paul Mackerras1-20/+14
2006-07-31[POWERPC] pseries: Constify & voidify get_property()Jeremy Kerr1-11/+11
2006-07-10[PATCH] powerpc: fix trigger handling in the new irq codeBenjamin Herrenschmidt1-20/+14
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt1-188/+297
2006-07-03[POWERPC] Use the genirq frameworkBenjamin Herrenschmidt1-206/+237
2006-07-02[PATCH] irq-flags: POWERPC: Use the new IRQF_ constantsThomas Gleixner1-4/+7