summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/irq_ia64.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ia64: remove deprecated cpus_ usage.Rusty Russell2015-03-101-2/+2
* ia64: fix up obsolete cpu function usage.Rusty Russell2015-03-051-14/+14
* ia64: Use for_each_cpu_and() and cpumask_any_and() instead of temp var.Rusty Russell2015-03-051-3/+1
* ia64: Replace __get_cpu_var usesChristoph Lameter2014-08-261-2/+2
* ia64: Use irq_init_descThomas Gleixner2014-05-161-4/+3
* ia64: Remove unused check_irq_used()Thomas Gleixner2014-05-161-8/+0
* ia64: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-041-4/+0
* ia64: Use the core irq stats functionThomas Gleixner2014-03-041-6/+4
* random: remove rand_initialize_irq()Theodore Ts'o2012-07-191-1/+0
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-281-4/+4
|\
| * arch/ia64: remove references to cpu_*_mapSrivatsa S. Bhat2012-03-281-4/+4
* | Disintegrate asm/system.h for IA64David Howells2012-03-281-1/+0
|/
* sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-0/+2
* ia64: Convert to the new irq_* function namesThomas Gleixner2011-03-291-2/+2
* ia64: Use accessor functions all over the placeThomas Gleixner2011-03-291-4/+2
* [IA64] irq_ia64, use set_irq_chipJiri Slaby2010-12-281-1/+1
*-. Merge branches 'release', 'drop_do_IRQ', 'fix_early_irq', 'misc-2.6.37', 'nex...Tony Luck2010-10-121-0/+4
|\ \
| * | [IA64] Initialize interrupts later (from init_IRQ())Tony Luck2010-10-051-0/+4
| |/
* / [IA64] Stop using the deprecated __do_IRQ() code pathTony Luck2010-09-271-0/+1
|/
* [IA64] use __ratelimitAkinobu Mita2010-05-181-6/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-12-161-5/+1
|\
| * [IA64] preallocate IA64_IRQ_MOVE_VECTORKenji Kaneshige2009-12-141-5/+1
* | genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
|/
* [IA64] remove obsolete irq_desc_t typedefThomas Gleixner2009-06-151-1/+1
* KVM: use smp_send_reschedule in kvm_vcpu_kickMarcelo Tosatti2009-06-101-0/+3
* Merge branch 'percpu-cpumask-x86-for-linus-2' of git://git.kernel.org/pub/scm...Linus Torvalds2009-03-281-8/+6
|\
| * irq: update all arches for new irq_desc, fixMike Travis2009-01-151-4/+8
* | [IA64] Fix kstat_this_cpu build breakageJes Sorensen2009-03-271-10/+15
|/
* [IA64] pvops: add hooks, pv_irq_ops, to paravirtualized irq related operations.Isaku Yamahata2008-05-271-5/+13
* [IA64] pvops: preparation: remove extern in irq_ia64.cIsaku Yamahata2008-05-271-1/+0
* [IA64] arch/ia64/kernel/: use time_* macrosS.Caglar Onur2008-04-091-1/+1
* [IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-2/+2
* [IA64] remove CONFIG_SMP ifdef in ia64_send_ipi()Bjorn Helgaas2008-03-061-4/+0
* [IA64] Fix irq migration in multiple vector domainKenji Kaneshige2008-03-041-30/+104
* [IA64] Remove compiler warinings about uninitialized variable in irq_ia64.cKenji Kaneshige2007-12-191-2/+2
* [IA64] Fix unexpected interrupt vector handlingKenji Kaneshige2007-08-281-6/+22
* [IA64] Fix possible race in destroy_and_reserve_irq()Kenji Kaneshige2007-07-301-11/+6
* [IA64] Fix wrong return value in parse_vector_domainKenji Kaneshige2007-07-261-1/+1
* [IA64] Add sanity check into __bind_irq_vectorKenji Kaneshige2007-07-261-0/+3
* [IA64] vector-domain - fix vector_tableKenji Kaneshige2007-07-251-11/+10
* [IA64] vector-domain - handle assign_irq_vector(AUTO_ASSIGN)Yasuaki Ishimatsu2007-07-251-3/+2
* [IA64] Enable percpu vector domain for IA64_DIGYasuaki Ishimatsu2007-07-171-1/+1
* [IA64] Enable percpu vector domain for IA64_GENERICYasuaki Ishimatsu2007-07-171-0/+26
* [IA64] Support irq migration across domainYasuaki Ishimatsu2007-07-171-3/+39
* [IA64] Add support for vector domainYasuaki Ishimatsu2007-07-171-33/+87
* [IA64] Add mapping table between irq and vectorYasuaki Ishimatsu2007-07-171-35/+166
* [IA64] sa_interrupt is deprecatedakpm@linux-foundation.org2007-05-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds2007-05-091-5/+22
|\