aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/irq_ia64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-11ia64: Remove perfmonChristoph Hellwig1-7/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-03-13ia64: replace setup_irq() by request_irq()afzal mohammed1-28/+15
2019-09-24ia64: Fix some warnings introduced in merge windowTony Luck1-0/+1
2019-08-16ia64: remove support for machvecsChristoph Hellwig1-4/+1
2019-08-16ia64: remove CONFIG_ACPI ifdefsChristoph Hellwig1-2/+0
2019-08-16ia64: remove the hpsim platformChristoph Hellwig1-2/+0
2019-08-16ia64: remove now unused machvec indirectionsChristoph Hellwig1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-03-10ia64: remove deprecated cpus_ usage.Rusty Russell1-2/+2
2015-03-05ia64: fix up obsolete cpu function usage.Rusty Russell1-14/+14
2015-03-05ia64: Use for_each_cpu_and() and cpumask_any_and() instead of temp var.Rusty Russell1-3/+1
2014-08-26ia64: Replace __get_cpu_var usesChristoph Lameter1-2/+2
2014-05-16ia64: Use irq_init_descThomas Gleixner1-4/+3
2014-05-16ia64: Remove unused check_irq_used()Thomas Gleixner1-8/+0
2014-03-04ia64: Remove deprecated IRQF_DISABLEDMichael Opdenacker1-4/+0
2014-03-04ia64: Use the core irq stats functionThomas Gleixner1-6/+4
2012-07-19random: remove rand_initialize_irq()Theodore Ts'o1-1/+0
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-4/+4
2012-03-28arch/ia64: remove references to cpu_*_mapSrivatsa S. Bhat1-4/+4
2012-03-28Disintegrate asm/system.h for IA64David Howells1-1/+0
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-0/+2
2011-03-29ia64: Convert to the new irq_* function namesThomas Gleixner1-2/+2
2011-03-29ia64: Use accessor functions all over the placeThomas Gleixner1-4/+2
2010-12-28[IA64] irq_ia64, use set_irq_chipJiri Slaby1-1/+1
2010-10-12Merge branches 'release', 'drop_do_IRQ', 'fix_early_irq', 'misc-2.6.37', 'next-fixes', 'optimize-unwind', 'remove-compat-h' and 'stack_trace' into releaseTony Luck1-0/+4
2010-10-05[IA64] Initialize interrupts later (from init_IRQ())Tony Luck1-0/+4
2010-09-27[IA64] Stop using the deprecated __do_IRQ() code pathTony Luck1-0/+1
2010-05-18[IA64] use __ratelimitAkinobu Mita1-6/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-12-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-5/+1
2009-12-14[IA64] preallocate IA64_IRQ_MOVE_VECTORKenji Kaneshige1-5/+1
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-06-15[IA64] remove obsolete irq_desc_t typedefThomas Gleixner1-1/+1
2009-06-10KVM: use smp_send_reschedule in kvm_vcpu_kickMarcelo Tosatti1-0/+3
2009-03-28Merge branch 'percpu-cpumask-x86-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+6
2009-03-27[IA64] Fix kstat_this_cpu build breakageJes Sorensen1-10/+15
2009-01-15irq: update all arches for new irq_desc, fixMike Travis1-4/+8
2008-05-27[IA64] pvops: add hooks, pv_irq_ops, to paravirtualized irq related operations.Isaku Yamahata1-5/+13
2008-05-27[IA64] pvops: preparation: remove extern in irq_ia64.cIsaku Yamahata1-1/+0
2008-04-09[IA64] arch/ia64/kernel/: use time_* macrosS.Caglar Onur1-1/+1
2008-03-06[IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-03-06[IA64] remove CONFIG_SMP ifdef in ia64_send_ipi()Bjorn Helgaas1-4/+0
2008-03-04[IA64] Fix irq migration in multiple vector domainKenji Kaneshige1-30/+104
2007-12-19[IA64] Remove compiler warinings about uninitialized variable in irq_ia64.cKenji Kaneshige1-2/+2
2007-08-28[IA64] Fix unexpected interrupt vector handlingKenji Kaneshige1-6/+22
2007-07-30[IA64] Fix possible race in destroy_and_reserve_irq()Kenji Kaneshige1-11/+6
2007-07-26[IA64] Fix wrong return value in parse_vector_domainKenji Kaneshige1-1/+1
2007-07-26[IA64] Add sanity check into __bind_irq_vectorKenji Kaneshige1-0/+3