aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/kernel/irq_ia64.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Gravatar Peter Zijlstra 1-0/+2
2011-03-29ia64: Convert to the new irq_* function namesGravatar Thomas Gleixner 1-2/+2
2011-03-29ia64: Use accessor functions all over the placeGravatar Thomas Gleixner 1-4/+2
2010-12-28[IA64] irq_ia64, use set_irq_chipGravatar Jiri Slaby 1-1/+1
2010-10-12Merge branches 'release', 'drop_do_IRQ', 'fix_early_irq', 'misc-2.6.37', 'nex...Gravatar Tony Luck 1-0/+4
2010-10-05[IA64] Initialize interrupts later (from init_IRQ())Gravatar Tony Luck 1-0/+4
2010-09-27[IA64] Stop using the deprecated __do_IRQ() code pathGravatar Tony Luck 1-0/+1
2010-05-18[IA64] use __ratelimitGravatar Akinobu Mita 1-6/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-12-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Gravatar Linus Torvalds 1-5/+1
2009-12-14[IA64] preallocate IA64_IRQ_MOVE_VECTORGravatar Kenji Kaneshige 1-5/+1
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockGravatar Thomas Gleixner 1-2/+2
2009-06-15[IA64] remove obsolete irq_desc_t typedefGravatar Thomas Gleixner 1-1/+1
2009-06-10KVM: use smp_send_reschedule in kvm_vcpu_kickGravatar Marcelo Tosatti 1-0/+3
2009-03-28Merge branch 'percpu-cpumask-x86-for-linus-2' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 1-8/+6
2009-03-27[IA64] Fix kstat_this_cpu build breakageGravatar Jes Sorensen 1-10/+15
2009-01-15irq: update all arches for new irq_desc, fixGravatar Mike Travis 1-4/+8
2008-05-27[IA64] pvops: add hooks, pv_irq_ops, to paravirtualized irq related operations.Gravatar Isaku Yamahata 1-5/+13
2008-05-27[IA64] pvops: preparation: remove extern in irq_ia64.cGravatar Isaku Yamahata 1-1/+0
2008-04-09[IA64] arch/ia64/kernel/: use time_* macrosGravatar S.Caglar Onur 1-1/+1
2008-03-06[IA64] remove remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-2/+2
2008-03-06[IA64] remove CONFIG_SMP ifdef in ia64_send_ipi()Gravatar Bjorn Helgaas 1-4/+0
2008-03-04[IA64] Fix irq migration in multiple vector domainGravatar Kenji Kaneshige 1-30/+104
2007-12-19[IA64] Remove compiler warinings about uninitialized variable in irq_ia64.cGravatar Kenji Kaneshige 1-2/+2
2007-08-28[IA64] Fix unexpected interrupt vector handlingGravatar Kenji Kaneshige 1-6/+22
2007-07-30[IA64] Fix possible race in destroy_and_reserve_irq()Gravatar Kenji Kaneshige 1-11/+6
2007-07-26[IA64] Fix wrong return value in parse_vector_domainGravatar Kenji Kaneshige 1-1/+1
2007-07-26[IA64] Add sanity check into __bind_irq_vectorGravatar Kenji Kaneshige 1-0/+3
2007-07-25[IA64] vector-domain - fix vector_tableGravatar Kenji Kaneshige 1-11/+10
2007-07-25[IA64] vector-domain - handle assign_irq_vector(AUTO_ASSIGN)Gravatar Yasuaki Ishimatsu 1-3/+2
2007-07-17[IA64] Enable percpu vector domain for IA64_DIGGravatar Yasuaki Ishimatsu 1-1/+1
2007-07-17[IA64] Enable percpu vector domain for IA64_GENERICGravatar Yasuaki Ishimatsu 1-0/+26
2007-07-17[IA64] Support irq migration across domainGravatar Yasuaki Ishimatsu 1-3/+39
2007-07-17[IA64] Add support for vector domainGravatar Yasuaki Ishimatsu 1-33/+87
2007-07-17[IA64] Add mapping table between irq and vectorGravatar Yasuaki Ishimatsu 1-35/+166
2007-05-09[IA64] sa_interrupt is deprecatedGravatar akpm@linux-foundation.org 1-1/+1
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Gravatar Linus Torvalds 1-5/+22
2007-05-08[IA64] Optional method to purge the TLB on SN systemsGravatar Jack Steiner 1-5/+22
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsGravatar Thomas Gleixner 1-1/+1
2006-11-16[IA64] use generic_handle_irq()Gravatar Ingo Molnar 1-2/+2
2006-10-17[IA64] Count resched interruptsGravatar Jack Steiner 1-2/+18
2006-10-06[IA64] Fix breakage from irq changeGravatar Tony Luck 1-2/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+3
2006-10-04[PATCH] genirq: ia64 irq: Dynamic irq supportGravatar Eric W. Biederman 1-0/+20
2006-10-03fix file specification in commentsGravatar Uwe Zeisberger 1-1/+1
2006-07-02[PATCH] irq-flags: IA64: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-29[PATCH] genirq: cleanup: remove irq_descp()Gravatar Ingo Molnar 1-1/+1
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipGravatar Ingo Molnar 1-1/+1