summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/xics.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-2/+2
|\
| * cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-3/+3
| * cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-1/+1
* | powerpc/pseries: Check for GIQ indicator before calling set-indicatorNathan Lynch2008-12-161-3/+12
* | powerpc/pseries: Fix getting the server number sizeSebastien Dugue2008-11-051-6/+22
|/
* powerpc/xics: Reduce and comment xics IPI use of memory barriersMilton Miller2008-10-131-4/+1
* powerpc/xics: Make printk format strings fit on one lineMilton Miller2008-10-131-18/+18
* powerpc/xics: Mark xics IPI interrupt as per-cpuMilton Miller2008-10-131-4/+4
* powerpc/xics: EOI xics ipi by hand in kexecMilton Miller2008-10-131-11/+7
* powerpc/xics: Factor out cpu joining/unjoining the GIQMilton Miller2008-10-131-20/+13
* powerpc/xics: Initialization code cleanupsMilton Miller2008-10-131-12/+8
* powerpc/xics: Trim #include listMilton Miller2008-10-131-4/+1
* powerpc/xics: Change *_xirr_info_set() prototype to avoid castsMilton Miller2008-10-131-6/+5
* powerpc/xics: Rearrange file to group code by functionMilton Miller2008-10-131-215/+217
* powerpc/xics: Consolidate ipi message encode and decodeMilton Miller2008-10-131-16/+45
* powerpc/xics: Update default_server during migrate_irqs_awayMilton Miller2008-10-131-4/+5
* powerpc/xics: EOI unmapped irqs after disabling themMilton Miller2008-10-131-12/+41
* powerpc: Separate the irq radix tree insertion and lookupSebastien Dugue2008-09-151-7/+4
* powerpc: convert to generic helpers for IPI function callsJens Axboe2008-06-261-4/+2
* [POWERPC] Add CONFIG_PPC_PSERIES_DEBUG to enable debugging for platforms/pseriesMichael Ellerman2008-04-241-1/+0
* [POWERPC] Simplify xics direct/lpar irq_host setupMichael Ellerman2008-04-181-27/+12
* [POWERPC] Move xics_setup_8259_cascade() into platforms/pseries/setup.cMichael Ellerman2008-04-181-48/+0
* powerpc/pseries/xcis: ansifyAl Viro2008-03-301-1/+1
* [POWERPC] Update default irq servers when boot cpu is removedNathan Fontenot2008-02-071-32/+45
* [POWERPC] Remove redundant of_get_cpu_node routineNathan Fontenot2008-02-071-26/+1
* [POWERPC] Split xics_teardown_cpu()Nathan Fontenot2008-02-071-4/+10
* [POWERPC] Update irq descriptor affinityNathan Fontenot2008-02-071-1/+1
* [POWERPC] Push down or eliminate smp_processor_id calls in xics codeMilton Miller2007-12-201-30/+29
* Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-10-031-1/+1
|\
| * [POWERPC] Fix xics set_affinity codeAnton Blanchard2007-10-021-1/+1
* | [POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman2007-09-141-1/+1
|/
* [POWERPC] Fix interrupt distribution in ppc970Mohan Kumar M2007-06-251-24/+29
* [POWERPC] Fix compile warning in pseries xics codeMichael Neuling2007-06-021-4/+6
* [POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell2007-05-071-2/+2
* [POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell2007-04-131-7/+8
* [POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell2007-04-131-1/+1
* [POWERPC] Avoid calling get_irq_server() with a real, not virtual irq.Michal Ostrowski2007-01-091-3/+2
* [POWERPC] pSeries/kexec: Fix for interrupt distributionMohan Kumar M2006-12-041-19/+49
* [POWERPC] Fix up after irq changesOlaf Hering2006-10-071-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-9/+9
* Merge branch 'merge'Paul Mackerras2006-08-081-3/+3
|\
| * [POWERPC] Fix might-sleep warning on removing cpusHaren Myneni2006-08-081-3/+3
* | [POWERPC] clean up pseries hcall interfacesAnton Blanchard2006-08-011-21/+1
* | Merge branch 'merge'Paul Mackerras2006-08-011-20/+14
|\|
| * [PATCH] powerpc: fix trigger handling in the new irq codeBenjamin Herrenschmidt2006-07-101-20/+14
* | [POWERPC] pseries: Constify & voidify get_property()Jeremy Kerr2006-07-311-11/+11
|/
* [POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt2006-07-031-188/+297
* [POWERPC] Use the genirq frameworkBenjamin Herrenschmidt2006-07-031-206/+237
* [PATCH] irq-flags: POWERPC: Use the new IRQF_ constantsThomas Gleixner2006-07-021-4/+7
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0