| Commit message (Expand) | Author | Age |
* | Final removal of FASTCALL()/fastcall | Harvey Harrison | 2008-02-13 |
* | IRQ_NOPROBE helper functions | Ralf Baechle | 2008-02-08 |
* | Remove fastcall from linux/include | Harvey Harrison | 2008-02-08 |
* | genirq: add unlocked version of set_irq_handler() | Kevin Hilman | 2007-12-18 |
* | irq.h fix kernel-doc | Randy Dunlap | 2007-07-31 |
* | Improve behaviour of spurious IRQ detect | Alan Cox | 2007-07-16 |
* | Pad irq_desc to internode cacheline size | Ravikiran G Thirumalai | 2007-05-08 |
* | [PATCH] FRV: Missing error defs | David Howells | 2007-03-01 |
* | [PATCH] irq: Remove set_native_irq_info | Eric W. Biederman | 2007-02-26 |
* | [PATCH] Declare init_irq_proc before we use it. | Andrew Morton | 2007-02-19 |
* | [PATCH] IRQ kernel-doc fixes | Randy Dunlap | 2007-02-16 |
* | [PATCH] genirq: remove IRQ_DISABLED | Ingo Molnar | 2007-02-16 |
* | [PATCH] Add a function to handle interrupt affinity setting | Thomas Gleixner | 2007-02-16 |
* | [PATCH] Add irq flag to disable balancing for an interrupt | Thomas Gleixner | 2007-02-16 |
* | msi: Kill the msi_desc array. | Eric W. Biederman | 2007-02-07 |
* | [PATCH] genirq: clean up irq-flow-type naming, fix | Ingo Molnar | 2006-10-20 |
* | [PATCH] genirq: clean up irq-flow-type naming | Ingo Molnar | 2006-10-17 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 |
* | IRQ: Typedef the IRQ flow handler function type | David Howells | 2006-10-05 |
* | [PATCH] msi: simplify msi sanity checks by adding with generic irq code | Eric W. Biederman | 2006-10-04 |
* | [PATCH] genirq: irq: remove msi hacks | Eric W. Biederman | 2006-10-04 |
* | [PATCH] genirq: irq: add a dynamic irq creation API | Eric W. Biederman | 2006-10-04 |
* | [PATCH] genirq: irq: add moved_masked_irq | Eric W. Biederman | 2006-10-04 |
* | [PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bit | Eric W. Biederman | 2006-10-04 |
* | [PATCH] FRV: permit __do_IRQ() to be dispensed with | David Howells | 2006-09-26 |
* | [PATCH] always define IRQ_PER_CPU | Yoichi Yuasa | 2006-07-31 |
* | [PATCH] genirq: {en,dis}able_irq_wake() need refcounting too | David Brownell | 2006-07-31 |
* | [PATCH] genirq: ARM dyntick cleanup | Thomas Gleixner | 2006-07-02 |
* | Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-07-02 |
|\ |
|
| * | [ARM] 3690/1: genirq: Introduce and make use of dummy irq chip | Thomas Gleixner | 2006-07-01 |
* | | [PATCH] irq-flags: consolidate flags for request_irq | Thomas Gleixner | 2006-07-02 |
|/ |
|
* | [PATCH] genirq: add chip->eoi(), fastack -> fasteoi | Ingo Molnar | 2006-06-29 |
* | [PATCH] genirq: add IRQ_TYPE_SENSE_MASK | Benjamin Herrenschmidt | 2006-06-29 |
* | [PATCH] genirq: add irq-chip support | Thomas Gleixner | 2006-06-29 |
* | [PATCH] genirq MSI fixes | Ingo Molnar | 2006-06-29 |
* | [PATCH] genirq: core | Thomas Gleixner | 2006-06-29 |
* | [PATCH] genirq: add IRQ_NOAUTOEN support | Thomas Gleixner | 2006-06-29 |
* | [PATCH] genirq: add IRQ_NOREQUEST support | Thomas Gleixner | 2006-06-29 |
* | [PATCH] genirq: add IRQ_NOPROBE support | Thomas Gleixner | 2006-06-29 |
* | [PATCH] genirq: add genirq sw IRQ-retrigger | Thomas Gleixner | 2006-06-29 |
* | [PATCH] genirq: doc: comment include/linux/irq.h structures | Ingo Molnar | 2006-06-29 |
* | [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend() | Ingo Molnar | 2006-06-29 |
* | [PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPU | Ingo Molnar | 2006-06-29 |
* | [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[] | Ingo Molnar | 2006-06-29 |
* | [PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[] | Ingo Molnar | 2006-06-29 |
* | [PATCH] genirq: cleanup: include/linux/irq.h | Ingo Molnar | 2006-06-29 |
* | [PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete | Ingo Molnar | 2006-06-29 |
* | [PATCH] genirq: cleanup: misc code cleanups | Ingo Molnar | 2006-06-29 |
* | [PATCH] genirq: cleanup: remove fastcall | Ingo Molnar | 2006-06-29 |
* | [PATCH] genirq: cleanup: remove irq_descp() | Ingo Molnar | 2006-06-29 |