| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2009-12-16 | 1 | -5/+1 |
|\ |
|
| * | [IA64] preallocate IA64_IRQ_MOVE_VECTOR | Kenji Kaneshige | 2009-12-14 | 1 | -5/+1 |
* | | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner | 2009-12-14 | 1 | -2/+2 |
|/ |
|
* | [IA64] remove obsolete irq_desc_t typedef | Thomas Gleixner | 2009-06-15 | 1 | -1/+1 |
* | KVM: use smp_send_reschedule in kvm_vcpu_kick | Marcelo Tosatti | 2009-06-10 | 1 | -0/+3 |
* | Merge branch 'percpu-cpumask-x86-for-linus-2' of git://git.kernel.org/pub/scm... | Linus Torvalds | 2009-03-28 | 1 | -8/+6 |
|\ |
|
| * | irq: update all arches for new irq_desc, fix | Mike Travis | 2009-01-15 | 1 | -4/+8 |
* | | [IA64] Fix kstat_this_cpu build breakage | Jes Sorensen | 2009-03-27 | 1 | -10/+15 |
|/ |
|
* | [IA64] pvops: add hooks, pv_irq_ops, to paravirtualized irq related operations. | Isaku Yamahata | 2008-05-27 | 1 | -5/+13 |
* | [IA64] pvops: preparation: remove extern in irq_ia64.c | Isaku Yamahata | 2008-05-27 | 1 | -1/+0 |
* | [IA64] arch/ia64/kernel/: use time_* macros | S.Caglar Onur | 2008-04-09 | 1 | -1/+1 |
* | [IA64] remove remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-06 | 1 | -2/+2 |
* | [IA64] remove CONFIG_SMP ifdef in ia64_send_ipi() | Bjorn Helgaas | 2008-03-06 | 1 | -4/+0 |
* | [IA64] Fix irq migration in multiple vector domain | Kenji Kaneshige | 2008-03-04 | 1 | -30/+104 |
* | [IA64] Remove compiler warinings about uninitialized variable in irq_ia64.c | Kenji Kaneshige | 2007-12-19 | 1 | -2/+2 |
* | [IA64] Fix unexpected interrupt vector handling | Kenji Kaneshige | 2007-08-28 | 1 | -6/+22 |
* | [IA64] Fix possible race in destroy_and_reserve_irq() | Kenji Kaneshige | 2007-07-30 | 1 | -11/+6 |
* | [IA64] Fix wrong return value in parse_vector_domain | Kenji Kaneshige | 2007-07-26 | 1 | -1/+1 |
* | [IA64] Add sanity check into __bind_irq_vector | Kenji Kaneshige | 2007-07-26 | 1 | -0/+3 |
* | [IA64] vector-domain - fix vector_table | Kenji Kaneshige | 2007-07-25 | 1 | -11/+10 |
* | [IA64] vector-domain - handle assign_irq_vector(AUTO_ASSIGN) | Yasuaki Ishimatsu | 2007-07-25 | 1 | -3/+2 |
* | [IA64] Enable percpu vector domain for IA64_DIG | Yasuaki Ishimatsu | 2007-07-17 | 1 | -1/+1 |
* | [IA64] Enable percpu vector domain for IA64_GENERIC | Yasuaki Ishimatsu | 2007-07-17 | 1 | -0/+26 |
* | [IA64] Support irq migration across domain | Yasuaki Ishimatsu | 2007-07-17 | 1 | -3/+39 |
* | [IA64] Add support for vector domain | Yasuaki Ishimatsu | 2007-07-17 | 1 | -33/+87 |
* | [IA64] Add mapping table between irq and vector | Yasuaki Ishimatsu | 2007-07-17 | 1 | -35/+166 |
* | [IA64] sa_interrupt is deprecated | akpm@linux-foundation.org | 2007-05-09 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 | Linus Torvalds | 2007-05-09 | 1 | -5/+22 |
|\ |
|
| * | [IA64] Optional method to purge the TLB on SN systems | Jack Steiner | 2007-05-08 | 1 | -5/+22 |
* | | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
|/ |
|
* | [PATCH] Scheduled removal of SA_xxx interrupt flags fixups | Thomas Gleixner | 2007-02-14 | 1 | -1/+1 |
* | [IA64] use generic_handle_irq() | Ingo Molnar | 2006-11-16 | 1 | -2/+2 |
* | [IA64] Count resched interrupts | Jack Steiner | 2006-10-17 | 1 | -2/+18 |
* | [IA64] Fix breakage from irq change | Tony Luck | 2006-10-06 | 1 | -2/+5 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+3 |
* | [PATCH] genirq: ia64 irq: Dynamic irq support | Eric W. Biederman | 2006-10-04 | 1 | -0/+20 |
* | fix file specification in comments | Uwe Zeisberger | 2006-10-03 | 1 | -1/+1 |
* | [PATCH] irq-flags: IA64: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] genirq: cleanup: remove irq_descp() | Ingo Molnar | 2006-06-29 | 1 | -1/+1 |
* | [PATCH] genirq: rename desc->handler to desc->chip | Ingo Molnar | 2006-06-29 | 1 | -1/+1 |
* | [PATCH] PCI: per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitions | Mark Maule | 2006-06-21 | 1 | -1/+18 |
* | [IA64] assign_irq_vector() should not panic | Kenji Kaneshige | 2005-07-11 | 1 | -13/+2 |
* | [IA64] vector sharing (Large I/O system support) | Kenji Kaneshige | 2005-04-25 | 1 | -3/+13 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+278 |