summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/iosapic.c
Commit message (Expand)AuthorAgeFilesLines
* ia64: rename nop->iosapic_nopMichael S. Tsirkin2016-01-121-3/+3
* ia64/iosapic: Use irq_set_chip_handler_name_locked()Thomas Gleixner2015-07-271-3/+3
* ia64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-271-1/+1
* ia64: fix up obsolete cpu function usage.Rusty Russell2015-03-051-1/+1
* ia64: Use irq_init_descThomas Gleixner2014-05-161-1/+1
* Fix kexec oops when iosapic was removedHanjun Guo2013-03-191-1/+31
* iosapic: fix a minor typo in commentsHanjun Guo2013-03-191-1/+1
* IA64: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-13/+6
* Disintegrate asm/system.h for IA64David Howells2012-03-281-1/+0
* ia64: iosapic: Use new irq_move_* functionsThomas Gleixner2011-03-291-6/+4
* ia64: iosapic: Remove redundant mask from ack()Thomas Gleixner2011-03-291-9/+0
* ia64: iosapic: Cleanup irq_desc accessThomas Gleixner2011-03-291-17/+15
* ia64: Convert iosapic to new irq_chip functionsThomas Gleixner2011-03-291-32/+38
* ia64: Remove stale irq_chip.endThomas Gleixner2011-03-291-2/+0
*-. Merge branches 'release', 'drop_do_IRQ', 'fix_early_irq', 'misc-2.6.37', 'nex...Tony Luck2010-10-121-47/+1
|\ \
| * | [IA64] Initialize interrupts later (from init_IRQ())Tony Luck2010-10-051-47/+1
| |/
* / [IA64] Stop using the deprecated __do_IRQ() code pathTony Luck2010-09-271-4/+8
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-3/+3
* arch/ia64/kernel/iosapic: missing test after ioremap()Roel Kluin2009-08-111-0/+4
* [IA64] remove obsolete hw_interrupt_typeThomas Gleixner2009-06-151-1/+1
* [IA64] remove obsolete irq_desc_t typedefThomas Gleixner2009-06-151-3/+3
* [IA64] remove obsolete no_irq_typeThomas Gleixner2009-06-151-1/+1
* irq: change ->set_affinity() to return statusYinghai Lu2009-04-281-4/+6
* Merge branch 'x86/urgent' into x86/patIngo Molnar2009-03-011-1/+1
|\
| * [IA64] Don't go beyond iosapic_intr_info's arraysizeRoel Kluin2009-02-251-1/+1
* | irq: update all arches for new irq_descMike Travis2009-01-121-1/+1
|/
* cpumask: IA64: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to...Rusty Russell2008-12-261-12/+11
* cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-6/+6
* [IA64] Move include/asm-ia64 to arch/ia64/include/asmTony Luck2008-08-011-1/+1
* Pull pvops into release branchTony Luck2008-07-171-16/+29
|\
| * [IA64] pvops: add hooks, pv_iosapic_ops, to paravirtualize iosapic.Isaku Yamahata2008-05-271-16/+29
* | [IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte()Julia Lawall2008-06-241-2/+0
|/
* [IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-12/+12
* [IA64] Fix irq migration in multiple vector domainKenji Kaneshige2008-03-041-1/+3
* [IA64] Fix iosapic interrupt delivery mode for CPEKenji Kaneshige2007-12-071-1/+1
* [IA64] iosapic cleanupSimon Horman2007-12-071-16/+3
* [IA64] Fix IOSAPIC delivery mode settingKenji Kaneshige2007-11-091-3/+15
* [IA64] Fix wrong access to irq_desc[] in iosapic_register_intr().Kenji Kaneshige2007-08-011-2/+3
* [IA64] Fix registered interrupt checkKenji Kaneshige2007-07-301-6/+6
* [IA64] fix a few section mismatch warningsSam Ravnborg2007-07-301-1/+1
* [IA64] Delete iosapic_free_rte()Yasuaki Ishimatsu2007-07-191-8/+0
* [IA64] Support irq migration across domainYasuaki Ishimatsu2007-07-171-3/+17
* [IA64] Add support for vector domainYasuaki Ishimatsu2007-07-171-5/+8
* [IA64] Add mapping table between irq and vectorYasuaki Ishimatsu2007-07-171-26/+35
* [IA64] Check if irq is sharableYasuaki Ishimatsu2007-07-171-2/+3
* [IA64] Fix invalid irq vector assumption for iosapicYasuaki Ishimatsu2007-07-171-136/+122
* [IA64] Use dynamic irq for iosapic interruptsYasuaki Ishimatsu2007-07-171-24/+15
* [IA64] Use per iosapic lock for indirect iosapic register accessYasuaki Ishimatsu2007-07-171-28/+29
* [IA64] Cleanup lock order in iosapic_register_intrYasuaki Ishimatsu2007-07-171-30/+20