Age | Commit message (Expand) | Author | Files | Lines |
2007-05-08 | Pad irq_desc to internode cacheline size | Ravikiran G Thirumalai | 1 | -3/+1 |
2007-03-02 | [PATCH] FRV: Missing error defs | David Howells | 1 | -0/+1 |
2007-02-26 | [PATCH] irq: Remove set_native_irq_info | Eric W. Biederman | 1 | -11/+0 |
2007-02-20 | [PATCH] Declare init_irq_proc before we use it. | Andrew Morton | 1 | -3/+0 |
2007-02-16 | [PATCH] IRQ kernel-doc fixes | Randy Dunlap | 1 | -0/+1 |
2007-02-16 | [PATCH] genirq: remove IRQ_DISABLED | Ingo Molnar | 1 | -4/+3 |
2007-02-16 | [PATCH] Add a function to handle interrupt affinity setting | Thomas Gleixner | 1 | -0/+10 |
2007-02-16 | [PATCH] Add irq flag to disable balancing for an interrupt | Thomas Gleixner | 1 | -17/+25 |
2007-02-08 | msi: Kill the msi_desc array. | Eric W. Biederman | 1 | -0/+4 |
2006-10-20 | [PATCH] genirq: clean up irq-flow-type naming, fix | Ingo Molnar | 1 | -0/+3 |
2006-10-17 | [PATCH] genirq: clean up irq-flow-type naming | Ingo Molnar | 1 | -12/+10 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -25/+15 |
2006-10-05 | IRQ: Typedef the IRQ flow handler function type | David Howells | 1 | -18/+12 |
2006-10-04 | [PATCH] msi: simplify msi sanity checks by adding with generic irq code | Eric W. Biederman | 1 | -0/+7 |
2006-10-04 | [PATCH] genirq: irq: remove msi hacks | Eric W. Biederman | 1 | -36/+0 |
2006-10-04 | [PATCH] genirq: irq: add a dynamic irq creation API | Eric W. Biederman | 1 | -1/+8 |
2006-10-04 | [PATCH] genirq: irq: add moved_masked_irq | Eric W. Biederman | 1 | -0/+6 |
2006-10-04 | [PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bit | Eric W. Biederman | 1 | -2/+1 |
2006-09-26 | [PATCH] FRV: permit __do_IRQ() to be dispensed with | David Howells | 1 | -0/+6 |
2006-08-01 | [PATCH] always define IRQ_PER_CPU | Yoichi Yuasa | 1 | -1/+1 |
2006-08-01 | [PATCH] genirq: {en,dis}able_irq_wake() need refcounting too | David Brownell | 1 | -0/+3 |
2006-07-03 | [PATCH] genirq: ARM dyntick cleanup | Thomas Gleixner | 1 | -0/+4 |
2006-07-03 | Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -1/+2 |
2006-07-03 | [PATCH] irq-flags: consolidate flags for request_irq | Thomas Gleixner | 1 | -28/+27 |
2006-07-02 | [ARM] 3690/1: genirq: Introduce and make use of dummy irq chip | Thomas Gleixner | 1 | -1/+2 |
2006-06-29 | [PATCH] genirq: add chip->eoi(), fastack -> fasteoi | Ingo Molnar | 1 | -2/+4 |
2006-06-29 | [PATCH] genirq: add IRQ_TYPE_SENSE_MASK | Benjamin Herrenschmidt | 1 | -0/+1 |
2006-06-29 | [PATCH] genirq: add irq-chip support | Thomas Gleixner | 1 | -0/+11 |
2006-06-29 | [PATCH] genirq MSI fixes | Ingo Molnar | 1 | -11/+16 |
2006-06-29 | [PATCH] genirq: core | Thomas Gleixner | 1 | -19/+141 |
2006-06-29 | [PATCH] genirq: add IRQ_NOAUTOEN support | Thomas Gleixner | 1 | -0/+1 |
2006-06-29 | [PATCH] genirq: add IRQ_NOREQUEST support | Thomas Gleixner | 1 | -0/+1 |
2006-06-29 | [PATCH] genirq: add IRQ_NOPROBE support | Thomas Gleixner | 1 | -0/+1 |
2006-06-29 | [PATCH] genirq: add genirq sw IRQ-retrigger | Thomas Gleixner | 1 | -0/+3 |
2006-06-29 | [PATCH] genirq: doc: comment include/linux/irq.h structures | Ingo Molnar | 1 | -7/+37 |
2006-06-29 | [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend() | Ingo Molnar | 1 | -0/+2 |
2006-06-29 | [PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPU | Ingo Molnar | 1 | -1/+1 |
2006-06-29 | [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[] | Ingo Molnar | 1 | -1/+1 |
2006-06-29 | [PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[] | Ingo Molnar | 1 | -0/+5 |
2006-06-29 | [PATCH] genirq: cleanup: include/linux/irq.h | Ingo Molnar | 1 | -28/+28 |
2006-06-29 | [PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete | Ingo Molnar | 1 | -5/+13 |
2006-06-29 | [PATCH] genirq: cleanup: misc code cleanups | Ingo Molnar | 1 | -22/+32 |
2006-06-29 | [PATCH] genirq: cleanup: remove fastcall | Ingo Molnar | 1 | -3/+7 |
2006-06-29 | [PATCH] genirq: cleanup: remove irq_descp() | Ingo Molnar | 1 | -7/+0 |
2006-06-29 | [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] | Ingo Molnar | 1 | -3/+4 |
2006-06-29 | [PATCH] genirq: rename desc->handler to desc->chip | Ingo Molnar | 1 | -2/+2 |
2006-06-23 | [PATCH] adjust handle_IRR_event() return type | Jan Beulich | 1 | -1/+2 |
2006-06-23 | [PATCH] x86: kernel irq balance doesn't work | Zhang Yanmin | 1 | -0/+8 |
2006-04-26 | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 1 | -1/+0 |
2006-03-25 | [PATCH] irq: uninline migration functions | Andrew Morton | 1 | -47/+2 |