summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/iosapic.c
AgeCommit message (Expand)AuthorLines
2008-03-06[IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison-12/+12
2008-03-04[IA64] Fix irq migration in multiple vector domainKenji Kaneshige-1/+3
2007-12-07[IA64] Fix iosapic interrupt delivery mode for CPEKenji Kaneshige-1/+1
2007-12-07[IA64] iosapic cleanupSimon Horman-16/+3
2007-11-09[IA64] Fix IOSAPIC delivery mode settingKenji Kaneshige-3/+15
2007-08-01[IA64] Fix wrong access to irq_desc[] in iosapic_register_intr().Kenji Kaneshige-2/+3
2007-07-30[IA64] Fix registered interrupt checkKenji Kaneshige-6/+6
2007-07-30[IA64] fix a few section mismatch warningsSam Ravnborg-1/+1
2007-07-19[IA64] Delete iosapic_free_rte()Yasuaki Ishimatsu-8/+0
2007-07-17[IA64] Support irq migration across domainYasuaki Ishimatsu-3/+17
2007-07-17[IA64] Add support for vector domainYasuaki Ishimatsu-5/+8
2007-07-17[IA64] Add mapping table between irq and vectorYasuaki Ishimatsu-26/+35
2007-07-17[IA64] Check if irq is sharableYasuaki Ishimatsu-2/+3
2007-07-17[IA64] Fix invalid irq vector assumption for iosapicYasuaki Ishimatsu-136/+122
2007-07-17[IA64] Use dynamic irq for iosapic interruptsYasuaki Ishimatsu-24/+15
2007-07-17[IA64] Use per iosapic lock for indirect iosapic register accessYasuaki Ishimatsu-28/+29
2007-07-17[IA64] Cleanup lock order in iosapic_register_intrYasuaki Ishimatsu-30/+20
2007-07-17[IA64] Remove duplicated members in iosapic_rte_infoYasuaki Ishimatsu-36/+24
2007-07-17[IA64] Remove block structure for locking in iosapic.cYasuaki Ishimatsu-166/+135
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-05-07[IA64] Fix some section mismatch errorsTony Luck-1/+1
2007-03-07[IA64] fix NULL pointer in ia64/irq_chip-mask/unmask functionKAMEZAWA Hiroyuki-2/+6
2007-02-05[IA64] Clear IRQ affinity when unregisteredAlex Williamson-0/+5
2006-12-07[IA64] IA64 Kexec/kdumpZou Nan hai-0/+21
2006-11-16[IA64] typename -> name conversionIngo Molnar-2/+2
2006-11-16[IA64] irqs: use `name' not `typename'Andrew Morton-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-29[PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar-7/+7
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar-5/+5
2006-05-17[IA64] fix broken irq affinityChen, Kenneth W-2/+2
2006-03-28[IA64] simplify some condition checks in iosapic_check_gsi_rangeSatoru Takeuchi-4/+1
2006-03-28[IA64] correct some messages and fixes some minor thingsSatoru Takeuchi-99/+161
2006-01-19[IA64] Fix UP build with BSP removal support.Ashok Raj-2/+2
2006-01-05[IA64] support for cpu0 removalAshok Raj-0/+6
2005-09-08[IA64] Manual merge fix for 3 filesTony Luck-8/+14
2005-09-07[IA64] Minor cleanups - remove CONFIG_ACPI_DEALLOCATE_IRQKenji Kaneshige-2/+0
2005-08-15[ACPI] fix ia64 build issues resulting from Lindent and mergeMAEDA Naoaki-2/+2
2005-08-05[ACPI] Merge acpi-2.6.12 branch into 2.6.13-rc3Len Brown-9/+15
2005-08-04[ACPI] iosapic_register_intr() now returns error instead of panicKenji Kaneshige-7/+16
2005-07-11[IA64] assign_irq_vector() should not panicKenji Kaneshige-4/+9
2005-06-27[PATCH] ACPI based I/O APIC hot-plug: ia64 supportKenji Kaneshige-21/+113
2005-04-25[IA64] iosapic.c: typo ... s/spin_unlock_irq/spin_unlock/Kenji Kaneshige-1/+1
2005-04-25[IA64] vector sharing (Large I/O system support)Kenji Kaneshige-86/+272
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+827