Age | Commit message (Expand) | Author |
2008-08-12 | genirq: switch /proc/irq/*/smp_affinity et al to seqfiles | Alexey Dobriyan |
2008-08-05 | genirq: better warning on irqchip->set_type() failure | David Brownell |
2008-07-26 | use WARN() in kernel/irq/chip.c | Arjan van de Ven |
2008-07-26 | Use WARN() in kernel/irq/manage.c | Arjan van de Ven |
2008-07-25 | kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN() | Arjan van de Ven |
2008-07-24 | generic irqs: handle failure of irqchip->set_type in setup_irq | Uwe Kleine-König |
2008-07-23 | set_irq_wake: fix return code and wake status tracking | Uwe Kleine-König |
2008-07-10 | genirq: remove extraneous checks in manage.c | Thomas Gleixner |
2008-06-05 | genirq: Expose default irq affinity mask (take 3) | Max Krasnyansky |
2008-05-02 | genirq: reenable a nobody cared disabled irq when a new driver arrives | Thomas Gleixner |
2008-04-29 | kernel: explicitly include required header files under kernel/ | Robert P. J. Day |
2008-04-19 | cpumask: Cleanup more uses of CPU_MASK and NODE_MASK | Mike Travis |
2008-02-19 | genirq: do not leave interupts enabled on free_irq | Thomas Gleixner |
2008-02-19 | genirq: spurious.c: use time_* macros | S.Caglar Onur |
2008-02-08 | IRQ_NOPROBE helper functions | Ralf Baechle |
2008-02-08 | kernel: remove fastcall in kernel/* | Harvey Harrison |
2008-01-30 | genirq: stackdump after the "Trying to free already-free IRQ" message | Ingo Molnar |
2008-01-30 | x86: add /proc/irq/*/spurious to dump the spurious irq debugging state | Andi Kleen |
2008-01-30 | genirq: turn irq debugging options into module params | Andi Kleen |
2007-12-18 | genirq: revert lazy irq disable for simple irqs | Steven Rostedt |
2007-11-14 | __do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU is set | Russ Anderson |
2007-10-23 | Fix synchronize_irq races with IRQ handler | Herbert Xu |
2007-10-17 | Compile handle_percpu_irq even for uniprocessor kernels | Ralf Baechle |
2007-10-17 | Fix CONFIG_DEBUG_SHIRQ trigger on free_irq() | David Woodhouse |
2007-08-31 | request_irq: fix DEBUG_SHIRQ handling | Jarek Poplawski |
2007-08-22 | free_irq(): fix DEBUG_SHIRQ handling | Andrew Morton |
2007-08-12 | genirq: suppress resend of level interrupts | Thomas Gleixner |
2007-08-12 | genirq: cleanup mismerge artifact | Thomas Gleixner |
2007-08-09 | Revert "genirq: temporary fix for level-triggered IRQ resend" | Linus Torvalds |
2007-08-01 | genirq: temporary fix for level-triggered IRQ resend | Thomas Gleixner |
2007-07-28 | rip some includes from linux/interrupt.h | Al Viro |
2007-07-21 | x86_64: Report the pending irq if available in smp_affinity | Andi Kleen |
2007-07-16 | Improve behaviour of spurious IRQ detect | Alan Cox |
2007-05-24 | Fix crash with irqpoll due to the IRQF_IRQPOLL flag testing | Linus Torvalds |
2007-05-11 | [IA64] SN: validate smp_affinity mask on intr redirect | John Keller |
2007-05-09 | Fix Linuxdoc comment | Jeff Dike |
2007-05-08 | Add IRQF_IRQPOLL flag (common code) | Bernhard Walle |
2007-05-08 | Pad irq_desc to internode cacheline size | Ravikiran G Thirumalai |
2007-05-08 | IRQ: check for PERCPU flag only when adding first irqaction | Ahmed S. Darwish |
2007-05-08 | kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_uni... | Dmitry Adamushko |
2007-05-02 | MSI: arch must connect the irq and the msi_desc | Michael Ellerman |
2007-04-07 | [PATCH] irq-devres: fix failure path of devm_request_irq() | Tejun Heo |
2007-02-26 | [PATCH] genirq: Mask irqs when migrating them. | Eric W. Biederman |
2007-02-16 | [PATCH] small irq management simplification | Jan Beulich |
2007-02-16 | [PATCH] IRQ kernel-doc fixes | Randy Dunlap |
2007-02-16 | [PATCH] genirq: do not mask interrupts by default | 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-14 | [PATCH] Scheduled removal of SA_xxx interrupt flags fixups | Thomas Gleixner |
2007-02-12 | [PATCH] kernel: shut up the IRQ mismatch messages | Alan Cox |