aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/xics.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-20powerpc/xics: Rewrite XICS driverBenjamin Herrenschmidt1-949/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-30powerpc/xics: Use hwirq for xics domain irq numberMilton Miller1-28/+29
2011-03-30powerpc/xics: Fix numberspace mismatch from irq_desc conversionMilton Miller1-8/+8
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner1-3/+3
2011-03-29powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner1-1/+1
2011-03-10powerpc: platforms/pseries irq_data conversion.Lennert Buytenhek1-42/+47
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2010-10-13powerpc/pseries/xics: Use cpu_possible_mask rather than cpu_all_maskNishanth Aravamudan1-1/+1
2010-10-12pci: Convert msi to new irq_chip functionsThomas Gleixner1-1/+1
2010-08-24powerpc: Silence xics_migrate_irqs_away() during cpu offlineSigned-off-by: Darren Hart1-2/+4
2010-07-31powerpc: Remove redundant xics badness warningBrian King1-2/+0
2010-05-06powerpc/cpumask: Convert xics driver to new cpumask APIAnton Blanchard1-17/+21
2010-03-09powerpc/pseries: Pass CPPR value to H_XIRR hcallMark Nelson1-3/+4
2010-02-17powerpc: Remove whitespace in irq chip name fieldsAnton Blanchard1-2/+2
2010-02-17powerpc: Reduce footprint of xics_ipi_structAnton Blanchard1-15/+11
2010-02-17Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-2/+12
2010-02-09powerpc: Remove trailing space in messagesFrans Pop1-1/+1
2010-02-08powerpc/pseries: Fix kexec regression caused by CPPR trackingMark Nelson1-2/+12
2010-02-01powerpc/pseries: Fix xics build without CONFIG_SMPBenjamin Herrenschmidt1-5/+1
2010-01-15powerpc/pseries: Fix xics interrupt affinityAnton Blanchard1-6/+6
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-12-09powerpc/pseries: Track previous CPPR values to correctly EOI interruptsMark Nelson1-5/+51
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-2/+2
2009-11-12Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-0/+9
2009-11-05powerpc/pci: Fix regression in powerpc MSI-XAndre Detsch1-0/+9
2009-10-30powerpc: Remove get_irq_desc()Michael Ellerman1-4/+4
2009-07-08powerpc/pseries: Use pr_devel() in xics.cMichael Ellerman1-4/+4
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-5/+7
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/kernel/git/tip/linux-2.6-tipLinus 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 cpulist_scnprintf to take pointers.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