aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/kernel/iosapic.c
AgeCommit message (Expand)Author
2014-05-16ia64: Use irq_init_descThomas Gleixner
2013-03-19Fix kexec oops when iosapic was removedHanjun Guo
2013-03-19iosapic: fix a minor typo in commentsHanjun Guo
2013-01-03IA64: drivers: remove __dev* attributes.Greg Kroah-Hartman
2012-03-28Disintegrate asm/system.h for IA64David Howells
2011-03-29ia64: iosapic: Use new irq_move_* functionsThomas Gleixner
2011-03-29ia64: iosapic: Remove redundant mask from ack()Thomas Gleixner
2011-03-29ia64: iosapic: Cleanup irq_desc accessThomas Gleixner
2011-03-29ia64: Convert iosapic to new irq_chip functionsThomas Gleixner
2011-03-29ia64: Remove stale irq_chip.endThomas Gleixner
2010-10-12Merge branches 'release', 'drop_do_IRQ', 'fix_early_irq', 'misc-2.6.37', 'nex...Tony Luck
2010-10-05[IA64] Initialize interrupts later (from init_IRQ())Tony Luck
2010-09-27[IA64] Stop using the deprecated __do_IRQ() code pathTony Luck
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner
2009-08-11arch/ia64/kernel/iosapic: missing test after ioremap()Roel Kluin
2009-06-15[IA64] remove obsolete hw_interrupt_typeThomas Gleixner
2009-06-15[IA64] remove obsolete irq_desc_t typedefThomas Gleixner
2009-06-15[IA64] remove obsolete no_irq_typeThomas Gleixner
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu
2009-03-01Merge branch 'x86/urgent' into x86/patIngo Molnar
2009-02-25[IA64] Don't go beyond iosapic_intr_info's arraysizeRoel Kluin
2009-01-12irq: update all arches for new irq_descMike Travis
2008-12-26cpumask: IA64: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to...Rusty Russell
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell
2008-08-01[IA64] Move include/asm-ia64 to arch/ia64/include/asmTony Luck
2008-07-17Pull pvops into release branchTony Luck
2008-06-24[IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte()Julia Lawall
2008-05-27[IA64] pvops: add hooks, pv_iosapic_ops, to paravirtualize iosapic.Isaku Yamahata
2008-03-06[IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison
2008-03-04[IA64] Fix irq migration in multiple vector domainKenji Kaneshige
2007-12-07[IA64] Fix iosapic interrupt delivery mode for CPEKenji Kaneshige
2007-12-07[IA64] iosapic cleanupSimon Horman
2007-11-09[IA64] Fix IOSAPIC delivery mode settingKenji Kaneshige
2007-08-01[IA64] Fix wrong access to irq_desc[] in iosapic_register_intr().Kenji Kaneshige
2007-07-30[IA64] Fix registered interrupt checkKenji Kaneshige
2007-07-30[IA64] fix a few section mismatch warningsSam Ravnborg
2007-07-19[IA64] Delete iosapic_free_rte()Yasuaki Ishimatsu
2007-07-17[IA64] Support irq migration across domainYasuaki Ishimatsu
2007-07-17[IA64] Add support for vector domainYasuaki Ishimatsu
2007-07-17[IA64] Add mapping table between irq and vectorYasuaki Ishimatsu
2007-07-17[IA64] Check if irq is sharableYasuaki Ishimatsu
2007-07-17[IA64] Fix invalid irq vector assumption for iosapicYasuaki Ishimatsu
2007-07-17[IA64] Use dynamic irq for iosapic interruptsYasuaki Ishimatsu
2007-07-17[IA64] Use per iosapic lock for indirect iosapic register accessYasuaki Ishimatsu
2007-07-17[IA64] Cleanup lock order in iosapic_register_intrYasuaki Ishimatsu
2007-07-17[IA64] Remove duplicated members in iosapic_rte_infoYasuaki Ishimatsu
2007-07-17[IA64] Remove block structure for locking in iosapic.cYasuaki Ishimatsu
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap