aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/iosapic.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-1137/+0
2022-07-07genirq: Add and use an irq_data_update_affinity helperSamuel Holland1-1/+1
2020-08-06locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...Peter Zijlstra1-0/+1
2019-08-16ia64: remove support for machvecsChristoph Hellwig1-1/+0
2019-08-16ia64: remove CONFIG_ACPI ifdefsChristoph Hellwig1-2/+0
2019-08-16ia64: remove now unused machvec indirectionsChristoph Hellwig1-4/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-01-12ia64: rename nop->iosapic_nopMichael S. Tsirkin1-3/+3
2015-07-27ia64/iosapic: Use irq_set_chip_handler_name_locked()Thomas Gleixner1-3/+3
2015-07-27ia64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-1/+1
2015-03-05ia64: fix up obsolete cpu function usage.Rusty Russell1-1/+1
2014-05-16ia64: Use irq_init_descThomas Gleixner1-1/+1
2013-03-19Fix kexec oops when iosapic was removedHanjun Guo1-1/+31
2013-03-19iosapic: fix a minor typo in commentsHanjun Guo1-1/+1
2013-01-03IA64: drivers: remove __dev* attributes.Greg Kroah-Hartman1-13/+6
2012-03-28Disintegrate asm/system.h for IA64David Howells1-1/+0
2011-03-29ia64: iosapic: Use new irq_move_* functionsThomas Gleixner1-6/+4
2011-03-29ia64: iosapic: Remove redundant mask from ack()Thomas Gleixner1-9/+0
2011-03-29ia64: iosapic: Cleanup irq_desc accessThomas Gleixner1-17/+15
2011-03-29ia64: Convert iosapic to new irq_chip functionsThomas Gleixner1-32/+38
2011-03-29ia64: Remove stale irq_chip.endThomas Gleixner1-2/+0
2010-10-12Merge branches 'release', 'drop_do_IRQ', 'fix_early_irq', 'misc-2.6.37', 'nex...Tony Luck1-47/+1
2010-10-05[IA64] Initialize interrupts later (from init_IRQ())Tony Luck1-47/+1
2010-09-27[IA64] Stop using the deprecated __do_IRQ() code pathTony Luck1-4/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-3/+3
2009-08-11arch/ia64/kernel/iosapic: missing test after ioremap()Roel Kluin1-0/+4
2009-06-15[IA64] remove obsolete hw_interrupt_typeThomas Gleixner1-1/+1
2009-06-15[IA64] remove obsolete irq_desc_t typedefThomas Gleixner1-3/+3
2009-06-15[IA64] remove obsolete no_irq_typeThomas Gleixner1-1/+1
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-4/+6
2009-03-01Merge branch 'x86/urgent' into x86/patIngo Molnar1-1/+1
2009-02-25[IA64] Don't go beyond iosapic_intr_info's arraysizeRoel Kluin1-1/+1
2009-01-12irq: update all arches for new irq_descMike Travis1-1/+1
2008-12-26cpumask: IA64: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to...Rusty Russell1-12/+11
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-6/+6
2008-08-01[IA64] Move include/asm-ia64 to arch/ia64/include/asmTony Luck1-1/+1
2008-07-17Pull pvops into release branchTony Luck1-16/+29
2008-06-24[IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte()Julia Lawall1-2/+0
2008-05-27[IA64] pvops: add hooks, pv_iosapic_ops, to paravirtualize iosapic.Isaku Yamahata1-16/+29
2008-03-06[IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison1-12/+12
2008-03-04[IA64] Fix irq migration in multiple vector domainKenji Kaneshige1-1/+3
2007-12-07[IA64] Fix iosapic interrupt delivery mode for CPEKenji Kaneshige1-1/+1
2007-12-07[IA64] iosapic cleanupSimon Horman1-16/+3
2007-11-09[IA64] Fix IOSAPIC delivery mode settingKenji Kaneshige1-3/+15
2007-08-01[IA64] Fix wrong access to irq_desc[] in iosapic_register_intr().Kenji Kaneshige1-2/+3
2007-07-30[IA64] Fix registered interrupt checkKenji Kaneshige1-6/+6
2007-07-30[IA64] fix a few section mismatch warningsSam Ravnborg1-1/+1
2007-07-19[IA64] Delete iosapic_free_rte()Yasuaki Ishimatsu1-8/+0
2007-07-17[IA64] Support irq migration across domainYasuaki Ishimatsu1-3/+17
2007-07-17[IA64] Add support for vector domainYasuaki Ishimatsu1-5/+8
2007-07-17[IA64] Add mapping table between irq and vectorYasuaki Ishimatsu1-26/+35
2007-07-17[IA64] Check if irq is sharableYasuaki Ishimatsu1-2/+3
2007-07-17[IA64] Fix invalid irq vector assumption for iosapicYasuaki Ishimatsu1-136/+122
2007-07-17[IA64] Use dynamic irq for iosapic interruptsYasuaki Ishimatsu1-24/+15
2007-07-17[IA64] Use per iosapic lock for indirect iosapic register accessYasuaki Ishimatsu1-28/+29
2007-07-17[IA64] Cleanup lock order in iosapic_register_intrYasuaki Ishimatsu1-30/+20
2007-07-17[IA64] Remove duplicated members in iosapic_rte_infoYasuaki Ishimatsu1-36/+24
2007-07-17[IA64] Remove block structure for locking in iosapic.cYasuaki Ishimatsu1-166/+135
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07[IA64] Fix some section mismatch errorsTony Luck1-1/+1
2007-03-07[IA64] fix NULL pointer in ia64/irq_chip-mask/unmask functionKAMEZAWA Hiroyuki1-2/+6
2007-02-05[IA64] Clear IRQ affinity when unregisteredAlex Williamson1-0/+5
2006-12-07[IA64] IA64 Kexec/kdumpZou Nan hai1-0/+21
2006-11-16[IA64] typename -> name conversionIngo Molnar1-2/+2
2006-11-16[IA64] irqs: use `name' not `typename'Andrew Morton1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar1-7/+7
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-5/+5
2006-05-17[IA64] fix broken irq affinityChen, Kenneth W1-2/+2
2006-03-28[IA64] simplify some condition checks in iosapic_check_gsi_rangeSatoru Takeuchi1-4/+1
2006-03-28[IA64] correct some messages and fixes some minor thingsSatoru Takeuchi1-99/+161
2006-01-19[IA64] Fix UP build with BSP removal support.Ashok Raj1-2/+2
2006-01-05[IA64] support for cpu0 removalAshok Raj1-0/+6
2005-09-08[IA64] Manual merge fix for 3 filesTony Luck1-8/+14
2005-09-07[IA64] Minor cleanups - remove CONFIG_ACPI_DEALLOCATE_IRQKenji Kaneshige1-2/+0
2005-08-15[ACPI] fix ia64 build issues resulting from Lindent and mergeMAEDA Naoaki1-2/+2
2005-08-05[ACPI] Merge acpi-2.6.12 branch into 2.6.13-rc3Len Brown1-9/+15
2005-08-04[ACPI] iosapic_register_intr() now returns error instead of panicKenji Kaneshige1-7/+16
2005-07-11[IA64] assign_irq_vector() should not panicKenji Kaneshige1-4/+9
2005-06-27[PATCH] ACPI based I/O APIC hot-plug: ia64 supportKenji Kaneshige1-21/+113
2005-04-25[IA64] iosapic.c: typo ... s/spin_unlock_irq/spin_unlock/Kenji Kaneshige1-1/+1
2005-04-25[IA64] vector sharing (Large I/O system support)Kenji Kaneshige1-86/+272
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+827