aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/pseries/xics.c
AgeCommit message (Expand)Author
2011-04-20powerpc/xics: Rewrite XICS driverBenjamin Herrenschmidt
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-30powerpc/xics: Use hwirq for xics domain irq numberMilton Miller
2011-03-30powerpc/xics: Fix numberspace mismatch from irq_desc conversionMilton Miller
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner
2011-03-29powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner
2011-03-10powerpc: platforms/pseries irq_data conversion.Lennert Buytenhek
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2010-10-13powerpc/pseries/xics: Use cpu_possible_mask rather than cpu_all_maskNishanth Aravamudan
2010-10-12pci: Convert msi to new irq_chip functionsThomas Gleixner
2010-08-24powerpc: Silence xics_migrate_irqs_away() during cpu offlineSigned-off-by: Darren Hart
2010-07-31powerpc: Remove redundant xics badness warningBrian King
2010-05-06powerpc/cpumask: Convert xics driver to new cpumask APIAnton Blanchard
2010-03-09powerpc/pseries: Pass CPPR value to H_XIRR hcallMark Nelson
2010-02-17powerpc: Remove whitespace in irq chip name fieldsAnton Blanchard
2010-02-17powerpc: Reduce footprint of xics_ipi_structAnton Blanchard
2010-02-17Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2010-02-09powerpc: Remove trailing space in messagesFrans Pop
2010-02-08powerpc/pseries: Fix kexec regression caused by CPPR trackingMark Nelson
2010-02-01powerpc/pseries: Fix xics build without CONFIG_SMPBenjamin Herrenschmidt
2010-01-15powerpc/pseries: Fix xics interrupt affinityAnton Blanchard
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner
2009-12-09powerpc/pseries: Track previous CPPR values to correctly EOI interruptsMark Nelson
2009-12-09powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze
2009-11-24powerpc: Fixup last users of irq_chip->typenameThomas Gleixner
2009-11-12Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-11-05powerpc/pci: Fix regression in powerpc MSI-XAndre Detsch
2009-10-30powerpc: Remove get_irq_desc()Michael Ellerman
2009-07-08powerpc/pseries: Use pr_devel() in xics.cMichael Ellerman
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu
2009-01-12irq: update all arches for new irq_descMike Travis
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-12-16powerpc/pseries: Check for GIQ indicator before calling set-indicatorNathan Lynch
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell
2008-11-05powerpc/pseries: Fix getting the server number sizeSebastien Dugue
2008-10-13powerpc/xics: Reduce and comment xics IPI use of memory barriersMilton Miller
2008-10-13powerpc/xics: Make printk format strings fit on one lineMilton Miller
2008-10-13powerpc/xics: Mark xics IPI interrupt as per-cpuMilton Miller
2008-10-13powerpc/xics: EOI xics ipi by hand in kexecMilton Miller
2008-10-13powerpc/xics: Factor out cpu joining/unjoining the GIQMilton Miller
2008-10-13powerpc/xics: Initialization code cleanupsMilton Miller
2008-10-13powerpc/xics: Trim #include listMilton Miller
2008-10-13powerpc/xics: Change *_xirr_info_set() prototype to avoid castsMilton Miller
2008-10-13powerpc/xics: Rearrange file to group code by functionMilton Miller
2008-10-13powerpc/xics: Consolidate ipi message encode and decodeMilton Miller
2008-10-13powerpc/xics: Update default_server during migrate_irqs_awayMilton Miller
2008-10-13powerpc/xics: EOI unmapped irqs after disabling themMilton Miller
2008-09-15powerpc: Separate the irq radix tree insertion and lookupSebastien Dugue
2008-06-26powerpc: convert to generic helpers for IPI function callsJens Axboe