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